Interface SStandardLoopCharacteristics
-
- All Superinterfaces:
java.io.Serializable,SLoopCharacteristics
- All Known Implementing Classes:
SStandardLoopCharacteristicsImpl
public interface SStandardLoopCharacteristics extends SLoopCharacteristics
- Author:
- Matthieu Chaffotte
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SExpressiongetLoopCondition()SExpressiongetLoopMax()booleanisTestBefore()
-
-
-
Method Detail
-
getLoopCondition
SExpression getLoopCondition()
-
isTestBefore
boolean isTestBefore()
-
getLoopMax
SExpression getLoopMax()
-
-