JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.janusgraph.core
Interface Idfiable
All Known Subinterfaces:
EdgeLabel
,
InternalElement
,
InternalRelation
,
InternalRelationType
,
InternalVertex
,
InternalVertexLabel
,
JanusGraphEdge
,
JanusGraphElement
,
JanusGraphRelation
,
JanusGraphSchemaType
,
JanusGraphVertex
,
JanusGraphVertexProperty
<V>,
PropertyKey
,
RelationType
,
StandardRelation
,
SystemRelationType
,
VertexLabel
All Known Implementing Classes:
AbstractEdge
,
AbstractElement
,
AbstractTypedRelation
,
AbstractVertex
,
AbstractVertexProperty
,
BaseKey
,
BaseLabel
,
BaseRelationType
,
BaseVertexLabel
,
CacheEdge
,
CacheVertex
,
CacheVertexProperty
,
EdgeLabelVertex
,
EmptyJanusGraphVertexProperty
,
EmptyRelationType
,
EmptyVertex
,
FulgoraVertexProperty
,
ImplicitKey
,
JanusGraphLazyEdge
,
JanusGraphLazyRelation
,
JanusGraphLazyVertexProperty
,
JanusGraphSchemaVertex
,
PreloadedVertex
,
PropertyKeyVertex
,
RelationTypeVertex
,
StandardEdge
,
StandardVertex
,
StandardVertexProperty
,
VertexLabelVertex
public interface
Idfiable
Represents an entity that can be uniquely identified by an id.
Author:
Matthias Broecheler (
[email protected]
)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
Object
id
()
Unique identifier for this entity.
Method Detail
id
Object
id()
Unique identifier for this entity.
Returns:
Unique id for this entity
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2012–2024. All rights reserved.