Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GraphMapper

        public GraphMapper()
    • 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)