Uses of Interface
org.eclipse.ocl.uml.TupleType

Packages that use TupleType
org.eclipse.ocl.uml Implementation of an OCL binding for the UML metamodel. 
org.eclipse.ocl.uml.impl Implementation of the UML binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.uml.internal.operations   
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
 

Uses of TupleType in org.eclipse.ocl.uml
 

Methods in org.eclipse.ocl.uml that return TupleType
 TupleType UMLFactory.createTupleType()
          Returns a new object of class 'Tuple Type'.
 

Uses of TupleType in org.eclipse.ocl.uml.impl
 

Methods in org.eclipse.ocl.uml.impl that return TupleType
 TupleType UMLFactoryImpl.createTupleType()
           
 

Uses of TupleType in org.eclipse.ocl.uml.internal.operations
 

Methods in org.eclipse.ocl.uml.internal.operations with parameters of type TupleType
static java.lang.String TupleTypeOperations.getName(TupleType tupleType)
           
static org.eclipse.emf.common.util.EList<org.eclipse.uml2.uml.Operation> TupleTypeOperations.oclOperations(TupleType tupleType)
           
 

Uses of TupleType in org.eclipse.ocl.uml.util
 

Methods in org.eclipse.ocl.uml.util with parameters of type TupleType
 T UMLSwitch.caseTupleType(TupleType object)
          Returns the result of interpreting the object as an instance of 'Tuple Type'.
 boolean UMLValidator.validateTupleType(TupleType tupleType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)