Uses of Interface
org.eclipse.ocl.examples.pivot.values.TupleValue

Packages that use TupleValue
org.eclipse.ocl.examples.pivot.values   
org.eclipse.ocl.examples.pivot.values.impl   
 

Uses of TupleValue in org.eclipse.ocl.examples.pivot.values
 

Methods in org.eclipse.ocl.examples.pivot.values that return types with arguments of type TupleValue
 java.util.Set<TupleValue> CollectionValue.product(CollectionValue c, TupleType tupleType)
           
 

Uses of TupleValue in org.eclipse.ocl.examples.pivot.values.impl
 

Classes in org.eclipse.ocl.examples.pivot.values.impl that implement TupleValue
 class TupleValueImpl
          UML implementation of a tuple value.
 

Methods in org.eclipse.ocl.examples.pivot.values.impl that return types with arguments of type TupleValue
 java.util.Set<TupleValue> AbstractCollectionValue.product(CollectionValue c, TupleType tupleType)
           
 java.util.Set<TupleValue> AbstractUndefinedCollectionValue.product(CollectionValue c, TupleType tupleType)