net.sourceforge.plantuml.activitydiagram3
Interface Instruction

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

public interface Instruction
extends Swimable


Method Summary
 void add(Instruction other)
           
 void addNote(Display note, NotePosition position)
           
 Ftile createFtile(FtileFactory factory)
           
 LinkRendering getInLinkRendering()
           
 boolean kill()
           
 
Methods inherited from interface net.sourceforge.plantuml.activitydiagram3.ftile.Swimable
getSwimlaneIn, getSwimlaneOut, getSwimlanes
 

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)


Copyright © 2014. All Rights Reserved.