net.sourceforge.plantuml.activitydiagram3
Interface Instruction

All Known Implementing Classes:
InstructionFork, InstructionGroup, InstructionIf, InstructionList, InstructionRepeat, InstructionSimple, InstructionSplit, InstructionStart, InstructionStop, InstructionWhile

public interface Instruction


Method Summary
 void add(Instruction other)
           
 void addNote(Display note, NotePosition position)
           
 Ftile createFtile(FtileFactory factory)
           
 LinkRendering getInLinkRendering()
           
 Set<Swimlane> getSwimlanes()
           
 boolean kill()
           
 

Method Detail

createFtile

Ftile createFtile(FtileFactory factory)

add

void add(Instruction other)

kill

boolean kill()

getInLinkRendering

LinkRendering getInLinkRendering()

addNote

void addNote(Display note,
             NotePosition position)

getSwimlanes

Set<Swimlane> getSwimlanes()


Copyright © 2013. All Rights Reserved.