net.sourceforge.plantuml.activitydiagram3
Class InstructionPartition

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

public class InstructionPartition
extends Object
implements Instruction


Constructor Summary
InstructionPartition(Instruction parent, String partitionTitle)
           
 
Method Summary
 void add(Instruction other)
           
 void addNote(Display note, NotePosition position)
           
 Ftile createFtile(FtileFactory factory)
           
 LinkRendering getInLinkRendering()
           
 Instruction getParent()
           
 Swimlane getSwimlaneIn()
           
 Swimlane getSwimlaneOut()
           
 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

InstructionPartition

public InstructionPartition(Instruction parent,
                            String partitionTitle)
Method Detail

getParent

public Instruction getParent()

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

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 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 © 2014. All Rights Reserved.