| Constructor and Description |
|---|
FeaturePath(Feature... features) |
FeaturePath(java.util.Set<V> payload,
Feature... features) |
FeaturePath(V payload,
Feature... features) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
satisfiesQuery(Query query)
Evaluates this path against a provided
Query instance. |
add, add, add, addPayload, get, getLabels, getPayload, getTail, getVertices, hasPayload, iterator, remove, remove, setPayload, size, sort, toStringpublic FeaturePath(Feature... features)
public boolean satisfiesQuery(Query query) throws GraphException
Query instance. If any of
the Operations in the Query are satisfied by this Path instance,
this method will return true.query - Query to evaluate against this Path instanceGraphException