net.sourceforge.plantuml.activitydiagram3
Class InstructionIf
java.lang.Object
net.sourceforge.plantuml.activitydiagram3.InstructionIf
- All Implemented Interfaces:
- Instruction
public class InstructionIf
- extends Object
- implements Instruction
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstructionIf
public InstructionIf(Instruction parent,
String labelTest,
Display whenThen)
add
public void add(Instruction ins)
- Specified by:
add
in interface Instruction
createFtile
public Ftile createFtile()
- Specified by:
createFtile
in interface Instruction
getParent
public Instruction getParent()
swithToElse
public void swithToElse(Display whenElse)
Copyright © 2013. All Rights Reserved.