Class CustomGraph
- java.lang.Object
-
- org.opennms.netmgt.graph.domain.AbstractDomainGraph<CustomVertex,CustomEdge>
-
- org.opennms.netmgt.graph.provider.persistence.CustomGraph
-
- All Implemented Interfaces:
ImmutableGraph<CustomVertex,CustomEdge>
,GraphInfo
public class CustomGraph extends AbstractDomainGraph<CustomVertex,CustomEdge>
-
-
Nested Class Summary
-
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 CustomGraph(GenericGraph genericGraph)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CustomEdge
convert(GenericEdge edge)
protected CustomGraph
convert(GenericGraph graph)
protected CustomVertex
convert(GenericVertex vertex)
-
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
-
-
-
-
Constructor Detail
-
CustomGraph
public CustomGraph(GenericGraph genericGraph)
-
-
Method Detail
-
convert
protected CustomGraph convert(GenericGraph graph)
- Specified by:
convert
in classAbstractDomainGraph<CustomVertex,CustomEdge>
-
convert
protected CustomVertex convert(GenericVertex vertex)
- Specified by:
convert
in classAbstractDomainGraph<CustomVertex,CustomEdge>
-
convert
protected CustomEdge convert(GenericEdge edge)
- Specified by:
convert
in classAbstractDomainGraph<CustomVertex,CustomEdge>
-
-