Class GraphMapper
- java.lang.Object
-
- org.opennms.features.apilayer.graph.GraphMapper
-
public class GraphMapper extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GraphMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GraphContainerInfo
map(org.opennms.integration.api.v1.graph.GraphContainerInfo extensionGraphContainerInfo)
GenericGraphContainer
map(org.opennms.integration.api.v1.graph.GraphContainer extensionGraphContainer, org.opennms.integration.api.v1.graph.configuration.GraphConfiguration graphConfiguration)
GraphInfo
map(org.opennms.integration.api.v1.graph.GraphInfo extensionGraphInfo)
GenericGraph
map(org.opennms.integration.api.v1.graph.Graph extensionGraph, org.opennms.integration.api.v1.graph.configuration.GraphConfiguration graphConfiguration)
-
-
-
Method Detail
-
map
public GenericGraph map(org.opennms.integration.api.v1.graph.Graph extensionGraph, org.opennms.integration.api.v1.graph.configuration.GraphConfiguration graphConfiguration)
-
map
public GenericGraphContainer map(org.opennms.integration.api.v1.graph.GraphContainer extensionGraphContainer, org.opennms.integration.api.v1.graph.configuration.GraphConfiguration graphConfiguration)
-
map
public GraphInfo map(org.opennms.integration.api.v1.graph.GraphInfo extensionGraphInfo)
-
map
public GraphContainerInfo map(org.opennms.integration.api.v1.graph.GraphContainerInfo extensionGraphContainerInfo)
-
-