|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Operation | |
org.omg.uml.behavioralelements.collaborations | |
org.omg.uml.behavioralelements.commonbehavior | |
org.omg.uml.behavioralelements.statemachines | |
org.omg.uml.foundation.core |
Uses of Operation in org.omg.uml.behavioralelements.collaborations |
Methods in org.omg.uml.behavioralelements.collaborations that return Operation | |
Operation |
ARepresentedOperationCollaboration.getRepresentedOperation(Collaboration collaboration)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Operation |
Collaboration.getRepresentedOperation()
Returns the value of reference representedOperation. |
Methods in org.omg.uml.behavioralelements.collaborations with parameters of type Operation | |
boolean |
ARepresentedOperationCollaboration.exists(Operation representedOperation,
Collaboration collaboration)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ARepresentedOperationCollaboration.getCollaboration(Operation representedOperation)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ARepresentedOperationCollaboration.add(Operation representedOperation,
Collaboration collaboration)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ARepresentedOperationCollaboration.remove(Operation representedOperation,
Collaboration collaboration)
Removes a link between a pair of instance objects in the current associations link set. |
void |
Collaboration.setRepresentedOperation(Operation newValue)
Sets the value of reference representedOperation. |
Uses of Operation in org.omg.uml.behavioralelements.commonbehavior |
Methods in org.omg.uml.behavioralelements.commonbehavior that return Operation | |
Operation |
CallAction.getOperation()
Returns the value of reference operation. |
Operation |
ACallActionOperation.getOperation(CallAction callAction)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Methods in org.omg.uml.behavioralelements.commonbehavior with parameters of type Operation | |
void |
CallAction.setOperation(Operation newValue)
Sets the value of reference operation. |
boolean |
ACallActionOperation.exists(CallAction callAction,
Operation operation)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ACallActionOperation.getCallAction(Operation operation)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ACallActionOperation.add(CallAction callAction,
Operation operation)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ACallActionOperation.remove(CallAction callAction,
Operation operation)
Removes a link between a pair of instance objects in the current associations link set. |
Uses of Operation in org.omg.uml.behavioralelements.statemachines |
Methods in org.omg.uml.behavioralelements.statemachines that return Operation | |
Operation |
CallEvent.getOperation()
Returns the value of reference operation. |
Operation |
AOccurrenceOperation.getOperation(CallEvent occurrence)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Methods in org.omg.uml.behavioralelements.statemachines with parameters of type Operation | |
void |
CallEvent.setOperation(Operation newValue)
Sets the value of reference operation. |
boolean |
AOccurrenceOperation.exists(CallEvent occurrence,
Operation operation)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
AOccurrenceOperation.getOccurrence(Operation operation)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
AOccurrenceOperation.add(CallEvent occurrence,
Operation operation)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
AOccurrenceOperation.remove(CallEvent occurrence,
Operation operation)
Removes a link between a pair of instance objects in the current associations link set. |
Uses of Operation in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return Operation | |
Operation |
Method.getSpecification()
Returns the value of reference specification. |
Operation |
OperationClass.createOperation()
The default factory operation used to create an instance object. |
Operation |
OperationClass.createOperation(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
boolean isQuery,
CallConcurrencyKind concurrency,
boolean isRoot,
boolean isLeaf,
boolean isAbstract,
String specification)
Creates an instance object having attributes initialized by the passed values. |
Operation |
ASpecificationMethod.getSpecification(Method method)
Queries the instance object that is related to a particular instance object by a link in the current associations link set. |
Methods in org.omg.uml.foundation.core with parameters of type Operation | |
void |
Method.setSpecification(Operation newValue)
Sets the value of reference specification. |
boolean |
ASpecificationMethod.exists(Operation specification,
Method method)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ASpecificationMethod.getMethod(Operation specification)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ASpecificationMethod.add(Operation specification,
Method method)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ASpecificationMethod.remove(Operation specification,
Method method)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |