Uses of Package
org.eclipse.ocl.examples.domain.values

Packages that use org.eclipse.ocl.examples.domain.values
org.eclipse.ocl.examples.domain.elements   
org.eclipse.ocl.examples.domain.evaluation   
org.eclipse.ocl.examples.domain.library   
org.eclipse.ocl.examples.domain.types   
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.classifier   
org.eclipse.ocl.examples.library.collection   
org.eclipse.ocl.examples.library.ecore   
org.eclipse.ocl.examples.library.enumeration   
org.eclipse.ocl.examples.library.executor   
org.eclipse.ocl.examples.library.integer   
org.eclipse.ocl.examples.library.iterator   
org.eclipse.ocl.examples.library.logical   
org.eclipse.ocl.examples.library.numeric   
org.eclipse.ocl.examples.library.oclany   
org.eclipse.ocl.examples.library.oclinvalid   
org.eclipse.ocl.examples.library.oclvoid   
org.eclipse.ocl.examples.library.real   
org.eclipse.ocl.examples.library.string   
org.eclipse.ocl.examples.pivot   
org.eclipse.ocl.examples.pivot.internal.impl   
org.eclipse.ocl.examples.pivot.manager   
org.eclipse.ocl.examples.pivot.prettyprint   
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.domain.elements
IntegerValue
           
OCLValue
          The OCLValue interface must be implemented by any datatype for which Java's Object.equals is inappropriate when OCL datatype equivalence is required.
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.domain.evaluation
CollectionValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.domain.library
CollectionValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.domain.types
BagValue
           
CollectionValue
           
IntegerValue
           
ObjectValue
           
OCLValue
          The OCLValue interface must be implemented by any datatype for which Java's Object.equals is inappropriate when OCL datatype equivalence is required.
OrderedSetValue
           
SequenceValue
           
SetValue
           
Value
          A value support wrapping/boxing a value whose Java implementation does not comply with OCL semantics, primarily that equal values return true from Object.equals(Object) but also for variant metamodel elements.
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.domain.values
BagValue
           
BagValue.Accumulator
           
CollectionValue
           
CollectionValue.Accumulator
           
IntegerValue
           
NullValue
           
ObjectValue
           
OCLValue
          The OCLValue interface must be implemented by any datatype for which Java's Object.equals is inappropriate when OCL datatype equivalence is required.
OrderedSetValue
           
RealValue
           
SequenceValue
           
SequenceValue.Accumulator
           
SetValue
           
TupleValue
          Interface of a tuple instance value.
UniqueCollectionValue
           
Unlimited
          Unlimited represents the unlimited value as a distinct java.lang.Number derived class that can be identified by instanceof.
UnlimitedValue
           
Value
          A value support wrapping/boxing a value whose Java implementation does not comply with OCL semantics, primarily that equal values return true from Object.equals(Object) but also for variant metamodel elements.
ValuesFactory
          The Factory for the model.
ValuesPackage
          The Package for the model.
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.domain.values.impl
Bag
          A bag is a collection that is non-unique and unordered.
BagValue
           
BagValue.Accumulator
           
CollectionValue
           
CollectionValue.Accumulator
           
IntegerRange
          A range of integer values from the first up to and including the last.
IntegerValue
           
InvalidValue
           
NullValue
           
ObjectValue
           
OCLValue
          The OCLValue interface must be implemented by any datatype for which Java's Object.equals is inappropriate when OCL datatype equivalence is required.
OrderedSet
          An ordered set is a collection that is unique and ordered.
OrderedSetValue
           
OrderedSetValue.Accumulator
           
RealValue
           
SequenceValue
           
SequenceValue.Accumulator
           
SetValue
           
SetValue.Accumulator
           
TupleValue
          Interface of a tuple instance value.
UniqueCollectionValue
           
UnlimitedValue
           
Value
          A value support wrapping/boxing a value whose Java implementation does not comply with OCL semantics, primarily that equal values return true from Object.equals(Object) but also for variant metamodel elements.
ValuesFactory
          The Factory for the model.
ValuesPackage
          The Package for the model.
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.domain.values.util
Bag
          A bag is a collection that is non-unique and unordered.
BagValue
           
BagValue.Accumulator
           
CollectionValue
           
CollectionValue.Accumulator
           
IntegerRange
          A range of integer values from the first up to and including the last.
IntegerValue
           
InvalidValue
           
NullValue
           
ObjectValue
           
OrderedSetValue
           
OrderedSetValue.Accumulator
           
RealValue
           
SequenceValue
           
SequenceValue.Accumulator
           
SetValue
           
SetValue.Accumulator
           
TupleValue
          Interface of a tuple instance value.
UniqueCollectionValue
           
UnlimitedValue
           
Value
          A value support wrapping/boxing a value whose Java implementation does not comply with OCL semantics, primarily that equal values return true from Object.equals(Object) but also for variant metamodel elements.
ValuesPackage
          The Package for the model.
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.classifier
SetValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.collection
BagValue
           
CollectionValue
           
IntegerValue
           
OrderedSetValue
           
SequenceValue
           
SetValue
           
UniqueCollectionValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.ecore
ObjectValue
           
OCLValue
          The OCLValue interface must be implemented by any datatype for which Java's Object.equals is inappropriate when OCL datatype equivalence is required.
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.enumeration
OrderedSetValue
           
SetValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.executor
BagValue
           
CollectionValue
           
IntegerValue
           
OCLValue
          The OCLValue interface must be implemented by any datatype for which Java's Object.equals is inappropriate when OCL datatype equivalence is required.
OrderedSetValue
           
SequenceValue
           
SetValue
           
Value
          A value support wrapping/boxing a value whose Java implementation does not comply with OCL semantics, primarily that equal values return true from Object.equals(Object) but also for variant metamodel elements.
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.integer
IntegerValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.iterator
CollectionValue.Accumulator
           
Value
          A value support wrapping/boxing a value whose Java implementation does not comply with OCL semantics, primarily that equal values return true from Object.equals(Object) but also for variant metamodel elements.
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.logical
SetValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.numeric
IntegerValue
           
RealValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.oclany
SetValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.oclinvalid
SetValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.oclvoid
SetValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.real
IntegerValue
           
RealValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.library.string
IntegerValue
           
RealValue
           
SequenceValue
           
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.pivot
IntegerValue
           
OCLValue
          The OCLValue interface must be implemented by any datatype for which Java's Object.equals is inappropriate when OCL datatype equivalence is required.
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.pivot.internal.impl
IntegerValue
           
OCLValue
          The OCLValue interface must be implemented by any datatype for which Java's Object.equals is inappropriate when OCL datatype equivalence is required.
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.pivot.manager
IntegerValue
           
OCLValue
          The OCLValue interface must be implemented by any datatype for which Java's Object.equals is inappropriate when OCL datatype equivalence is required.
 

Classes in org.eclipse.ocl.examples.domain.values used by org.eclipse.ocl.examples.pivot.prettyprint
Value
          A value support wrapping/boxing a value whose Java implementation does not comply with OCL semantics, primarily that equal values return true from Object.equals(Object) but also for variant metamodel elements.