Package org.eclipse.m2m.atl.emftvm.impl
Class RuleImpl.IsNotDistinctState
java.lang.Object
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.DistinctState
org.eclipse.m2m.atl.emftvm.impl.RuleImpl.IsNotDistinctState
- Enclosing class:
- RuleImpl
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleancheckDistinct(Object[] values, int index, Object value) Checks if
- 
Constructor Details- 
IsNotDistinctStateprotected IsNotDistinctState()
 
- 
- 
Method Details- 
checkDistinctChecks ifvalues are distict, if so required by the rule.- Specified by:
- checkDistinctin class- RuleImpl.DistinctState
- Parameters:
- values- the currently collected values
- index- the index up to which to check the- values
- value- the value to check against- values
- Returns:
- trueiff- valueis ok
 
 
-