public abstract class CodomainMapContext extends Object
CodomainMap
implementation.Modifier and Type | Field and Description |
---|---|
protected int |
intervalEnd
The upper bound of the codomain interval.
|
protected int |
intervalStart
The lower bound of the codomain interval.
|
Constructor and Description |
---|
CodomainMapContext() |
Modifier and Type | Method and Description |
---|---|
abstract CodomainMapContext |
copy()
Returns a deep copy of this object.
|
boolean |
equals(Object o)
This method is overridden so that objects of the same class are
considered the same.
|
void |
setCodomain(int intervalStart,
int intervalEnd)
Sets the codomain interval.
|
protected int intervalStart
protected int intervalEnd
public void setCodomain(int intervalStart, int intervalEnd)
codomainChain
, which passes in
consistent values.intervalStart
- The lower bound of the codomain interval.intervalEnd
- The upper bound of the codomain interval.public final boolean equals(Object o)
CodomainMapContext
objects in collections.equals
in class Object
Object.equals(Object)
public abstract CodomainMapContext copy()
Version: 5.2.8-ice35-b57
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.