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

Packages that use UMLTransition
de.uni_paderborn.fujaba.gxl   
de.uni_paderborn.fujaba.sequencer   
de.uni_paderborn.fujaba.uml UML-Abstract Syntax Tree Structure 
de.uni_paderborn.fujaba.uml.actions   
 

Uses of UMLTransition in de.uni_paderborn.fujaba.gxl
 

Methods in de.uni_paderborn.fujaba.gxl with parameters of type UMLTransition
private  boolean UMLActivityDiagramFilter.verifyUMLTransition(UMLTransition vObject)
          No comment provided by developer, please add a comment to improve documentation.
 

Uses of UMLTransition in de.uni_paderborn.fujaba.sequencer
 

Fields in de.uni_paderborn.fujaba.sequencer declared as UMLTransition
private  UMLTransition Rep.leavingUMLTransition
          The transition which leaves the repetition top/buttom controlled
private  UMLTransition Rep.nextUMLTransition
          The transition which runs the repetition
 

Methods in de.uni_paderborn.fujaba.sequencer that return UMLTransition
 UMLTransition Rep.getLeavingUMLTransition()
          Get the leavingUMLTransition attribute of the Rep object
 UMLTransition Rep.getNextUMLTransition()
          Get the nextUMLTransition attribute of the Rep object
 

Methods in de.uni_paderborn.fujaba.sequencer with parameters of type UMLTransition
private  boolean Sequencer.isTheOnlyTransition(UMLActivity curActivity, UMLTransition curTransition)
           
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.exploreSelection(Seq seq, UMLTransition firstUMLTransition, UMLTransition secondUMLTransition, FlowActivity start, FlowActivity end)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.sequencer with parameters of type UMLTransition
Rep(Seq bodySeq, UMLTransition nextUMLTransition, UMLTransition leavingUMLTransition, boolean type)
           
 

Uses of UMLTransition in de.uni_paderborn.fujaba.uml
 

Fields in de.uni_paderborn.fujaba.uml declared as UMLTransition
private  UMLTransition UMLTransitionGuard.revGuard
          No comment provided by developer, please add a comment to improve documentation.
 

Methods in de.uni_paderborn.fujaba.uml that return UMLTransition
 UMLTransition UMLTransitionGuard.getRevGuard()
          Get the revGuard attribute of the UMLTransitionGuard object
 

Methods in de.uni_paderborn.fujaba.uml with parameters of type UMLTransition
 void UMLTransitionGuard.setRevGuard(UMLTransition revGuard)
          Sets the revGuard attribute of the UMLTransitionGuard object
 boolean UMLTransition.looksLike(UMLTransition curTransition)
          Same functionality as equals() there are maybe problems with jgl sets work if this method is called equals()
 void UMLStopActivity.setExit(UMLTransition elem)
          Sets the exit attribute of the UMLStopActivity object
 void UMLStartActivity.setEntry(UMLTransition elem)
          Sets the entry attribute of the UMLStartActivity object
 boolean UMLActivity.addToEntry(UMLTransition value)
          Access method for an one to n association.
 boolean UMLActivity.hasInEntry(UMLTransition value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLActivity.removeFromEntry(UMLTransition value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLActivity.addToExit(UMLTransition value)
          Access method for an one to n association.
 boolean UMLActivity.hasInExit(UMLTransition value)
          No comment provided by developer, please add a comment to improve documentation.
 boolean UMLActivity.removeFromExit(UMLTransition value)
          No comment provided by developer, please add a comment to improve documentation.
 

Constructors in de.uni_paderborn.fujaba.uml with parameters of type UMLTransition
UMLTransitionGuard(int type, java.lang.String boolExpr, UMLTransition revGuard)
          Constructor for class UMLTransitionGuard
 

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

Methods in de.uni_paderborn.fujaba.uml.actions that return UMLTransition
 UMLTransition Trace.createTransition(UMLStatechart statechart, UMLComplexState source)
          No comment provided by developer, please add a comment to improve documentation.
 UMLTransition Trace.getLeavingTransitionHavingNoEvent(UMLComplexState state)
          Get the leavingTransitionHavingNoEvent attribute of the Trace object
 

Methods in de.uni_paderborn.fujaba.uml.actions with parameters of type UMLTransition
 boolean Trace.startsWith(UMLTransition transition)
          Check if transition can be followed along when executing trace.
(package private)  boolean MergeSequenceDiagramIntoStateChartAction.mergeTraceIntoStatechart(UMLStatechart statechart, Trace trace, UMLTransition transition, java.lang.String prefix)
          Merge trace into statechart. transition already exists, maybe without a target state, and is already "walked along", i.e. it is irrelevant for the further merging of trace.