org.tigris.mbt.conditions
Class CombinationalCondition

java.lang.Object
  extended by org.tigris.mbt.conditions.StopCondition
      extended by org.tigris.mbt.conditions.CombinationalCondition

public class CombinationalCondition
extends StopCondition


Constructor Summary
CombinationalCondition()
           
 
Method Summary
 void add(StopCondition conditon)
           
 double getFulfillment()
           
 boolean isFulfilled()
           
 void setMachine(FiniteStateMachine machine)
           
 String toString()
           
 
Methods inherited from class org.tigris.mbt.conditions.StopCondition
getMachine
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CombinationalCondition

public CombinationalCondition()
Method Detail

isFulfilled

public boolean isFulfilled()
Specified by:
isFulfilled in class StopCondition

add

public void add(StopCondition conditon)

setMachine

public void setMachine(FiniteStateMachine machine)
Overrides:
setMachine in class StopCondition

getFulfillment

public double getFulfillment()
Specified by:
getFulfillment in class StopCondition

toString

public String toString()
Overrides:
toString in class Object