| 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.visitUnspecifiedValueExp(UnspecifiedValueExp<C> unspecExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitUnspecifiedValueExp(UnspecifiedValueExp<C> uv)
Callback for an UnspecifiedValueExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> UnspecifiedValueExp<C> |
ExpressionsFactory.createUnspecifiedValueExp()
Returns a new object of class 'Unspecified Value Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnspecifiedValueExpImpl<C>
An implementation of the model object 'Unspecified Value Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C> UnspecifiedValueExp<C> |
ExpressionsFactoryImpl.createUnspecifiedValueExp() |
| Modifier and Type | Method and Description |
|---|---|
<C> T |
ExpressionsSwitch.caseUnspecifiedValueExp(UnspecifiedValueExp<C> object)
Returns the result of interpreting the object as an instance of 'Unspecified Value Exp'.
|
boolean |
ExpressionsValidator.validateUnspecifiedValueExp(UnspecifiedValueExp<?> unspecifiedValueExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> unspecExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> unspecifiedvalueexp) |
| Modifier and Type | Method and Description |
|---|---|
<C> UnspecifiedValueExp<C> |
OCLFactoryWithHistory.createUnspecifiedValueExp() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> uv)
Callback for an UnspecifiedValueExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ToStringVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> uv)
Callback for an UnspecifiedValueExp visit.
|
| Modifier and Type | Method and Description |
|---|---|
<C> UnspecifiedValueExp<C> |
OCLFactory.createUnspecifiedValueExp()
Returns a new object of class 'Unspecified Value Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
T |
AbstractVisitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> unspecExp)
Simply returns
AbstractVisitor.result. |
T |
Visitor.visitUnspecifiedValueExp(UnspecifiedValueExp<C> unspecExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.