Uses of Interface
org.eclipse.ocl.examples.domain.values.IntegerRange

Packages that use IntegerRange
org.eclipse.ocl.examples.domain.values   
org.eclipse.ocl.examples.domain.values.impl   
 

Uses of IntegerRange in org.eclipse.ocl.examples.domain.values
 

Methods in org.eclipse.ocl.examples.domain.values that return IntegerRange
 IntegerRange ValueFactory.createRange(IntegerValue firstInteger, IntegerValue lastInteger)
           
 

Methods in org.eclipse.ocl.examples.domain.values with parameters of type IntegerRange
 SequenceValue ValueFactory.createSequenceRange(DomainCollectionType type, IntegerRange range)
           
 

Uses of IntegerRange in org.eclipse.ocl.examples.domain.values.impl
 

Methods in org.eclipse.ocl.examples.domain.values.impl that return IntegerRange
 IntegerRange AbstractValueFactory.createRange(IntegerValue firstInteger, IntegerValue lastInteger)
           
 

Methods in org.eclipse.ocl.examples.domain.values.impl with parameters of type IntegerRange
 SequenceValue AbstractValueFactory.createSequenceRange(DomainCollectionType type, IntegerRange range)
           
 

Constructors in org.eclipse.ocl.examples.domain.values.impl with parameters of type IntegerRange
SequenceRangeImpl(ValueFactory valueFactory, DomainCollectionType type, IntegerRange range)