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