public final class RelationIdentifier extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
TOSTRING_DELIMITER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
TitanEdge |
findEdge(TitanTransaction tx) |
TitanVertexProperty |
findProperty(TitanTransaction tx) |
static RelationIdentifier |
get(int[] ids) |
static RelationIdentifier |
get(long[] ids) |
long |
getInVertexId() |
long[] |
getLongRepresentation() |
long |
getOutVertexId() |
long |
getRelationId() |
long |
getTypeId() |
int |
hashCode() |
static RelationIdentifier |
parse(String id) |
String |
toString() |
public static final String TOSTRING_DELIMITER
public long getRelationId()
public long getTypeId()
public long getOutVertexId()
public long getInVertexId()
public static final RelationIdentifier get(long[] ids)
public static final RelationIdentifier get(int[] ids)
public long[] getLongRepresentation()
public static final RelationIdentifier parse(String id)
public TitanEdge findEdge(TitanTransaction tx)
public TitanVertexProperty findProperty(TitanTransaction tx)
Copyright © 2012–2015. All rights reserved.