Package org.eclipse.m2m.atl.emftvm.impl
Class RuleImpl.IsDistinctState
java.lang.Object
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.DistinctState
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.IsDistinctState
- Enclosing class:
RuleImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckDistinct(Object[] values, int index, Object value) Checks if
-
Constructor Details
-
IsDistinctState
protected IsDistinctState()
-
-
Method Details
-
checkDistinct
Checks ifvalues
are distict, if so required by the rule.- Specified by:
checkDistinctin classRuleImpl.DistinctState- Parameters:
values- the currently collected valuesindex- the index up to which to check thevaluesvalue- the value to check againstvalues- Returns:
trueiffvalueis ok
-