public static final class EmptyGraph.EmptyGraphFeatures extends Object implements Graph.Features
Modifier and Type | Class and Description |
---|---|
class |
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgeFeatures
Edge features defined such that they support immutability but allow all other possibilities.
|
class |
EmptyGraph.EmptyGraphFeatures.EmptyGraphEdgePropertyFeatures
Edge property features defined such that they support immutability but allow all other possibilities.
|
class |
EmptyGraph.EmptyGraphFeatures.EmptyGraphElementFeatures
Vertex features defined such that they support immutability but allow all other possibilities.
|
class |
EmptyGraph.EmptyGraphFeatures.EmptyGraphGraphFeatures
Graph features defined such that they support immutability but allow all other possibilities.
|
class |
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexFeatures
Vertex features defined such that they support immutability but allow all other possibilities.
|
class |
EmptyGraph.EmptyGraphFeatures.EmptyGraphVertexPropertyFeatures
Vertex Property features defined such that they support immutability but allow all other possibilities.
|
Graph.Features.DataTypeFeatures, Graph.Features.EdgeFeatures, Graph.Features.EdgePropertyFeatures, Graph.Features.ElementFeatures, Graph.Features.FeatureSet, Graph.Features.GraphFeatures, Graph.Features.PropertyFeatures, Graph.Features.VariableFeatures, Graph.Features.VertexFeatures, Graph.Features.VertexPropertyFeatures
Modifier and Type | Method and Description |
---|---|
Graph.Features.EdgeFeatures |
edge()
Gets the features related to "edge" operation.
|
Graph.Features.GraphFeatures |
graph()
Gets the features related to "graph" operation.
|
Graph.Features.VertexFeatures |
vertex()
Gets the features related to "vertex" operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supports
public Graph.Features.GraphFeatures graph()
Graph.Features
graph
in interface Graph.Features
public Graph.Features.VertexFeatures vertex()
Graph.Features
vertex
in interface Graph.Features
public Graph.Features.EdgeFeatures edge()
Graph.Features
edge
in interface Graph.Features
Copyright © 2013–2021 Apache Software Foundation. All rights reserved.