| Package | Description |
|---|---|
| org.eclipse.ocl |
Definition of the extensible environment API for OCL parsing and evaluation.
|
| 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.
|
| org.eclipse.ocl.utilities.util |
Generated utilities for working with instances the OCL utilities package.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExpressionInOCL<C,PM> |
AbstractEvaluationVisitor.getSpecification(CT constraint) |
| Modifier and Type | Method and Description |
|---|---|
Object |
EvaluationVisitorDecorator.visitExpressionInOCL(ExpressionInOCL<C,PM> expression)
Delegates to my decorated visitor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitExpressionInOCL(ExpressionInOCL<C,PM> expression) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitExpressionInOCL(ExpressionInOCL<C,PM> expression) |
| Modifier and Type | Method and Description |
|---|---|
protected ExpressionInOCL<C,PM> |
AbstractOCLAnalyzer.createExpressionInOCL()
Creates an ExpressionInOcl instance.
|
protected ExpressionInOCL<C,PM> |
OCLAnalyzer.createExpressionInOCL() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitExpressionInOCL(ExpressionInOCL<C,PM> expression) |
| Modifier and Type | Method and Description |
|---|---|
protected ExpressionInOCL<C,PM> |
ToStringVisitor.getSpecification(CT constraint) |
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitExpressionInOCL(ExpressionInOCL<C,PM> expression)
Renders an ExpressionInOcl with its context variables and body.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionInOCL<C,PM> |
UMLReflection.createExpressionInOCL()
Creates an ExpressionInOCL.
|
protected ExpressionInOCL<C,PM> |
AbstractVisitor.getSpecification(CT constraint)
Overridden by subclasses interested in visiting constraints, to get the
constraint's specification.
|
ExpressionInOCL<C,PM> |
UMLReflection.getSpecification(CT constraint)
Obtains the specification of a constraint, if it is an
ExpressionInOCL.
|
| Modifier and Type | Method and Description |
|---|---|
CT |
UMLReflection.getConstraint(ExpressionInOCL<C,PM> specification)
Obtains the constraint owning the given specification, if any.
|
protected T |
AbstractVisitor.handleExpressionInOCL(ExpressionInOCL<C,PM> expression,
T contextResult,
T resultResult,
List<T> parameterResults,
T bodyResult)
Visits the specified expression-in-OCL with the results of visiting
its context variable, its result variable (if any), its parameter
variables (if any), and its body expression.
|
void |
UMLReflection.setSpecification(CT constraint,
ExpressionInOCL<C,PM> specification)
Sets the specification of a constraint.
|
T |
AbstractVisitor.visitExpressionInOCL(ExpressionInOCL<C,PM> expression)
Visits the expressions context variable, its parameter variables (if any),
its result variable (if any), and finally its body expression.
|
T |
Visitor.visitExpressionInOCL(ExpressionInOCL<C,PM> expression) |
| Modifier and Type | Method and Description |
|---|---|
<C,PM> T1 |
UtilitiesSwitch.caseExpressionInOCL(ExpressionInOCL<C,PM> object)
Returns the result of interpreting the object as an instance of 'Expression In OCL'.
|
Copyright © 2015 Open eHealth Foundation. All rights reserved.