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

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

Uses of FlowActivity in de.uni_paderborn.fujaba.sequencer
 

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
 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, UMLTransition thenUMLTransition, Seq elseSeq, UMLTransition elseUMLTransition)
           
 

Uses of FlowActivity in de.uni_paderborn.fujaba.uml
 

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