Uses of Interface
org.eclipse.ocl.examples.domain.values.CollectionValue.Accumulator

Packages that use CollectionValue.Accumulator
org.eclipse.ocl.examples.domain.values   
org.eclipse.ocl.examples.domain.values.impl   
org.eclipse.ocl.examples.domain.values.util   
org.eclipse.ocl.examples.library.iterator   
 

Uses of CollectionValue.Accumulator in org.eclipse.ocl.examples.domain.values
 

Subinterfaces of CollectionValue.Accumulator in org.eclipse.ocl.examples.domain.values
static interface BagValue.Accumulator
           
static interface OrderedSetValue.Accumulator
           
static interface SequenceValue.Accumulator
           
static interface SetValue.Accumulator
           
 

Uses of CollectionValue.Accumulator in org.eclipse.ocl.examples.domain.values.impl
 

Classes in org.eclipse.ocl.examples.domain.values.impl that implement CollectionValue.Accumulator
static class BagValueImpl.Accumulator
           
static class SetValueImpl.Accumulator
           
static class SparseOrderedSetValueImpl.Accumulator
           
static class SparseSequenceValueImpl.Accumulator
           
 

Uses of CollectionValue.Accumulator in org.eclipse.ocl.examples.domain.values.util
 

Methods in org.eclipse.ocl.examples.domain.values.util that return CollectionValue.Accumulator
static CollectionValue.Accumulator ValuesUtil.createCollectionAccumulatorValue(CollectionTypeId collectedId)
           
 

Uses of CollectionValue.Accumulator in org.eclipse.ocl.examples.library.iterator
 

Methods in org.eclipse.ocl.examples.library.iterator that return CollectionValue.Accumulator
 CollectionValue.Accumulator ClosureIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 CollectionValue.Accumulator CollectIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 CollectionValue.Accumulator CollectNestedIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 CollectionValue.Accumulator RejectIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)
           
 CollectionValue.Accumulator SelectIteration.createAccumulatorValue(DomainEvaluator evaluator, TypeId accumulatorTypeId, TypeId bodyTypeId)