| Package | Description |
|---|---|
| org.eclipse.ocl |
Definition of the extensible environment API for OCL parsing and evaluation.
|
| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
EvaluationVisitorDecorator.visitAssociationClassCallExp(AssociationClassCallExp<C,P> callExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitAssociationClassCallExp(AssociationClassCallExp<C,P> ae)
Callback for an AssociationClassCallExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> AssociationClassCallExp<C,P> |
ExpressionsFactory.createAssociationClassCallExp()
Returns a new object of class 'Association Class Call Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationClassCallExpImpl<C,P>
An implementation of the model object 'Association Class Call Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> AssociationClassCallExp<C,P> |
ExpressionsFactoryImpl.createAssociationClassCallExp() |
| Modifier and Type | Method and Description |
|---|---|
<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,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitAssociationClassCallExp(AssociationClassCallExp<C,P> callExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitAssociationClassCallExp(AssociationClassCallExp<C,P> exp) |
| Modifier and Type | Method and Description |
|---|---|
<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,
String simpleName)
Attempts to parse a simpleNameCS as an association-class call
expression.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractOCLAnalyzer.checkNotReflexive(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
String rule,
AssociationClassCallExp<C,P> acc)
Asserts that the specified association class is not a reflexive
association.
|
Boolean |
ValidationVisitor.visitAssociationClassCallExp(AssociationClassCallExp<C,P> ae)
Callback for an AssociationClassCallExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handleAssociationClassCallExp(AssociationClassCallExp<C,P> ac,
String sourceResult,
List<String> qualifierResults)
Callback for an AssociationClassCallExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> AssociationClassCallExp<C,P> |
OCLFactory.createAssociationClassCallExp()
Returns a new object of class 'Association Class Call Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractVisitor.handleAssociationClassCallExp(AssociationClassCallExp<C,P> callExp,
T sourceResult,
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) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.