Class ChoiceDataImpl
- java.lang.Object
-
- org.processmining.longdistancedependencies.choicedata.ChoiceDataImpl
-
- All Implemented Interfaces:
ChoiceData
public class ChoiceDataImpl extends java.lang.Object implements ChoiceData
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.processmining.longdistancedependencies.choicedata.ChoiceData
ChoiceData.ChoiceIterator
-
-
Constructor Summary
Constructors Constructor Description ChoiceDataImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddExecution(int[] history, int executeNext, java.util.BitSet enabled)The input objects will NOT be copied and must not be changed after adding.ChoiceData.ChoiceIteratoriterator()java.lang.StringtoString()
-
-
-
Method Detail
-
addExecution
public void addExecution(int[] history, int executeNext, java.util.BitSet enabled)Description copied from interface:ChoiceDataThe input objects will NOT be copied and must not be changed after adding.- Specified by:
addExecutionin interfaceChoiceData
-
iterator
public ChoiceData.ChoiceIterator iterator()
- Specified by:
iteratorin interfaceChoiceData
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-