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
 

Fields in de.uni_paderborn.fujaba.gui declared as UMLActivity
private  UMLActivity CompletionKeyListener.contextActivity
          No comment provided by developer, please add a comment to improve documentation.
 

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.
 

Methods in de.uni_paderborn.fujaba.gui with parameters of type UMLActivity
private  void PEActTransition.fillRolePanel(UMLActivity sourceActivity, UMLActivity targetActivity, UMLDiagram diag)
          No comment provided by developer, please add a comment to improve documentation.
private  int PEActTransition.countActivityDepth(UMLActivity activity)
          No comment provided by developer, please add a comment to improve documentation.
private  java.lang.Object PEActTransition.upperCommonDiagram(UMLActivity activity1, UMLActivity activity2)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.gui with parameters of type UMLActivity
PEActTransition.PEActListEntry(UMLActivity activity)
          Constructor for class PEActListEntry
 

Uses of UMLActivity in de.uni_paderborn.fujaba.sequencer
 

Fields in de.uni_paderborn.fujaba.sequencer declared as UMLActivity
private  UMLActivity FlowActivity.umlActivity
          0..1 0..1 FlowActivity ----------------------------------- UMLActivity + flowActivity + umlActivity
 

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
private  boolean Sequencer.isTheOnlyTransition(UMLActivity curActivity, UMLTransition curTransition)
           
 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 UMLNGStatementActivity
          Deprecated. will be removed soon
 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.
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLActivity
private  UMLActivity UMLTransition.revEntry
           0..1 N UMLActivity -------------------- UMLTransition revEntry entry
private  UMLActivity UMLTransition.revExit
           0..1 N UMLActivity -------------------- UMLTransition revExit exit
 

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
 

Fields in de.uni_paderborn.fujaba.uml.actions declared as UMLActivity
(package private)  UMLActivity CreateSuccessorAbstractAction.activity
          No comment provided by developer, please add a comment to improve documentation.
 

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.