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

Packages that use AssociationClassCallExp
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.internal   
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.examples.impactanalyzer.deltaPropagation   
org.eclipse.ocl.examples.impactanalyzer.impl   
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.internal.evaluation   
org.eclipse.ocl.internal.helper   
org.eclipse.ocl.parser   
org.eclipse.ocl.uml.internal   
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 AssociationClassCallExp in org.eclipse.ocl
 

Methods in org.eclipse.ocl with parameters of type AssociationClassCallExp
 java.lang.Object EvaluationVisitorDecorator.visitAssociationClassCallExp(AssociationClassCallExp<C,P> callExp)
          Delegates to my decorated visitor.
 java.lang.Object EvaluationVisitorImpl.visitAssociationClassCallExp(AssociationClassCallExp<C,P> ae)
          Callback for an AssociationClassCallExp visit.
 

Uses of AssociationClassCallExp in org.eclipse.ocl.ecore
 

Subinterfaces of AssociationClassCallExp in org.eclipse.ocl.ecore
 interface AssociationClassCallExp
          A representation of the model object 'Association Class Call Exp'.
 

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

Classes in org.eclipse.ocl.ecore.impl that implement AssociationClassCallExp
 class AssociationClassCallExpImpl
          An implementation of the model object 'Association Class Call Exp'.
 

Uses of AssociationClassCallExp in org.eclipse.ocl.ecore.internal
 

Methods in org.eclipse.ocl.ecore.internal that return AssociationClassCallExp
<C,P> AssociationClassCallExp<C,P>
OCLFactoryImpl.createAssociationClassCallExp()
           
 

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

Methods in org.eclipse.ocl.ecore.util with parameters of type AssociationClassCallExp
<C,P> T
EcoreSwitch.caseAssociationClassCallExp_1(AssociationClassCallExp<C,P> object)
          Deprecated. Since 1.3, override the EcoreSwitch.caseExpressions_AssociationClassCallExp(org.eclipse.ocl.expressions.AssociationClassCallExp) method, instead.
<C,P> T
EcoreSwitch.caseExpressions_AssociationClassCallExp(AssociationClassCallExp<C,P> object)
          Returns the result of interpreting the object as an instance of 'Association Class Call Exp'.
 

Uses of AssociationClassCallExp in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation
 

Methods in org.eclipse.ocl.examples.impactanalyzer.deltaPropagation with parameters of type AssociationClassCallExp
 java.lang.Object PartialEvaluationVisitorImpl.visitAssociationClassCallExp(AssociationClassCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EStructuralFeature> ae)
           
 

Uses of AssociationClassCallExp in org.eclipse.ocl.examples.impactanalyzer.impl
 

Methods in org.eclipse.ocl.examples.impactanalyzer.impl with parameters of type AssociationClassCallExp
 org.eclipse.emf.ecore.EClass ContextTypeRetriever.visitAssociationClassCallExp(AssociationClassCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EStructuralFeature> callExp)
           
 

Uses of AssociationClassCallExp in org.eclipse.ocl.expressions
 

Methods in org.eclipse.ocl.expressions that return AssociationClassCallExp
<C,P> AssociationClassCallExp<C,P>
ExpressionsFactory.createAssociationClassCallExp()
          Returns a new object of class 'Association Class Call Exp'.
 

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

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

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

Methods in org.eclipse.ocl.expressions.util with parameters of type AssociationClassCallExp
<C,P> T
ExpressionsSwitch.caseAssociationClassCallExp(AssociationClassCallExp<C,P> object)
          Returns the result of interpreting the object as an instance of 'Association Class Call Exp'.
 boolean ExpressionsValidator.validateAssociationClassCallExp(AssociationClassCallExp<?,?> associationClassCallExp, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of AssociationClassCallExp in org.eclipse.ocl.internal.evaluation
 

Methods in org.eclipse.ocl.internal.evaluation with parameters of type AssociationClassCallExp
 java.lang.Object TracingEvaluationVisitor.visitAssociationClassCallExp(AssociationClassCallExp<C,P> callExp)
           
 

Uses of AssociationClassCallExp in org.eclipse.ocl.internal.helper
 

Methods in org.eclipse.ocl.internal.helper with parameters of type AssociationClassCallExp
 java.util.List<Choice> OCLSyntaxHelper.ASTVisitor.visitAssociationClassCallExp(AssociationClassCallExp<C,P> exp)
           
 

Uses of AssociationClassCallExp in org.eclipse.ocl.parser
 

Methods in org.eclipse.ocl.parser that return AssociationClassCallExp
<C,P> AssociationClassCallExp<C,P>
OCLFactoryWithHistory.createAssociationClassCallExp()
           
protected  AssociationClassCallExp<C,P> AbstractOCLAnalyzer.simpleAssociationClassName(SimpleNameCS simpleNameCS, Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, OCLExpression<C> source, C owner, java.lang.String simpleName)
          Attempts to parse a simpleNameCS as an association-class call expression.
 

Methods in org.eclipse.ocl.parser with parameters of type AssociationClassCallExp
protected  void AbstractOCLAnalyzer.checkNotReflexive(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env, java.lang.String rule, AssociationClassCallExp<C,P> acc)
          Asserts that the specified association class is not a reflexive association.
 java.lang.Boolean ValidationVisitor.visitAssociationClassCallExp(AssociationClassCallExp<C,P> ae)
          Callback for an AssociationClassCallExp visit.
 

Uses of AssociationClassCallExp in org.eclipse.ocl.uml.internal
 

Methods in org.eclipse.ocl.uml.internal that return AssociationClassCallExp
<C,P> AssociationClassCallExp<C,P>
OCLFactoryImpl.createAssociationClassCallExp()
           
 

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

Methods in org.eclipse.ocl.uml.util with parameters of type AssociationClassCallExp
<C,P> T
UMLSwitch.caseAssociationClassCallExp_1(AssociationClassCallExp<C,P> object)
          Deprecated. Since 2.0, override the UMLSwitch.caseExpressions_AssociationClassCallExp(org.eclipse.ocl.expressions.AssociationClassCallExp) method, instead.
<C,P> T
UMLSwitch.caseExpressions_AssociationClassCallExp(AssociationClassCallExp<C,P> object)
          Returns the result of interpreting the object as an instance of 'Association Class Call Exp'.
 

Uses of AssociationClassCallExp in org.eclipse.ocl.util
 

Methods in org.eclipse.ocl.util with parameters of type AssociationClassCallExp
protected  java.lang.String ToStringVisitor.handleAssociationClassCallExp(AssociationClassCallExp<C,P> ac, java.lang.String sourceResult, java.util.List<java.lang.String> qualifierResults)
          Callback for an AssociationClassCallExp visit.
 

Uses of AssociationClassCallExp in org.eclipse.ocl.utilities
 

Methods in org.eclipse.ocl.utilities that return AssociationClassCallExp
<C,P> AssociationClassCallExp<C,P>
OCLFactory.createAssociationClassCallExp()
          Returns a new object of class 'Association Class Call Exp'.
 

Methods in org.eclipse.ocl.utilities with parameters of type AssociationClassCallExp
protected  T AbstractVisitor.handleAssociationClassCallExp(AssociationClassCallExp<C,P> callExp, T sourceResult, java.util.List<T> qualifierResults)
          Visits the specified association-class call with the results of visiting its source and qualifiers (if any).
 T AbstractVisitor.visitAssociationClassCallExp(AssociationClassCallExp<C,P> callExp)
          Visits the association-class-call source and then its qualifiers (if any).
 T Visitor.visitAssociationClassCallExp(AssociationClassCallExp<C,P> callExp)