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

Packages that use TupleLiteralPart
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 TupleLiteralPart in org.eclipse.ocl.uml
 

Methods in org.eclipse.ocl.uml that return TupleLiteralPart
 TupleLiteralPart UMLFactory.createTupleLiteralPart()
          Returns a new object of class 'Tuple Literal Part'.
 

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

Methods in org.eclipse.ocl.uml.impl that return TupleLiteralPart
 TupleLiteralPart UMLFactoryImpl.createTupleLiteralPart()
           
 

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

Methods in org.eclipse.ocl.uml.internal.operations with parameters of type TupleLiteralPart
static
<T,U extends Visitor<T,?,?,?,?,?,?,?,?,?>>
T
TupleLiteralPartOperations.accept(TupleLiteralPart tupleLiteralPart, U v)
           
static java.lang.String TupleLiteralPartOperations.getName(TupleLiteralPart tupleLiteralPart)
           
static org.eclipse.uml2.uml.Classifier TupleLiteralPartOperations.getType(TupleLiteralPart tupleLiteralPart)
           
static void TupleLiteralPartOperations.setName(TupleLiteralPart tupleLiteralPart, java.lang.String name)
           
static void TupleLiteralPartOperations.setType(TupleLiteralPart tupleLiteralPart, org.eclipse.uml2.uml.Classifier type)
           
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type TupleLiteralPart
 T UMLSwitch.caseTupleLiteralPart(TupleLiteralPart object)
          Returns the result of interpreting the object as an instance of 'Tuple Literal Part'.
 boolean UMLValidator.validateTupleLiteralPart(TupleLiteralPart tupleLiteralPart, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)