Class ApplicationGraph
- java.lang.Object
-
- org.opennms.netmgt.graph.domain.AbstractDomainGraph<ApplicationVertex,SimpleDomainEdge>
-
- org.opennms.netmgt.graph.provider.application.ApplicationGraph
-
- All Implemented Interfaces:
ImmutableGraph<ApplicationVertex,SimpleDomainEdge>
,GraphInfo
public final class ApplicationGraph extends AbstractDomainGraph<ApplicationVertex,SimpleDomainEdge>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ApplicationGraph.ApplicationGraphBuilder
-
Nested classes/interfaces inherited from class org.opennms.netmgt.graph.domain.AbstractDomainGraph
AbstractDomainGraph.AbstractDomainGraphBuilder<T extends AbstractDomainGraph.AbstractDomainGraphBuilder,V extends AbstractDomainVertex,E extends AbstractDomainEdge>
-
-
Constructor Summary
Constructors Constructor Description ApplicationGraph(GenericGraph graph)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationGraph.ApplicationGraphBuilder
builder()
protected SimpleDomainEdge
convert(GenericEdge edge)
protected ImmutableGraph<ApplicationVertex,SimpleDomainEdge>
convert(GenericGraph graph)
protected ApplicationVertex
convert(GenericVertex vertex)
static ApplicationGraph
from(GenericGraph genericGraph)
-
Methods inherited from class org.opennms.netmgt.graph.domain.AbstractDomainGraph
asGenericGraph, equals, getConnectingEdges, getDefaultFocus, getDescription, getEdge, getEdgeIds, getEdges, getLabel, getNamespace, getNeighbors, getVertex, getVertexIds, getVertices, getView, hashCode, resolveEdges, resolveVertex, resolveVertices, resolveVertices, toString
-
-
-
-
Field Detail
-
NAMESPACE
public static final String NAMESPACE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ApplicationGraph
public ApplicationGraph(GenericGraph graph)
-
-
Method Detail
-
convert
protected ApplicationVertex convert(GenericVertex vertex)
- Specified by:
convert
in classAbstractDomainGraph<ApplicationVertex,SimpleDomainEdge>
-
convert
protected SimpleDomainEdge convert(GenericEdge edge)
- Specified by:
convert
in classAbstractDomainGraph<ApplicationVertex,SimpleDomainEdge>
-
convert
protected ImmutableGraph<ApplicationVertex,SimpleDomainEdge> convert(GenericGraph graph)
- Specified by:
convert
in classAbstractDomainGraph<ApplicationVertex,SimpleDomainEdge>
-
builder
public static ApplicationGraph.ApplicationGraphBuilder builder()
-
from
public static ApplicationGraph from(GenericGraph genericGraph)
-
-