|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Activity | |
---|---|
org.eclipse.uml2 | |
org.eclipse.uml2.util |
Uses of Activity in org.eclipse.uml2 |
---|
Methods in org.eclipse.uml2 that return Activity | |
Activity |
UML2Factory.createActivity()
Returns a new object of class 'Activity' |
Activity |
Transition.getEffect()
Returns the value of the 'Effect' containment reference |
Activity |
Transition.createEffect(EClass eClass)
Deprecated. Use #createEffect() instead. |
Activity |
Transition.createEffect()
Creates a Activity and sets the 'Effect' containment reference |
Activity |
State.getEntry()
Returns the value of the 'Entry' containment reference |
Activity |
State.createEntry(EClass eClass)
Deprecated. Use #createEntry() instead. |
Activity |
State.createEntry()
Creates a Activity and sets the 'Entry' containment reference |
Activity |
State.getExit()
Returns the value of the 'Exit' containment reference |
Activity |
State.createExit(EClass eClass)
Deprecated. Use #createExit() instead. |
Activity |
State.createExit()
Creates a Activity and sets the 'Exit' containment reference |
Activity |
State.getDoActivity()
Returns the value of the 'Do Activity' containment reference |
Activity |
State.createDoActivity(EClass eClass)
Deprecated. Use #createDoActivity() instead. |
Activity |
State.createDoActivity()
Creates a Activity and sets the 'Do Activity' containment reference |
Activity |
ActivityNode.getActivity()
Returns the value of the 'Activity' container reference. |
Activity |
ActivityGroup.getActivityGroup_activity()
Returns the value of the 'Activity Group activity' container reference. |
Activity |
ActivityGroup.getActivity()
Returns the value of the 'Activity' container reference. |
Activity |
ActivityEdge.getActivity()
Returns the value of the 'Activity' container reference. |
Methods in org.eclipse.uml2 with parameters of type Activity | |
void |
Transition.setEffect(Activity value)
Sets the value of the ' Effect ' containment reference |
void |
State.setEntry(Activity value)
Sets the value of the ' Entry ' containment reference |
void |
State.setExit(Activity value)
Sets the value of the ' Exit ' containment reference |
void |
State.setDoActivity(Activity value)
Sets the value of the ' Do Activity ' containment reference |
void |
ActivityNode.setActivity(Activity value)
Sets the value of the ' Activity ' container reference |
void |
ActivityGroup.setActivityGroup_activity(Activity value)
Sets the value of the ' Activity Group activity ' container reference |
void |
ActivityGroup.setActivity(Activity value)
Sets the value of the ' Activity ' container reference |
void |
ActivityEdge.setActivity(Activity value)
Sets the value of the ' Activity ' container reference |
Uses of Activity in org.eclipse.uml2.util |
---|
Methods in org.eclipse.uml2.util with parameters of type Activity | |
boolean |
UML2Validator.validateActivity(Activity activity,
DiagnosticChain diagnostics,
java.util.Map context)
|
java.lang.Object |
UML2Switch.caseActivity(Activity object)
Returns the result of interpretting the object as an instance of 'Activity' |
|
Copyright 2003, 2005 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |