|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mss.ea.trm.AbstractStreamCondition | +--mss.ea.trm.ScoreStreamCondition
Abstract base class for stream conditions dealing with scores. This class just provides a mode select between the modes DOUBLE, FLOAT, INT and LONG. The modes have been introduced to provide differentiation between the four datatypes.
Field Summary | |
protected static int |
DOUBLE
Indicator for mode DOUBLE. |
protected static int |
FLOAT
Indicator for mode FLOAT. |
protected static int |
INT
Indicator for mode INT. |
protected static int |
LONG
Indicator for mode LONG. |
protected int |
mode
Mode this condition is working in. |
protected static int |
NONE
Indicator that mode has not been initialized. |
Fields inherited from class mss.ea.trm.AbstractStreamCondition |
comp |
Constructor Summary | |
ScoreStreamCondition(int mode)
Constructor. |
Methods inherited from class mss.ea.trm.AbstractStreamCondition |
getComparator, isTrue, setComparator |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected int mode
protected static final int NONE
protected static final int DOUBLE
protected static final int FLOAT
protected static final int INT
protected static final int LONG
Constructor Detail |
public ScoreStreamCondition(int mode)
mode
- mode this operator works in
|
eaLib API Docs Last Modified : January 7 2002 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |