Modifier and Type | Interface and Description |
---|---|
static interface |
Graph.Edges<V,E> |
static interface |
Graph.Vertices<V,E> |
Modifier and Type | Method and Description |
---|---|
void |
atomic(java.util.function.Consumer<? super Graph<V,E>> action)
Perform an operation on the receiving graph atomically.
|
static GraphConfigurator<java.lang.Object,java.lang.Object> |
build() |
Graph.Edges<V,E> |
edges() |
boolean |
isDirected() |
boolean |
isSimple() |
boolean |
isWeighted() |
GraphListeners<V,E> |
listeners() |
GraphTransformer<V,E> |
transform() |
Graph.Vertices<V,E> |
vertices() |
static GraphConfigurator<java.lang.Object,java.lang.Object> build()
Graph.Vertices<V,E> vertices()
Graph.Edges<V,E> edges()
boolean isDirected()
boolean isWeighted()
boolean isSimple()
GraphTransformer<V,E> transform()
GraphListeners<V,E> listeners()