JavaScript is disabled on your browser.
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
com.thinkaurelius.titan.core
Interface Idfiable
All Known Subinterfaces:
EdgeLabel
,
InternalElement
,
InternalRelation
,
InternalRelationType
,
InternalVertex
,
InternalVertexLabel
,
PropertyKey
,
RelationType
,
SystemRelationType
,
TitanEdge
,
TitanElement
,
TitanProperty
,
TitanRelation
,
TitanVertex
,
VertexLabel
All Known Implementing Classes:
AbstractEdge
,
AbstractElement
,
AbstractProperty
,
AbstractTypedRelation
,
AbstractVertex
,
BaseKey
,
BaseLabel
,
BaseRelationType
,
BaseVertexLabel
,
CacheEdge
,
CacheProperty
,
CacheVertex
,
EdgeLabelVertex
,
EmptyRelationType
,
EmptyVertex
,
FulgoraNeighborVertex
,
FulgoraVertex
,
ImplicitKey
,
PropertyKeyVertex
,
RelationTypeVertex
,
StandardEdge
,
StandardProperty
,
StandardVertex
,
TitanSchemaVertex
,
VertexLabelVertex
public interface
Idfiable
Represents an entity that can be uniquely identified by a long id.
Author:
Matthias Broecheler (me@matthiasb.com)
Method Summary
Methods
Modifier and Type
Method and Description
long
getID
()
Unique identifier for this entity.
Method Detail
getID
long getID()
Unique identifier for this entity.
Returns:
Unique long id for this entity
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–2014. All rights reserved.