Uses of Class
de.tuberlin.cs.cis.ocl.eval.instance.CollectionInstance

Packages that use CollectionInstance
de.tuberlin.cs.cis.ocl.eval.instance Provides classes for representing the instance level of OCL.  
 

Uses of CollectionInstance in de.tuberlin.cs.cis.ocl.eval.instance
 

Subclasses of CollectionInstance in de.tuberlin.cs.cis.ocl.eval.instance
 class BagInstance
          Represents an instance of the OCL type Bag.
 class SequenceInstance
          Represents an instance of the OCL type Sequence.
 class SetInstance
          Represents an instance of the OCL type Set.
 

Methods in de.tuberlin.cs.cis.ocl.eval.instance that return CollectionInstance
 CollectionInstance ModelInstance.getAlternativeCollection()
          Returns the alternative single-membered collection of this instance that can occur if this instance is navigated over an association with multiplicity one or zero.
 

Constructors in de.tuberlin.cs.cis.ocl.eval.instance with parameters of type CollectionInstance
ModelInstance(ModelType modelType, InstanceDescriptor mid, CollectionInstance alternativeCollection)
          Constructs a navigated model instance.
ModelInstance(CollectionInstance alternativeCollection)
          Constructs a model element navigated through a navigation with multiplity zero.