public class Dependency
extends java.lang.Object
Constructor and Description |
---|
Dependency(Expr dependant,
Expr other) |
Dependency(Expr dependant,
Expr other,
Expr condition,
boolean expectedOutput) |
Modifier and Type | Method and Description |
---|---|
void |
elevate() |
Expr |
getCondition() |
Expr |
getDependant() |
boolean |
getExpectedOutput() |
Expr |
getOther() |
boolean |
isConditional() |
boolean |
isElevated() |
boolean |
isMandatory() |
void |
setMandatory(boolean mandatory) |
public void setMandatory(boolean mandatory)
public boolean isMandatory()
public boolean isConditional()
public Expr getOther()
public Expr getDependant()
public boolean getExpectedOutput()
public Expr getCondition()
public void elevate()
public boolean isElevated()