| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
ImmutableGraphContainer<G extends ImmutableGraph<? extends Vertex,? extends Edge>>
Originally in OpenNMS there was the TopologyProvider (aka GraphProvider). 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ImmutableGraph<V,E> | 
ImmutableGraph.getView(Collection<V> verticesInFocus,
       int szl)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GenericGraph
Immutable generic graph. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ImmutableGraph<GenericVertex,GenericEdge> | 
GenericGraph.getView(Collection<GenericVertex> verticesInFocus,
       int szl)  | 
| Modifier and Type | Method and Description | 
|---|---|
default String | 
GraphRenderer.render(ImmutableGraph<?,?> graph)  | 
String | 
GraphRenderer.render(int identation,
      ImmutableGraph<?,?> graph)  | 
| Modifier and Type | Method and Description | 
|---|---|
ImmutableGraph<?,?> | 
GraphProvider.loadGraph()
Loads the graph, this  
GraphProvider handles. | 
| 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 | Method and Description | 
|---|---|
List<ImmutableGraph<?,?>> | 
ContainerChangeSet.getGraphsAdded()  | 
List<ImmutableGraph<?,?>> | 
ContainerChangeSet.getGraphsRemoved()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GraphNotificationService.graphChanged(ImmutableGraph oldGraph,
            ImmutableGraph newGraph)  | 
void | 
GraphNotificationService.graphChanged(ImmutableGraph oldGraph,
            ImmutableGraph newGraph)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
GraphChangeSetListener<G extends ImmutableGraph<V,E>,V extends Vertex,E extends Edge>  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GraphContainerChangeListener.handleGraphAdded(ImmutableGraph addedGraph)  | 
void | 
GraphContainerChangeListener.handleGraphRemoved(ImmutableGraph removedGraph)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractDomainGraph<V extends AbstractDomainVertex,E extends AbstractDomainEdge>
Acts as a domain specific view on a  
GenericGraph. | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract ImmutableGraph<V,E> | 
AbstractDomainGraph.convert(GenericGraph graph)  | 
ImmutableGraph<V,E> | 
AbstractDomainGraph.getView(Collection<V> verticesInFocus,
       int szl)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleDomainGraph
Acts as a domain specific view on a  
GenericGraph. | 
| Modifier and Type | Method and Description | 
|---|---|
protected ImmutableGraph<SimpleDomainVertex,SimpleDomainEdge> | 
SimpleDomainGraph.convert(GenericGraph graph)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ApplicationGraph  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ImmutableGraph<ApplicationVertex,SimpleDomainEdge> | 
ApplicationGraph.convert(GenericGraph graph)  | 
ImmutableGraph<ApplicationVertex,SimpleDomainEdge> | 
ApplicationGraphProvider.loadGraph()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BusinessServiceGraph  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ImmutableGraph<BusinessServiceVertex,BusinessServiceEdge> | 
BusinessServiceGraph.convert(GenericGraph graph)  | 
ImmutableGraph<?,?> | 
BusinessServiceGraphProvider.loadGraph()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LegacyGraph  | 
| Modifier and Type | Method and Description | 
|---|---|
protected ImmutableGraph<LegacyVertex,LegacyEdge> | 
LegacyGraph.convert(GenericGraph graph)  | 
ImmutableGraph<?,?> | 
LegacyGraphProvider.loadGraph()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CustomGraph  | 
| Modifier and Type | Method and Description | 
|---|---|
org.json.JSONObject | 
JsonConverterService.convert(ImmutableGraph<?,?> graph)  | 
| Modifier and Type | Method and Description | 
|---|---|
org.json.JSONObject | 
GraphConverter.convert(ImmutableGraph<?,?> input)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
GraphConverter.canConvert(Class<ImmutableGraph<?,?>> type)  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
JsonGraphRenderer.render(int identation,
      ImmutableGraph<?,?> graph)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DefaultGraphNotificationService.graphChanged(ImmutableGraph oldGraph,
            ImmutableGraph newGraph)  | 
void | 
DefaultGraphNotificationService.graphChanged(ImmutableGraph oldGraph,
            ImmutableGraph newGraph)  | 
Copyright © 2020. All rights reserved.