Interface SMultiInstanceLoopCharacteristics
- All Superinterfaces:
Serializable,SLoopCharacteristics
- All Known Implementing Classes:
SMultiInstanceLoopCharacteristicsImpl
- Author:
- Baptiste Mesta, Matthieu Chaffotte
-
Method Summary
Modifier and TypeMethodDescriptionboolean
-
Method Details
-
isSequential
boolean isSequential() -
getLoopCardinality
SExpression getLoopCardinality() -
getCompletionCondition
SExpression getCompletionCondition() -
getLoopDataInputRef
String getLoopDataInputRef() -
getLoopDataOutputRef
String getLoopDataOutputRef() -
getDataInputItemRef
String getDataInputItemRef() -
getDataOutputItemRef
String getDataOutputItemRef()
-