public class RelationTypeIndexWrapper extends Object implements RelationTypeIndex
| Modifier and Type | Field and Description |
|---|---|
static char |
RELATION_INDEX_SEPARATOR |
| Constructor and Description |
|---|
RelationTypeIndexWrapper(InternalRelationType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object oth) |
com.tinkerpop.blueprints.Direction |
getDirection()
Returns the direction on which this index is installed.
|
String |
getName()
Returns the unique name of this entity.
|
RelationType[] |
getSortKey()
Returns the (composite) sort key for this index.
|
Order |
getSortOrder()
Returns the sort order of this index.
|
RelationType |
getType()
Returns the
RelationType on which this index is installed. |
int |
hashCode() |
public static final char RELATION_INDEX_SEPARATOR
public RelationTypeIndexWrapper(InternalRelationType type)
public RelationType getType()
RelationTypeIndexRelationType on which this index is installed.getType in interface RelationTypeIndexpublic String getName()
NamifiablegetName in interface Namifiablepublic Order getSortOrder()
RelationTypeIndexgetSortOrder in interface RelationTypeIndexpublic RelationType[] getSortKey()
RelationTypeIndexRelationTypesgetSortKey in interface RelationTypeIndexpublic com.tinkerpop.blueprints.Direction getDirection()
RelationTypeIndexgetDirection in interface RelationTypeIndexCopyright © 2012–2014. All rights reserved.