net.sourceforge.plantuml.activitydiagram3
Class InstructionIf

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

public class InstructionIf
extends Object
implements Instruction


Constructor Summary
InstructionIf(Instruction parent, Display labelTest, Display whenThen, LinkRendering inlinkRendering)
           
 
Method Summary
 void add(Instruction ins)
           
 void addNote(Display note, NotePosition position)
           
 Ftile createFtile(FtileFactory factory)
           
 void endif(LinkRendering nextLinkRenderer)
           
 LinkRendering getInLinkRendering()
           
 Instruction getParent()
           
 Set<Swimlane> getSwimlanes()
           
 boolean kill()
           
 void swithToElse(Display whenElse, LinkRendering nextLinkRenderer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InstructionIf

public InstructionIf(Instruction parent,
                     Display labelTest,
                     Display whenThen,
                     LinkRendering inlinkRendering)
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

getParent

public Instruction getParent()

swithToElse

public void swithToElse(Display whenElse,
                        LinkRendering nextLinkRenderer)

endif

public void endif(LinkRendering nextLinkRenderer)

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

getSwimlanes

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


Copyright © 2013. All Rights Reserved.