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

Packages that use Seq
de.uni_paderborn.fujaba.sequencer   
 

Uses of Seq in de.uni_paderborn.fujaba.sequencer
 

Methods in de.uni_paderborn.fujaba.sequencer that return Seq
 Seq Sequencer.exploreCFG(FlowActivity startFlowActivity)
          exploreCFG
 Seq Sel.getThenSeq()
          Get the thenSeq attribute of the Sel object
 Seq Sel.getElseSeq()
          Get the elseSeq attribute of the Sel object
 Seq Rep.getBodySeq()
          Get the bodySeq attribute of the Rep object
 Seq FlowActivity.getForEachSeq()
          Get the forEachSeq attribute of the FlowActivity object
 

Methods in de.uni_paderborn.fujaba.sequencer with parameters of type Seq
 void FlowActivity.setForEachSeq(Seq forEachSeq)
          ForEachSeq
 

Constructors in de.uni_paderborn.fujaba.sequencer with parameters of type Seq
Sel(FlowActivity flowActivity, Seq thenSeq, UMLTransition thenUMLTransition, Seq elseSeq, UMLTransition elseUMLTransition)
           
Rep(Seq bodySeq, UMLTransition nextUMLTransition, UMLTransition leavingUMLTransition, boolean type)