|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.contentmanagement.contentmanager.stubs.model.predicates.EdgePredicate
public abstract class EdgePredicate
An implementation of Predicate
for Edge
s.
Nested Class Summary | |
---|---|
static class |
EdgePredicate.Range
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
boolean |
isCondition()
Indicates whether the predicate is to be processed as a condition. |
javax.xml.namespace.QName |
label()
Returns the label. |
Predicate |
predicate()
Returns the target predicate. |
abstract EdgePredicate.Range |
range()
|
void |
setAsCondition()
Marks the predicate as a condition. |
void |
setPredicate(Predicate p)
Sets the target predicate. |
java.lang.String |
toString()
|
void |
unsetAsCondition()
Unmarks the predicate as a condition. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public void setAsCondition()
public void unsetAsCondition()
public boolean isCondition()
true
if it is, false
otherwise.public Predicate predicate()
public void setPredicate(Predicate p)
p
- the predicate.public javax.xml.namespace.QName label()
public abstract EdgePredicate.Range range()
public java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |