public class ImplicitKey extends EmptyRelationType implements SystemRelationType, PropertyKey
| Modifier and Type | Field and Description |
|---|---|
static ImplicitKey |
ADJACENT_ID |
static ImplicitKey |
ID |
static ImplicitKey |
KEY |
static ImplicitKey |
LABEL |
static Map<EntryMetaData,ImplicitKey> |
MetaData2ImplicitKey |
static ImplicitKey |
TIMESTAMP |
static ImplicitKey |
TITANID |
static ImplicitKey |
TTL |
static ImplicitKey |
VALUE |
static ImplicitKey |
VISIBILITY |
| Modifier and Type | Method and Description |
|---|---|
Cardinality |
cardinality()
The
Cardinality of this property key. |
<O> O |
computeProperty(InternalElement e) |
Class<?> |
dataType()
Returns the data type for this property key.
|
ConsistencyModifier |
getConsistencyModifier() |
boolean |
hasId()
Checks whether this entity has a unique identifier.
|
boolean |
isEdgeLabel()
Checks if this relation type is an edge label
|
boolean |
isInvisibleType() |
boolean |
isPropertyKey()
Checks if this relation type is a property key
|
boolean |
isUnidirected(org.apache.tinkerpop.gremlin.structure.Direction dir) |
long |
longId()
Unique identifier for this entity.
|
Multiplicity |
multiplicity() |
String |
name()
Returns the unique name of this entity.
|
void |
setId(long id) |
String |
toString() |
getBaseType, getKeyIndexes, getRelationIndexes, getSignature, getSortKey, getSortOrder, getStatus, getTTL, isInvisibleaddEdge, addRelation, edges, getAddedRelations, getLifeCycle, hasAddedRelations, hasLoadedRelations, hasRemovedRelations, id, isLoaded, isModified, isNew, isRemoved, it, label, loadRelations, properties, property, property, query, remove, removeRelation, tx, value, valueOrNull, vertexLabel, verticesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetBaseType, getKeyIndexes, getRelationIndexes, getSignature, getSortKey, getSortOrder, getStatus, getTTLaddRelation, getAddedRelations, hasAddedRelations, hasLoadedRelations, hasRemovedRelations, it, loadRelations, query, removeRelationaddEdge, isModified, label, property, property, property, vertexLabeledges, properties, property, verticesgetLifeCycle, graph, isInvisible, txid, isLoaded, isNew, isRemoved, remove, valueOrNullpublic static final ImplicitKey ID
public static final ImplicitKey TITANID
public static final ImplicitKey LABEL
public static final ImplicitKey KEY
public static final ImplicitKey VALUE
public static final ImplicitKey ADJACENT_ID
public static final ImplicitKey TIMESTAMP
public static final ImplicitKey VISIBILITY
public static final ImplicitKey TTL
public static final Map<EntryMetaData,ImplicitKey> MetaData2ImplicitKey
public <O> O computeProperty(InternalElement e)
public Class<?> dataType()
PropertyKeydataType in interface PropertyKeypublic Cardinality cardinality()
PropertyKeyCardinality of this property key.cardinality in interface PropertyKeypublic String name()
Namifiablename in interface Namifiablepublic boolean isPropertyKey()
RelationTypeisPropertyKey in interface RelationTypePropertyKeypublic boolean isEdgeLabel()
RelationTypeisEdgeLabel in interface RelationTypeEdgeLabelpublic boolean isInvisibleType()
isInvisibleType in interface InternalRelationTypepublic Multiplicity multiplicity()
multiplicity in interface InternalRelationTypepublic ConsistencyModifier getConsistencyModifier()
getConsistencyModifier in interface InternalRelationTypepublic boolean isUnidirected(org.apache.tinkerpop.gremlin.structure.Direction dir)
isUnidirected in interface InternalRelationTypepublic long longId()
TitanElementTitanElement.id() for the permanent id.longId in interface IdfiablelongId in interface TitanElementlongId in class EmptyVertexpublic boolean hasId()
TitanElementhasId in interface TitanElementhasId in class EmptyVertexTitanElement.longId()public void setId(long id)
setId in interface InternalElementsetId in class EmptyVertexpublic String toString()
toString in class EmptyRelationTypeCopyright © 2012–2015. All rights reserved.