public class IncidenceCondition<E extends TitanRelation> extends Object
Condition.Type| Constructor and Description |
|---|
IncidenceCondition(TitanVertex baseVertex,
TitanVertex otherVertex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
boolean |
evaluate(E relation) |
Iterable<Condition<E>> |
getChildren() |
Condition.Type |
getType() |
boolean |
hasChildren() |
int |
hashCode() |
int |
numChildren() |
String |
toString() |
public IncidenceCondition(TitanVertex baseVertex, TitanVertex otherVertex)
public boolean evaluate(E relation)
public int hashCode()
public boolean equals(Object other)
public String toString()
public Condition.Type getType()
getType in interface Condition<E extends TitanElement>public boolean hasChildren()
hasChildren in interface Condition<E extends TitanElement>public int numChildren()
numChildren in interface Condition<E extends TitanElement>public Iterable<Condition<E>> getChildren()
getChildren in interface Condition<E extends TitanElement>Copyright © 2012–2014. All rights reserved.