|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.intermine.objectstore.query.Constraint
public abstract class Constraint
Abstract reperesentation of a query constraint.
| Field Summary | |
|---|---|
protected ConstraintOp |
op
|
| Constructor Summary | |
|---|---|
Constraint()
|
|
| Method Summary | |
|---|---|
ConstraintOp |
getOp()
Get op of constraint |
void |
negate()
Negate this constraint. i.e equals becomes not equals. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ConstraintOp op
| Constructor Detail |
|---|
public Constraint()
| Method Detail |
|---|
public void negate()
public ConstraintOp getOp()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||