eaLib API Docs
Last Modified : January 7 2002

mss.ea.trm
Class AbstractCondition

java.lang.Object
  |
  +--mss.ea.trm.AbstractCondition
All Implemented Interfaces:
Condition
Direct Known Subclasses:
AbsTimeCondition, CounterCondition, ModuloCondition, RunTimeCondition

public abstract class AbstractCondition
extends java.lang.Object
implements Condition

Abstract base class for a condition. Subclasses must implement the method isTrue(), to test whether the condition is fulfilled.

Since:
0.1
Version:
0.1 (06-29-2001)
Author:
Andreas Rummler

Constructor Summary
AbstractCondition()
           
 
Method Summary
abstract  boolean isTrue()
          Test the condition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCondition

public AbstractCondition()
Method Detail

isTrue

public abstract boolean isTrue()
Test the condition. Every subclass must implement this method. This method tests the condition and returns true if the condition is fulfilled.
Specified by:
isTrue in interface Condition
Returns:
result of the test of the condition

eaLib API Docs
Last Modified : January 7 2002

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