org.kite9.diagram.builders.formats.sequence
Class Step

java.lang.Object
  extended by org.kite9.diagram.builders.formats.sequence.Step
Direct Known Subclasses:
CallStep, ReturnStep

public abstract class Step
extends Object


Constructor Summary
Step()
           
Step(Label fromLabel, Label toLabel)
           
 
Method Summary
 Label getFromLabel()
           
 Label getToLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Step

public Step(Label fromLabel,
            Label toLabel)

Step

public Step()
Method Detail

getFromLabel

public Label getFromLabel()

getToLabel

public Label getToLabel()


Copyright © 2011. All Rights Reserved.