public abstract class CodomainMapContext
extends java.lang.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(java.lang.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(java.lang.Object o)
CodomainMapContext objects in collections.equals in class java.lang.ObjectObject.equals(Object)public abstract CodomainMapContext copy()