| Package | Description |
|---|---|
| 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.parser |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AssociationClassCallExp<C,P>
A representation of the model object 'Association Class Call Exp'.
|
interface |
PropertyCallExp<C,P>
A representation of the model object 'Property Call Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AssociationClassCallExpImpl<C,P>
An implementation of the model object 'Association Class Call Exp'.
|
class |
NavigationCallExpImpl<C,P>
An implementation of the model object 'Navigation Call Exp'.
|
class |
PropertyCallExpImpl<C,P>
An implementation of the model object 'Property Call Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,P> T |
ExpressionsSwitch.caseNavigationCallExp(NavigationCallExp<C,P> object)
Returns the result of interpreting the object as an instance of 'Navigation Call Exp'.
|
boolean |
ExpressionsValidator.validateNavigationCallExp(NavigationCallExp<?,?> navigationCallExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
protected NavigationCallExp<C,P> |
AbstractOCLAnalyzer.simpleNavigationName(SimpleNameCS simpleNameCS,
Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
OCLExpression<C> source,
C owner,
String simpleName)
Allows subclasses to return calls that are not necessarily a
PropertyCallExp but some
other NavigationCallExp. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractOCLAnalyzer.setQualifiers(Environment<PK,C,O,P,EL,PM,S,COA,SSA,CT,CLS,E> env,
String rule,
NavigationCallExp<C,P> nc,
List<OCLExpression<C>> qualifiers)
Sets the specified navigation call's qualifiers, if they are compatible
with the navigated association end or association class.
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.