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

Packages that use TupleLiteralPart
org.eclipse.ocl Definition of the extensible environment API for OCL parsing and evaluation. 
org.eclipse.ocl.ecore Implementation of an OCL binding for the Ecore metamodel. 
org.eclipse.ocl.ecore.impl Implementation of the Ecore binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.ecore.util Generated utilities for working with instances the Ecore binding of the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.expressions Specification of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.impl Implementation of the Expressions package of the Object Constraint Lanuage version 2.0 Abstract Syntax model. 
org.eclipse.ocl.expressions.util Generated utilities for working with instances the Expressions model. 
org.eclipse.ocl.uml.impl Implementation of the UML binding of the the Types package of the OCL Abstract Syntax. 
org.eclipse.ocl.uml.util Miscellaneous utilities in support of the UML environment for OCL. 
org.eclipse.ocl.util Miscellaneous utilities in support of the OCL parser and environment implementations. 
org.eclipse.ocl.utilities Abstract API for OCL AST utilities and extensions of the UML metamodel. 
 

Uses of TupleLiteralPart in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type TupleLiteralPart
 Object EvaluationVisitorDecorator.visitTupleLiteralPart(TupleLiteralPart<C,P> part)
          Delegates to my decorated visitor.
 

Uses of TupleLiteralPart in org.eclipse.ocl.ecore
 

Subinterfaces of TupleLiteralPart in org.eclipse.ocl.ecore
 interface TupleLiteralPart
          A representation of the model object 'Tuple Literal Part'
 

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

Fields in org.eclipse.ocl.ecore.impl with type parameters of type TupleLiteralPart
protected  EList<TupleLiteralPart<EClassifier,EStructuralFeature>> TupleLiteralExpImpl.part
          The cached value of the 'Part' containment reference list
 

Methods in org.eclipse.ocl.ecore.impl that return types with arguments of type TupleLiteralPart
 EList<TupleLiteralPart<EClassifier,EStructuralFeature>> TupleLiteralExpImpl.getPart()
           
 

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

Methods in org.eclipse.ocl.ecore.util with parameters of type TupleLiteralPart
<C,P> T
EcoreSwitch.caseTupleLiteralPart_1(TupleLiteralPart<C,P> object)
          Returns the result of interpretting the object as an instance of 'Tuple Literal Part'
 

Uses of TupleLiteralPart in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return TupleLiteralPart
<C,P> TupleLiteralPart<C,P>
ExpressionsFactory.createTupleLiteralPart()
          Returns a new object of class 'Tuple Literal Part'
 

Methods in org.eclipse.ocl.expressions that return types with arguments of type TupleLiteralPart
 EList<TupleLiteralPart<C,P>> TupleLiteralExp.getPart()
          Returns the value of the 'Part' containment reference list.
 

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

Classes in org.eclipse.ocl.expressions.impl that implement TupleLiteralPart
 class TupleLiteralPartImpl<C,P>
          An implementation of the model object 'Tuple Literal Part'
 

Fields in org.eclipse.ocl.expressions.impl with type parameters of type TupleLiteralPart
protected  EList<TupleLiteralPart<C,P>> TupleLiteralExpImpl.part
          The cached value of the 'Part' containment reference list
 

Methods in org.eclipse.ocl.expressions.impl that return TupleLiteralPart
<C,P> TupleLiteralPart<C,P>
ExpressionsFactoryImpl.createTupleLiteralPart()
           
 

Methods in org.eclipse.ocl.expressions.impl that return types with arguments of type TupleLiteralPart
 EList<TupleLiteralPart<C,P>> TupleLiteralExpImpl.getPart()
           
 

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

Methods in org.eclipse.ocl.expressions.util with parameters of type TupleLiteralPart
<C,P> T
ExpressionsSwitch.caseTupleLiteralPart(TupleLiteralPart<C,P> object)
          Returns the result of interpretting the object as an instance of 'Tuple Literal Part'
 

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

Fields in org.eclipse.ocl.uml.impl with type parameters of type TupleLiteralPart
protected  EList<TupleLiteralPart<Classifier,Property>> TupleLiteralExpImpl.part
          The cached value of the 'Part' containment reference list
 

Methods in org.eclipse.ocl.uml.impl that return types with arguments of type TupleLiteralPart
 EList<TupleLiteralPart<Classifier,Property>> TupleLiteralExpImpl.getPart()
           
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type TupleLiteralPart
<C,P> T
UMLSwitch.caseTupleLiteralPart_1(TupleLiteralPart<C,P> object)
          Returns the result of interpretting the object as an instance of 'Tuple Literal Part'
 

Uses of TupleLiteralPart in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type TupleLiteralPart
protected  String ToStringVisitor.handleTupleLiteralPart(TupleLiteralPart<C,P> part, String valueResult)
           
 

Uses of TupleLiteralPart in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return TupleLiteralPart
<C,P> TupleLiteralPart<C,P>
OCLFactory.createTupleLiteralPart()
          Returns a new object of class 'Tuple Literal Part'
 

Methods in org.eclipse.ocl.utilities with parameters of type TupleLiteralPart
protected  T AbstractVisitor.handleTupleLiteralPart(TupleLiteralPart<C,P> part, T valueResult)
          Visits the specified tuple literal part with the results of visiting its value (if any).
 T Visitor.visitTupleLiteralPart(TupleLiteralPart<C,P> part)
           
 T AbstractVisitor.visitTupleLiteralPart(TupleLiteralPart<C,P> part)
          Visits the tuple literal part's value, if any.
 


Copyright 2002, 2007 IBM Corporation and others.
All Rights Reserved.