public class DisconnectedPredicate extends java.lang.Object implements HGAtomPredicate, HGQueryCondition
A predicate that returns true
if the incidence set of a given atom
is empty and false
otherwise.
Constructor and Description |
---|
DisconnectedPredicate() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object x) |
int |
hashCode() |
boolean |
satisfies(HyperGraph graph,
HGHandle handle)
Check whether a given
Object satisfies this
query condition. |
public boolean satisfies(HyperGraph graph, HGHandle handle)
HGAtomPredicate
Check whether a given Object
satisfies this
query condition.
satisfies
in interface HGAtomPredicate
graph
- The HyperGraph
instance.handle
- The atom on which to test the query condition.true
if the passed in parameter satisfies
the condition and false
otherwise.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object x)
equals
in class java.lang.Object