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, String labelTest, Display whenThen)
           
 
Method Summary
 void add(Instruction ins)
           
 Ftile createFtile()
           
 Instruction getParent()
           
 void swithToElse(Display whenElse)
           
 
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,
                     String labelTest,
                     Display whenThen)
Method Detail

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.