Modifier and Type | Interface and Description |
---|---|
interface |
ImmutableGraph<V extends Vertex,E extends Edge> |
interface |
ImmutableGraphContainer<G extends ImmutableGraph<? extends Vertex,? extends Edge>>
Originally in OpenNMS there was the TopologyProvider (aka GraphProvider).
|
Modifier and Type | Class and Description |
---|---|
class |
GenericVertex |
Modifier and Type | Method and Description |
---|---|
String |
GraphRenderer.render(int identation,
Vertex vertex) |
default String |
GraphRenderer.render(Vertex vertex) |
Modifier and Type | Class and Description |
---|---|
class |
ChangeSet<G extends ImmutableGraph<V,E>,V extends Vertex,E extends Edge> |
static class |
ChangeSet.ChangeSetBuilder<G extends ImmutableGraph<V,E>,V extends Vertex,E extends Edge> |
Modifier and Type | Method and Description |
---|---|
static <G extends ImmutableGraph<V,E>,V extends Vertex,E extends Edge> |
ChangeSet.builder(G oldGraph,
G newGraph) |
Modifier and Type | Interface and Description |
---|---|
interface |
GraphChangeListener<V extends Vertex,E extends Edge> |
interface |
GraphChangeSetListener<G extends ImmutableGraph<V,E>,V extends Vertex,E extends Edge> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDomainVertex
Acts as a domain specific view on a
GenericVertex . |
Modifier and Type | Class and Description |
---|---|
class |
SimpleDomainVertex
Acts as a domain specific view on a
GenericVertex . |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationVertex |
Modifier and Type | Class and Description |
---|---|
class |
BusinessServiceVertex |
Modifier and Type | Class and Description |
---|---|
class |
LegacyVertex |
Modifier and Type | Class and Description |
---|---|
class |
CustomVertex |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
JsonConverterService.convert(Vertex vertex) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
VertexConverter.convert(Vertex input) |
Modifier and Type | Method and Description |
---|---|
boolean |
VertexConverter.canConvert(Class<Vertex> type) |
Modifier and Type | Method and Description |
---|---|
String |
JsonGraphRenderer.render(int identation,
Vertex vertex) |
Copyright © 2021. All rights reserved.