|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MessageType<C,O,P>
A representation of the model object 'Message Type'.
The following features are supported:
TypesPackage.getMessageType()
Field Summary | |
---|---|
static java.lang.String |
SINGLETON_NAME
|
Method Summary | |
---|---|
boolean |
checkExclusiveSignature(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
referredOperation->size() + referredSignal->size() = 1 |
boolean |
checkOperationParameters(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
referredOperation->size()=1 implies Set{1..self.ownedAttribute->size()}->forAll(i | self.ownedAttribute.at(i).cmpSlots( referredOperation.ownedParameter.asProperty()->at(i)) |
boolean |
checkSignalAttributes(DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
referredSignal->size() = 1 implies Set{1..self.ownedAttribute->size()}->forAll(i | self.ownedAttribute.asOrderedSet().at(i).cmpSlots( referredSignal.ownedAttribute.asOrderedSet()->at(i)) |
O |
getReferredOperation()
Returns the value of the 'Referred Operation' reference |
C |
getReferredSignal()
Returns the value of the 'Referred Signal' reference |
|
oclProperties()
If the meaning of the 'Properties' reference list isn't clear, there really should be more of a description here... |
void |
setReferredOperation(O value)
Sets the value of the ' Referred Operation ' reference |
void |
setReferredSignal(C value)
Sets the value of the ' Referred Signal ' reference |
Methods inherited from interface org.eclipse.ocl.utilities.PredefinedType |
---|
getName, oclOperations |
Field Detail |
---|
static final java.lang.String SINGLETON_NAME
Method Detail |
---|
O getReferredOperation()
If the meaning of the 'Referred Operation' reference isn't clear, there really should be more of a description here...
setReferredOperation(Object)
,
TypesPackage.getMessageType_ReferredOperation()
void setReferredOperation(O value)
Referred Operation
' reference.
value
- the new value of the 'Referred Operation' reference.getReferredOperation()
C getReferredSignal()
If the meaning of the 'Referred Signal' reference isn't clear, there really should be more of a description here...
setReferredSignal(Object)
,
TypesPackage.getMessageType_ReferredSignal()
void setReferredSignal(C value)
Referred Signal
' reference.
value
- the new value of the 'Referred Signal' reference.getReferredSignal()
boolean checkExclusiveSignature(DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean checkOperationParameters(DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
boolean checkSignalAttributes(DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
diagnostics
- The chain of diagnostics to which problems are to be appended.context
- The cache of context-specific information.
oclProperties()
If the meaning of the 'Properties' reference list isn't clear, there really should be more of a description here...
|
Copyright 2002, 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |