Interface SMultiInstanceLoopCharacteristics

All Superinterfaces:
Serializable, SLoopCharacteristics
All Known Implementing Classes:
SMultiInstanceLoopCharacteristicsImpl

public interface SMultiInstanceLoopCharacteristics extends SLoopCharacteristics
Author:
Baptiste Mesta, Matthieu Chaffotte
  • Method Details

    • isSequential

      boolean isSequential()
    • getLoopCardinality

      SExpression getLoopCardinality()
    • getCompletionCondition

      SExpression getCompletionCondition()
    • getLoopDataInputRef

      String getLoopDataInputRef()
    • getLoopDataOutputRef

      String getLoopDataOutputRef()
    • getDataInputItemRef

      String getDataInputItemRef()
    • getDataOutputItemRef

      String getDataOutputItemRef()