Class ChoiceDataImpl

  • All Implemented Interfaces:
    ChoiceData

    public class ChoiceDataImpl
    extends java.lang.Object
    implements ChoiceData
    • Constructor Summary

      Constructors 
      Constructor Description
      ChoiceDataImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addExecution​(int[] history, int executeNext, java.util.BitSet enabled)
      The input objects will NOT be copied and must not be changed after adding.
      ChoiceData.ChoiceIterator iterator()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ChoiceDataImpl

        public ChoiceDataImpl()
    • Method Detail

      • addExecution

        public void addExecution​(int[] history,
                                 int executeNext,
                                 java.util.BitSet enabled)
        Description copied from interface: ChoiceData
        The input objects will NOT be copied and must not be changed after adding.
        Specified by:
        addExecution in interface ChoiceData
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object