Class CreateVariableCharacterisationsViaEditor.AbstractUserActionPredecessorIterator

  • All Implemented Interfaces:
    Iterator<org.palladiosimulator.pcm.usagemodel.AbstractUserAction>
    Enclosing class:
    CreateVariableCharacterisationsViaEditor

    protected static class CreateVariableCharacterisationsViaEditor.AbstractUserActionPredecessorIterator
    extends Object
    implements Iterator<org.palladiosimulator.pcm.usagemodel.AbstractUserAction>
    • Constructor Detail

      • AbstractUserActionPredecessorIterator

        public AbstractUserActionPredecessorIterator​(org.palladiosimulator.pcm.usagemodel.AbstractUserAction startingPoint)
    • Method Detail

      • hasNext

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

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