| Constructor and Description |
|---|
LessThanEqualToAssertion(AssertionExpression<Integer> left,
AssertionExpression<Integer> right) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(AssertionVisitor visitor) |
<O> O |
accept(AssertionVisitorEx<O> visitor) |
boolean |
equals(Object obj) |
AssertionExpression<Integer> |
getLeft() |
AssertionExpression<Integer> |
getRight() |
int |
hashCode() |
boolean |
holds(Set<? extends BindingNode> bindings,
ConstraintSystem constraintSystem)
Determines whether this Assertion is valid for the input bindings.
|
String |
toString() |
public LessThanEqualToAssertion(AssertionExpression<Integer> left, AssertionExpression<Integer> right)
left - leftright - rightpublic AssertionExpression<Integer> getLeft()
public AssertionExpression<Integer> getRight()
public void accept(AssertionVisitor visitor)
public <O> O accept(AssertionVisitorEx<O> visitor)
public boolean holds(Set<? extends BindingNode> bindings, ConstraintSystem constraintSystem)
AssertionCopyright © 2014 The University of Manchester. All Rights Reserved.