| 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.operations | |
| 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.visitMessageExp(MessageExp<C,COA,SSA> messageExp)
Delegates to my decorated visitor.
|
Object |
EvaluationVisitorImpl.visitMessageExp(MessageExp<C,COA,SSA> m) |
| Modifier and Type | Method and Description |
|---|---|
<C,COA,SSA> |
ExpressionsFactory.createMessageExp()
Returns a new object of class 'Message Exp'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageExpImpl<C,COA,SSA>
An implementation of the model object 'Message Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
<C,COA,SSA> |
ExpressionsFactoryImpl.createMessageExp() |
| Modifier and Type | Method and Description |
|---|---|
static <C,COA,SSA> |
MessageExpOperations.checkHasOperationOrSignal(MessageExp<C,COA,SSA> messageExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
calledOperation->size() + sentSignal->size() = 1
|
static <C,COA,SSA> |
MessageExpOperations.checkOperationArguments(MessageExp<C,COA,SSA> messageExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
calledOperation->notEmpty() implies
argument->forall (a | a.type.conformsTo
(self.calledOperation.operation.ownedParameter->
select( kind = ParameterDirectionKind::in )
->at (argument->indexOf (a)).type))
|
static <C,COA,SSA> |
MessageExpOperations.checkSignalArguments(MessageExp<C,COA,SSA> messageExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
sentSignal->notEmpty() implies
argument->forall (a | a.type.conformsTo
(self.sentSignal.signal.ownedAttribute
->at (argument->indexOf (a)).type))
|
static <C,COA,SSA> |
MessageExpOperations.checkTargetDefinesOperation(MessageExp<C,COA,SSA> messageExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
calledOperation->notEmpty() implies
target.type.allOperations()->includes(calledOperation.operation)
|
static <C,COA,SSA> |
MessageExpOperations.checkTargetNotCollection(MessageExp<C,COA,SSA> messageExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
not target.type.oclIsKindOf(CollectionType)
|
| Modifier and Type | Method and Description |
|---|---|
<C,COA,SSA> |
ExpressionsSwitch.caseMessageExp(MessageExp<C,COA,SSA> object)
Returns the result of interpreting the object as an instance of 'Message Exp'.
|
boolean |
ExpressionsValidator.validateMessageExp_checkHasOperationOrSignal(MessageExp<?,?,?> messageExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkHasOperationOrSignal constraint of 'Message Exp'.
|
boolean |
ExpressionsValidator.validateMessageExp_checkOperationArguments(MessageExp<?,?,?> messageExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkOperationArguments constraint of 'Message Exp'.
|
boolean |
ExpressionsValidator.validateMessageExp_checkSignalArguments(MessageExp<?,?,?> messageExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkSignalArguments constraint of 'Message Exp'.
|
boolean |
ExpressionsValidator.validateMessageExp_checkTargetDefinesOperation(MessageExp<?,?,?> messageExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkTargetDefinesOperation constraint of 'Message Exp'.
|
boolean |
ExpressionsValidator.validateMessageExp_checkTargetNotCollection(MessageExp<?,?,?> messageExp,
DiagnosticChain diagnostics,
Map<Object,Object> context)
Validates the checkTargetNotCollection constraint of 'Message Exp'.
|
boolean |
ExpressionsValidator.validateMessageExp(MessageExp<?,?,?> messageExp,
DiagnosticChain diagnostics,
Map<Object,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
Object |
TracingEvaluationVisitor.visitMessageExp(MessageExp<C,COA,SSA> messageExp) |
| Modifier and Type | Method and Description |
|---|---|
List<Choice> |
OCLSyntaxHelper.ASTVisitor.visitMessageExp(MessageExp<C,COA,SSA> m) |
| Modifier and Type | Method and Description |
|---|---|
<C,COA,SSA> |
OCLFactoryWithHistory.createMessageExp() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
ValidationVisitor.visitMessageExp(MessageExp<C,COA,SSA> m) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
ToStringVisitor.handleMessageExp(MessageExp<C,COA,SSA> messageExp,
String targetResult,
List<String> argumentResults) |
| Modifier and Type | Method and Description |
|---|---|
<C,COA,SSA> |
OCLFactory.createMessageExp()
Returns a new object of class 'Message Exp'.
|
| Modifier and Type | Method and Description |
|---|---|
protected T |
AbstractVisitor.handleMessageExp(MessageExp<C,COA,SSA> messageExp,
T targetResult,
List<T> argumentResults)
Visits the specified message expression with the results of visiting
its target and arguments (if any).
|
T |
AbstractVisitor.visitMessageExp(MessageExp<C,COA,SSA> messageExp)
Visits the message expression's target and then its arguments.
|
T |
Visitor.visitMessageExp(MessageExp<C,COA,SSA> messageExp) |
Copyright © 2015 Open eHealth Foundation. All rights reserved.