public class DirectionCondition<E extends TitanRelation> extends Literal<E>
Condition.Type| Constructor and Description |
|---|
DirectionCondition(TitanVertex vertex,
org.apache.tinkerpop.gremlin.structure.Direction dir) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
boolean |
evaluate(E element) |
org.apache.tinkerpop.gremlin.structure.Direction |
getDirection() |
int |
hashCode() |
String |
toString() |
getChildren, getType, hasChildren, numChildrenpublic DirectionCondition(TitanVertex vertex, org.apache.tinkerpop.gremlin.structure.Direction dir)
Copyright © 2012–2015. All rights reserved.