Uses of Class
org.opennms.netmgt.graph.provider.application.ApplicationVertex
-
Packages that use ApplicationVertex Package Description org.opennms.features.topology.plugins.topo.application org.opennms.netmgt.graph.provider.application -
-
Uses of ApplicationVertex in org.opennms.features.topology.plugins.topo.application
Constructors in org.opennms.features.topology.plugins.topo.application with parameters of type ApplicationVertex Constructor Description LegacyApplicationVertex(ApplicationVertex vertex)
-
Uses of ApplicationVertex in org.opennms.netmgt.graph.provider.application
Methods in org.opennms.netmgt.graph.provider.application that return ApplicationVertex Modifier and Type Method Description ApplicationVertex
ApplicationVertex.ApplicationVertexBuilder. build()
protected ApplicationVertex
ApplicationGraph. convert(GenericVertex vertex)
static ApplicationVertex
ApplicationVertex. from(GenericVertex genericVertex)
Methods in org.opennms.netmgt.graph.provider.application that return types with arguments of type ApplicationVertex Modifier and Type Method Description protected ImmutableGraph<ApplicationVertex,SimpleDomainEdge>
ApplicationGraph. convert(GenericGraph graph)
ImmutableGraph<ApplicationVertex,SimpleDomainEdge>
ApplicationGraphProvider. loadGraph()
-