Uses of Class
de.uni_paderborn.fujaba.sequencer.FlowActivity

Packages that use FlowActivity
de.uni_paderborn.fujaba.layout   
de.uni_paderborn.fujaba.sequencer   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
 

Uses of FlowActivity in de.uni_paderborn.fujaba.layout
 

Methods in de.uni_paderborn.fujaba.layout with parameters of type FlowActivity
private  FSAObject ControlFlowLayout.getConcerningDisFrame(FlowActivity curFlowActivity)
          Searches in the IncrementList of the Activity
 

Uses of FlowActivity in de.uni_paderborn.fujaba.sequencer
 

Fields in de.uni_paderborn.fujaba.sequencer declared as FlowActivity
private  FlowActivity Sel.flowActivity
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.sequencer that return FlowActivity
 FlowActivity Sel.getFlowActivity()
          Get the flowActivity attribute of the Sel object
 

Methods in de.uni_paderborn.fujaba.sequencer with parameters of type FlowActivity
 Seq Sequencer.exploreCFG(FlowActivity startFlowActivity)
          exploreCFG
private  void Sequencer.checkForEachStructure(FlowActivity flowActivity, de.upb.tools.fca.FLinkedList transitionList)
          Checks the 'ForEach' structure and collects all 'each time' transitions in a list
private  void Sequencer.dfs(FlowActivity currentFlowActivity)
          Depth First Search.
private  void Sequencer.explore(Seq seq, FlowActivity startFlowActivity, FlowActivity endFlowActivity)
          Run dfs and checkForEachStructure before in exactly this order!
private  void Sequencer.exploreBackwardAndCollect(de.upb.tools.fca.FHashSet set, FlowActivity start, FlowActivity end)
          No comment provided by developer, please add a comment to improve documentation.
private  void Sequencer.exploreRepetition(Seq seq, UMLTransition backUMLTransition, FlowActivity start, FlowActivity end)
          No comment provided by developer, please add a comment to improve documentation.
private  void Sequencer.exploreAndCompare(de.upb.tools.fca.FHashSet leftSet, de.upb.tools.fca.FHashSet rightSet, FlowActivity start, FlowActivity end)
          Walk through the tree and collect nodes until a node was foud which is in a given set.
private  void Sequencer.exploreAndCollect(de.upb.tools.fca.FHashSet set, FlowActivity start, FlowActivity end)
          Walk through the tree and collect nodes.
private  void Sequencer.exploreSelection(Seq seq, UMLTransition firstUMLTransition, UMLTransition secondUMLTransition, FlowActivity start, FlowActivity end)
          No comment provided by developer, please add a comment to improve documentation.
 void Seq.removeLastFlowActivity(FlowActivity flowActivity)
          No comment provided by developer, please add a comment to improve documentation.
 void Sel.removeLastFlowActivity(FlowActivity flowActivity)
          No comment provided by developer, please add a comment to improve documentation.
 void Rep.removeLastFlowActivity(FlowActivity flowActivity)
          No comment provided by developer, please add a comment to improve documentation.
 void Flow.removeLastFlowActivity(FlowActivity flowActivity)
          Is used in the parsing algorithm.
 

Constructors in de.uni_paderborn.fujaba.sequencer with parameters of type FlowActivity
Sel(FlowActivity flowActivity, Seq thenSeq, UMLTransitionGuard thenUMLTransitionGuard, Seq elseSeq, UMLTransitionGuard elseUMLTransitionGuard)
           
 

Uses of FlowActivity in de.uni_paderborn.fujaba.uml
 

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

Methods in de.uni_paderborn.fujaba.uml that return FlowActivity
 FlowActivity UMLActivity.getFlowActivity()
          Get the flowActivity attribute of the UMLActivity object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type FlowActivity
 void UMLActivity.setFlowActivity(FlowActivity flowActivity)
          Sets the flowActivity attribute of the UMLActivity object