net.sourceforge.plantuml.activitydiagram3
Class InstructionList

java.lang.Object
  extended by net.sourceforge.plantuml.activitydiagram3.InstructionList
All Implemented Interfaces:
Swimable, Instruction

public class InstructionList
extends Object
implements Instruction


Constructor Summary
InstructionList()
           
InstructionList(Swimlane defaultSwimlane)
           
 
Method Summary
 void add(Instruction ins)
           
 void addNote(Display note, NotePosition position)
           
 Ftile createFtile(FtileFactory factory)
           
 LinkRendering getInLinkRendering()
           
 Instruction getLast()
           
 Swimlane getSwimlaneIn()
           
 Swimlane getSwimlaneOut()
           
 Set<Swimlane> getSwimlanes()
           
static Set<Swimlane> getSwimlanes2(List<? extends Instruction> list)
           
 boolean kill()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstructionList

public InstructionList()

InstructionList

public InstructionList(Swimlane defaultSwimlane)
Method Detail

add

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

createFtile

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

kill

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

getInLinkRendering

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

getLast

public Instruction getLast()

addNote

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

getSwimlanes

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

getSwimlaneIn

public Swimlane getSwimlaneIn()
Specified by:
getSwimlaneIn in interface Swimable

getSwimlaneOut

public Swimlane getSwimlaneOut()
Specified by:
getSwimlaneOut in interface Swimable

getSwimlanes2

public static Set<Swimlane> getSwimlanes2(List<? extends Instruction> list)


Copyright © 2014. All Rights Reserved.