public abstract class AbstractConstraint extends AbstractExpression implements Constraint
| Constructor and Description |
|---|
AbstractConstraint(String name,
Object reference) |
| Modifier and Type | Method and Description |
|---|---|
void |
describeWith(ExpressionDescriber constraintDescriber)
Describes this expression with the given describer
|
boolean |
equals(Object other) |
String |
getName()
returns the name of this constraint
|
Reference |
getReference() |
int |
hashCode() |
String |
toString() |
and, or, xorclone, finalize, getClass, notify, notifyAll, wait, wait, waitand, or, passes, xorpublic String getName()
ConstraintgetName in interface ConstraintConstraint.getName()public Reference getReference()
getReference in interface ConstraintConstraint.getReference()public void describeWith(ExpressionDescriber constraintDescriber) throws IOException
ExpressiondescribeWith in interface ExpressionconstraintDescriber - The describer to useIOExceptionConstraint#describeTo(ExpressionDescriber)public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object other)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()Copyright © 2005-2013 Agical AB. All Rights Reserved.