public interface InternalRelationType extends RelationType, InternalVertex
| Modifier and Type | Method and Description |
|---|---|
InternalRelationType |
getBaseType() |
ConsistencyModifier |
getConsistencyModifier() |
Iterable<IndexType> |
getKeyIndexes() |
Iterable<InternalRelationType> |
getRelationIndexes() |
long[] |
getSignature() |
long[] |
getSortKey() |
Order |
getSortOrder() |
SchemaStatus |
getStatus() |
Integer |
getTTL() |
boolean |
isInvisibleType() |
boolean |
isUnidirected(org.apache.tinkerpop.gremlin.structure.Direction dir) |
Multiplicity |
multiplicity() |
isEdgeLabel, isPropertyKeynameaddRelation, getAddedRelations, hasAddedRelations, hasLoadedRelations, hasRemovedRelations, it, loadRelations, query, removeRelationaddEdge, isModified, label, property, property, property, vertexLabeledges, properties, property, verticesgetLifeCycle, graph, isInvisible, setId, txhasId, id, isLoaded, isNew, isRemoved, longId, remove, valueOrNullboolean isInvisibleType()
long[] getSignature()
long[] getSortKey()
Order getSortOrder()
Multiplicity multiplicity()
ConsistencyModifier getConsistencyModifier()
Integer getTTL()
boolean isUnidirected(org.apache.tinkerpop.gremlin.structure.Direction dir)
InternalRelationType getBaseType()
Iterable<InternalRelationType> getRelationIndexes()
SchemaStatus getStatus()
Copyright © 2012–2015. All rights reserved.