Class CreateVariableCharacterisationsViaEditor.AbstractActionPredecessorIterator

java.lang.Object
org.palladiosimulator.dataflow.confidentiality.pcm.editor.sirius.CreateVariableCharacterisationsViaEditor.AbstractActionPredecessorIterator
All Implemented Interfaces:
Iterator<org.palladiosimulator.pcm.seff.AbstractAction>
Enclosing class:
CreateVariableCharacterisationsViaEditor

protected static class CreateVariableCharacterisationsViaEditor.AbstractActionPredecessorIterator extends Object implements Iterator<org.palladiosimulator.pcm.seff.AbstractAction>
  • Field Details

  • Constructor Details

    • AbstractActionPredecessorIterator

      public AbstractActionPredecessorIterator(org.palladiosimulator.pcm.seff.AbstractAction startingPoint)
  • Method Details

    • hasNext

      public boolean hasNext()
      Specified by:
      hasNext in interface Iterator<org.palladiosimulator.pcm.seff.AbstractAction>
    • next

      public org.palladiosimulator.pcm.seff.AbstractAction next()
      Specified by:
      next in interface Iterator<org.palladiosimulator.pcm.seff.AbstractAction>