|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectomeis.providers.re.codomain.CodomainMapContext
public abstract class CodomainMapContext
Each concrete subclass defines transformation parameters for a
CodomainMap
implementation.
Field Summary | |
---|---|
protected int |
intervalEnd
The upper bound of the codomain interval. |
protected int |
intervalStart
The lower bound of the codomain interval. |
Constructor Summary | |
---|---|
CodomainMapContext()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int intervalStart
protected int intervalEnd
Constructor Detail |
---|
public CodomainMapContext()
Method Detail |
---|
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()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.