public class PredicateConstraint extends java.lang.Object implements IConstraint
Modifier and Type | Field and Description |
---|---|
protected FunctionCall |
funcall
The function call.
|
Constructor and Description |
---|
PredicateConstraint(FunctionCall funcall)
Create a new predicate constraint.
|
Modifier and Type | Method and Description |
---|---|
FunctionCall |
getFunctionCall()
Get the function call.
|
java.util.List |
getVariables()
Get the variables.
|
java.lang.String |
toString()
Get the string representation.
|
protected FunctionCall funcall
public PredicateConstraint(FunctionCall funcall)
public FunctionCall getFunctionCall()
public java.util.List getVariables()
getVariables
in interface IConstraint
public java.lang.String toString()
toString
in class java.lang.Object