Package net.sourceforge.plantuml.tim
Class ExecutionContextIf
java.lang.Object
net.sourceforge.plantuml.tim.ExecutionContextIf
public class ExecutionContextIf
extends java.lang.Object
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
static ExecutionContextIf
fromValue
(boolean isTrue) final boolean
void
void
final void
setHasBeenBurn
(boolean hasBeenBurn) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
fromValue
-
conditionIsOkHere
public boolean conditionIsOkHere() -
enteringElseIf
public void enteringElseIf() -
nowInElse
public void nowInElse() -
nowInSomeElseIf
public void nowInSomeElseIf() -
hasBeenBurn
public final boolean hasBeenBurn() -
setHasBeenBurn
public final void setHasBeenBurn(boolean hasBeenBurn)
-