Uses of Class
de.uni_paderborn.fujaba.uml.UMLActivity

Packages that use UMLActivity
de.uni_paderborn.fujaba.gui Graphical User Interface 
de.uni_paderborn.fujaba.sequencer   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.actions   
 

Uses of UMLActivity in de.uni_paderborn.fujaba.gui
 

Methods in de.uni_paderborn.fujaba.gui that return UMLActivity
 UMLActivity StoryActivityPanel.parse()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity StopActivityPanel.parse()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity StatementActivityPanel.parse()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity StateActivityPanel.parse()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity StartActivityPanelForMethod.parse()
          Catch all info from panel and change an existing or add a new ASGElement.
 UMLActivity StartActivityPanel.parse()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity NopActivityPanel.parse()
          No comment provided by developer, please add a comment to improve documentation.
abstract  UMLActivity ActivityPanel.parse()
          Catch all info from panel and change an existing or add a new ASGElement.
 UMLActivity ActivityPanel.okPressed()
          Add a new or change the existing ASGElement.
 

Uses of UMLActivity in de.uni_paderborn.fujaba.sequencer
 

Methods in de.uni_paderborn.fujaba.sequencer that return UMLActivity
 UMLActivity FlowActivity.getUMLActivity()
          Get the uMLActivity attribute of the FlowActivity object
 

Methods in de.uni_paderborn.fujaba.sequencer with parameters of type UMLActivity
 void FlowActivity.setUMLActivity(UMLActivity umlActivity)
          Sets the uMLActivity attribute of the FlowActivity object
 

Uses of UMLActivity in de.uni_paderborn.fujaba.uml
 

Subclasses of UMLActivity in de.uni_paderborn.fujaba.uml
 class UMLComplexState
          Associations n contains 0..1 UMLActivityDiagram --------------------------- UMLComplexState contains revContains 0..1 story 1 UMLComplexState --------------------- UMLStoryActivity story revStory
 class UMLNopActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStartActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStatementActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStopActivity
          No comment provided by developer, please add a comment to improve documentation.
 class UMLStoryActivity
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.uml that return UMLActivity
 UMLActivity UMLTransition.getRevEntry()
          Get the revEntry attribute of the UMLTransition object
 UMLActivity UMLTransition.getSource()
          Get the source attribute of the UMLTransition object
 UMLActivity UMLTransition.getRevExit()
          Get the revExit attribute of the UMLTransition object
 UMLActivity UMLTransition.getTarget()
          Get the target attribute of the UMLTransition object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLActivity
 boolean UMLTransition.setRevEntry(UMLActivity value)
          Sets the revEntry attribute of the UMLTransition object
 boolean UMLTransition.setSource(UMLActivity source)
          Sets the source attribute of the UMLTransition object
 boolean UMLTransition.setRevExit(UMLActivity value)
          Sets the revExit attribute of the UMLTransition object
 boolean UMLTransition.setTarget(UMLActivity target)
          Sets the target attribute of the UMLTransition object
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLActivity
UMLTransition(UMLActivity revExit, UMLActivity revEntry, UMLTransitionGuard guard)
          Constructor for class UMLTransition
 

Uses of UMLActivity in de.uni_paderborn.fujaba.uml.actions
 

Methods in de.uni_paderborn.fujaba.uml.actions that return UMLActivity
 UMLActivity StoryPatternWithThisObjectAction.createNewActivity()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity StopAction.createNewActivity()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity StatementAction.createNewActivity()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity PushStoryForwardAction.createNewActivity()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity NopAction.createNewActivity()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity LogicalStoryPatternAction.createNewActivity()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity LogicalStoryPatternAction.createNewActivity(UMLStoryActivity newActivity)
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity EmptyStoryPatternAction.createNewActivity()
          No comment provided by developer, please add a comment to improve documentation.
abstract  UMLActivity CreateSuccessorAbstractAction.createNewActivity()
          No comment provided by developer, please add a comment to improve documentation.
 UMLActivity AppendComplexStateAction.createNewActivity()
          No comment provided by developer, please add a comment to improve documentation.