|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Method | |
org.omg.uml.foundation.core |
Uses of Method in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return Method | |
Method |
MethodClass.createMethod()
The default factory operation used to create an instance object. |
Method |
MethodClass.createMethod(String name,
VisibilityKind visibility,
boolean isSpecification,
ScopeKind ownerScope,
boolean isQuery,
ProcedureExpression body)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.foundation.core with parameters of type Method | |
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. |
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. |
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 |