public class TestCondition extends java.lang.Object implements ICondition
| Modifier and Type | Field and Description |
|---|---|
protected PredicateConstraint |
constraint
The predicate constraint.
|
| Constructor and Description |
|---|
TestCondition(PredicateConstraint constraint)
Create a new object condition.
|
| Modifier and Type | Method and Description |
|---|---|
PredicateConstraint |
getConstraint()
Get the constraint.
|
java.util.List |
getVariables()
Get the variables.
|
java.lang.String |
toString()
Get the string representation.
|
protected PredicateConstraint constraint
public TestCondition(PredicateConstraint constraint)
public java.util.List getVariables()
getVariables in interface IConditionpublic PredicateConstraint getConstraint()
public java.lang.String toString()
toString in class java.lang.Object