net.sourceforge.plantuml.activitydiagram3
Class InstructionStop

java.lang.Object
  extended by net.sourceforge.plantuml.activitydiagram3.InstructionStop
All Implemented Interfaces:
Instruction

public class InstructionStop
extends Object
implements Instruction


Constructor Summary
InstructionStop(Swimlane swimlane)
           
 
Method Summary
 void add(Instruction other)
           
 void addNote(Display note, NotePosition position)
           
 Ftile createFtile(FtileFactory factory)
           
 LinkRendering getInLinkRendering()
           
 Set<Swimlane> getSwimlanes()
           
 boolean kill()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstructionStop

public InstructionStop(Swimlane swimlane)
Method Detail

getSwimlanes

public Set<Swimlane> getSwimlanes()
Specified by:
getSwimlanes in interface Instruction

createFtile

public Ftile createFtile(FtileFactory factory)
Specified by:
createFtile in interface Instruction

add

public void add(Instruction other)
Specified by:
add in interface Instruction

kill

public final boolean kill()
Specified by:
kill in interface Instruction

getInLinkRendering

public LinkRendering getInLinkRendering()
Specified by:
getInLinkRendering in interface Instruction

addNote

public void addNote(Display note,
                    NotePosition position)
Specified by:
addNote in interface Instruction


Copyright © 2013. All Rights Reserved.