pds.ruleset
Class PPIState

java.lang.Object
  extended by pds.ruleset.PPIState

public class PPIState
extends java.lang.Object

PPIState defines execution states.

Since:
1.0

Field Summary
 boolean mGood
          The list of elements in the label
 
Constructor Summary
PPIState(boolean good)
          Creates an instance of a state.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mGood

public boolean mGood
The list of elements in the label

Constructor Detail

PPIState

public PPIState(boolean good)
Creates an instance of a state.

Parameters:
good - the execution of the state.
Since:
1.0