public abstract class BaseRelationType extends EmptyRelationType implements SystemRelationType
| Modifier and Type | Method and Description |
|---|---|
ConsistencyModifier |
getConsistencyModifier() |
boolean |
hasId()
Checks whether this entity has a unique identifier.
|
boolean |
isInvisibleType() |
long |
longId()
Unique identifier for this entity.
|
String |
name()
Returns the unique name of this entity.
|
void |
setId(long id) |
getBaseType, getKeyIndexes, getRelationIndexes, getSignature, getSortKey, getSortOrder, getStatus, getTTL, isInvisible, toStringaddEdge, 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, getTTL, isUnidirected, multiplicityisEdgeLabel, isPropertyKeyisNewaddRelation, 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 String name()
Namifiablename in interface Namifiablepublic long longId()
JanusGraphElementJanusGraphElement.id() for the permanent id.longId in interface IdfiablelongId in interface JanusGraphElementlongId in class EmptyVertexpublic boolean hasId()
JanusGraphElementNote that some entities may never be assigned an identifier and others will only be assigned an identifier at the end of a transaction.
hasId in interface JanusGraphElementhasId in class EmptyVertexJanusGraphElement.longId()public void setId(long id)
setId in interface InternalElementsetId in class EmptyVertexpublic ConsistencyModifier getConsistencyModifier()
getConsistencyModifier in interface InternalRelationTypepublic boolean isInvisibleType()
isInvisibleType in interface InternalRelationTypeCopyright © 2012–2023. All rights reserved.