public class NotCondition extends java.lang.Object implements ICondition
Modifier and Type | Field and Description |
---|---|
protected ICondition |
cond
The negated condition.
|
Constructor and Description |
---|
NotCondition(ICondition cond)
Create a new not condition.
|
Modifier and Type | Method and Description |
---|---|
ICondition |
getCondition()
Get the condition.
|
java.util.List |
getVariables()
Get all variables.
|
java.lang.String |
toString()
Get the string representation.
|
protected ICondition cond
public NotCondition(ICondition cond)
public ICondition getCondition()
public java.util.List getVariables()
getVariables
in interface ICondition
public java.lang.String toString()
toString
in class java.lang.Object