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.util.datastructures
Interface Removable
All Known Subinterfaces:
EdgeLabel
,
InternalElement
,
InternalRelation
,
InternalRelationType
,
InternalVertex
,
InternalVertexLabel
,
JanusGraphEdge
,
JanusGraphElement
,
JanusGraphRelation
,
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
,
JanusGraphSchemaVertex
,
PreloadedVertex
,
PropertyKeyVertex
,
RelationTypeVertex
,
StandardEdge
,
StandardVertex
,
StandardVertexProperty
,
VertexLabelVertex
public interface
Removable
Interface to decorate elements that can be removed
Author:
Matthias Broecheler (
[email protected]
)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
remove
()
Method Detail
remove
void remove()
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–2023. All rights reserved.