eaLib API Docs
Last Modified : January 7 2002

mss.ea.trm
Class ScoreStreamCondition

java.lang.Object
  |
  +--mss.ea.trm.AbstractStreamCondition
        |
        +--mss.ea.trm.ScoreStreamCondition
All Implemented Interfaces:
StreamCondition
Direct Known Subclasses:
AbsoluteScoreStreamCondition, BestWorstStreamCondition, PhiStreamCondition, RelativeErrorStreamCondition, RunningMeanStreamCondition

public abstract class ScoreStreamCondition
extends AbstractStreamCondition

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.

Since:
0.1
Version:
0.1 (08-21-2001)
Author:
Andreas Rummler

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

mode

protected int mode
Mode this condition is working in.

NONE

protected static final int NONE
Indicator that mode has not been initialized.

DOUBLE

protected static final int DOUBLE
Indicator for mode DOUBLE.

FLOAT

protected static final int FLOAT
Indicator for mode FLOAT.

INT

protected static final int INT
Indicator for mode INT.

LONG

protected static final int LONG
Indicator for mode LONG.
Constructor Detail

ScoreStreamCondition

public ScoreStreamCondition(int mode)
Constructor.
Parameters:
mode - mode this operator works in

eaLib API Docs
Last Modified : January 7 2002

Copyright © 2000-2001 Technical University of Ilmenau, Department ESS