public class AtomValueRegExPredicate extends AtomRegExPredicate
Constructor and Description |
---|
AtomValueRegExPredicate() |
AtomValueRegExPredicate(Pattern pattern) |
Modifier and Type | Method and Description |
---|---|
boolean |
satisfies(HyperGraph hg,
HGHandle handle)
Check whether a given
Object satisfies this
query condition. |
String |
toString() |
equals, getPattern, hashCode, satisfies, setPattern
public AtomValueRegExPredicate()
public AtomValueRegExPredicate(Pattern pattern)
public boolean satisfies(HyperGraph hg, HGHandle handle)
HGAtomPredicate
Check whether a given Object
satisfies this
query condition.
hg
- 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.Copyright © 2015. All rights reserved.