|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Flow | |
org.omg.uml.foundation.core |
Uses of Flow in org.omg.uml.foundation.core |
Methods in org.omg.uml.foundation.core that return Flow | |
Flow |
FlowClass.createFlow()
The default factory operation used to create an instance object. |
Flow |
FlowClass.createFlow(String name,
VisibilityKind visibility,
boolean isSpecification)
Creates an instance object having attributes initialized by the passed values. |
Methods in org.omg.uml.foundation.core with parameters of type Flow | |
boolean |
ASourceFlowSource.exists(Flow sourceFlow,
ModelElement source)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ASourceFlowSource.getSource(Flow sourceFlow)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ASourceFlowSource.add(Flow sourceFlow,
ModelElement source)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ASourceFlowSource.remove(Flow sourceFlow,
ModelElement source)
Removes a link between a pair of instance objects in the current associations link set. |
boolean |
ATargetFlowTarget.exists(Flow targetFlow,
ModelElement target)
Queries whether a link currently exists between a given pair of instance objects in the associations link set. |
Collection |
ATargetFlowTarget.getTarget(Flow targetFlow)
Queries the instance objects that are related to a particular instance object by a link in the current associations link set. |
boolean |
ATargetFlowTarget.add(Flow targetFlow,
ModelElement target)
Creates a link between the pair of instance objects in the associations link set. |
boolean |
ATargetFlowTarget.remove(Flow targetFlow,
ModelElement target)
Removes a link between a pair of instance objects in the current associations link set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |