Uses of Class
org.opennms.netmgt.graph.api.generic.GenericVertex
-
-
Uses of GenericVertex in org.opennms.netmgt.graph.api
Methods in org.opennms.netmgt.graph.api that return GenericVertex Modifier and Type Method Description GenericVertex
Vertex. asGenericVertex()
Methods in org.opennms.netmgt.graph.api with parameters of type GenericVertex Modifier and Type Method Description static List<NodeRef>
NodeRef. from(GenericVertex vertex)
CreatesNodeRef
s from aGenericVertex
. -
Uses of GenericVertex in org.opennms.netmgt.graph.api.enrichment
Methods in org.opennms.netmgt.graph.api.enrichment that return types with arguments of type GenericVertex Modifier and Type Method Description List<GenericVertex>
EnrichmentGraphBuilder. getVertices()
List<GenericVertex>
EnrichmentGraphBuilder. resolveVertices(NodeRef nodeRef)
Methods in org.opennms.netmgt.graph.api.enrichment with parameters of type GenericVertex Modifier and Type Method Description <T> EnrichmentGraphBuilder
EnrichmentGraphBuilder. property(GenericVertex vertex, String name, T value)
-
Uses of GenericVertex in org.opennms.netmgt.graph.api.generic
Methods in org.opennms.netmgt.graph.api.generic that return GenericVertex Modifier and Type Method Description GenericVertex
GenericVertex. asGenericVertex()
GenericVertex
GenericVertex.GenericVertexBuilder. build()
GenericVertex
GenericGraph.GenericGraphBuilder. getVertex(String id)
GenericVertex
GenericGraph. getVertex(String id)
GenericVertex
GenericGraph. resolveVertex(VertexRef vertexRef)
Methods in org.opennms.netmgt.graph.api.generic that return types with arguments of type GenericVertex Modifier and Type Method Description Collection<GenericVertex>
GenericGraph. getNeighbors(GenericVertex eachVertex)
List<GenericVertex>
GenericGraph.GenericGraphBuilder. getVertices()
List<GenericVertex>
GenericGraph. getVertices()
ImmutableGraph<GenericVertex,GenericEdge>
GenericGraph. getView(Collection<GenericVertex> verticesInFocus, int szl)
List<GenericVertex>
GenericGraph. resolveVertexRefs(Collection<VertexRef> vertexRefs)
List<GenericVertex>
GenericGraph.GenericGraphBuilder. resolveVertices(NodeRef nodeRef)
List<GenericVertex>
GenericGraph. resolveVertices(Collection<String> vertexIds)
List<GenericVertex>
GenericGraph. resolveVertices(NodeRef nodeRef)
Methods in org.opennms.netmgt.graph.api.generic with parameters of type GenericVertex Modifier and Type Method Description GenericGraph.GenericGraphBuilder
GenericGraph.GenericGraphBuilder. addVertex(GenericVertex vertex)
Collection<GenericEdge>
GenericGraph. getConnectingEdges(GenericVertex eachVertex)
Collection<GenericVertex>
GenericGraph. getNeighbors(GenericVertex eachVertex)
void
GenericGraph.GenericGraphBuilder. removeVertex(GenericVertex vertex)
GenericVertex.GenericVertexBuilder
GenericVertex.GenericVertexBuilder. vertex(GenericVertex vertex)
Method parameters in org.opennms.netmgt.graph.api.generic with type arguments of type GenericVertex Modifier and Type Method Description GenericGraph.GenericGraphBuilder
GenericGraph.GenericGraphBuilder. addVertices(Collection<GenericVertex> vertices)
ImmutableGraph<GenericVertex,GenericEdge>
GenericGraph. getView(Collection<GenericVertex> verticesInFocus, int szl)
-
Uses of GenericVertex in org.opennms.netmgt.graph.api.search
Methods in org.opennms.netmgt.graph.api.search that return types with arguments of type GenericVertex Modifier and Type Method Description List<GenericVertex>
SearchProvider. resolve(GraphService graphService, SearchCriteria searchCriteria)
Resolves the given SearchCriteria to a list of vertices.List<GenericVertex>
GraphSearchService. search(SearchCriteria searchCriteria)
-
Uses of GenericVertex in org.opennms.netmgt.graph.api.transformer
Constructor parameters in org.opennms.netmgt.graph.api.transformer with type arguments of type GenericVertex Constructor Description SemanticZoomLevelTransformer(Collection<GenericVertex> verticesInFocus, int szl)
-
Uses of GenericVertex in org.opennms.netmgt.graph.domain
Fields in org.opennms.netmgt.graph.domain declared as GenericVertex Modifier and Type Field Description protected GenericVertex
AbstractDomainVertex. delegate
Methods in org.opennms.netmgt.graph.domain that return GenericVertex Modifier and Type Method Description GenericVertex
AbstractDomainVertex. asGenericVertex()
Methods in org.opennms.netmgt.graph.domain with parameters of type GenericVertex Modifier and Type Method Description protected abstract V
AbstractDomainGraph. convert(GenericVertex vertex)
Constructors in org.opennms.netmgt.graph.domain with parameters of type GenericVertex Constructor Description AbstractDomainVertex(GenericVertex genericVertex)
-
Uses of GenericVertex in org.opennms.netmgt.graph.domain.simple
Methods in org.opennms.netmgt.graph.domain.simple with parameters of type GenericVertex Modifier and Type Method Description SimpleDomainVertex
SimpleDomainGraph. convert(GenericVertex vertex)
static SimpleDomainVertex
SimpleDomainVertex. from(GenericVertex genericVertex)
Constructors in org.opennms.netmgt.graph.domain.simple with parameters of type GenericVertex Constructor Description SimpleDomainVertex(GenericVertex genericVertex)
-
Uses of GenericVertex in org.opennms.netmgt.graph.persistence.mapper
Methods in org.opennms.netmgt.graph.persistence.mapper with parameters of type GenericVertex Modifier and Type Method Description VertexEntity
GenericToEntityMapper. toEntity(GenericVertex genericVertex)
-
Uses of GenericVertex in org.opennms.netmgt.graph.provider.application
Methods in org.opennms.netmgt.graph.provider.application that return types with arguments of type GenericVertex Modifier and Type Method Description List<GenericVertex>
ApplicationSearchProvider. resolve(GraphService graphService, SearchCriteria searchCriteria)
Methods in org.opennms.netmgt.graph.provider.application with parameters of type GenericVertex Modifier and Type Method Description protected ApplicationVertex
ApplicationGraph. convert(GenericVertex vertex)
static ApplicationVertex
ApplicationVertex. from(GenericVertex genericVertex)
Constructors in org.opennms.netmgt.graph.provider.application with parameters of type GenericVertex Constructor Description ApplicationVertex(GenericVertex vertex)
-
Uses of GenericVertex in org.opennms.netmgt.graph.provider.bsm
Methods in org.opennms.netmgt.graph.provider.bsm with parameters of type GenericVertex Modifier and Type Method Description protected BusinessServiceVertex
BusinessServiceGraph. convert(GenericVertex vertex)
static BusinessServiceVertex
BusinessServiceVertex. from(GenericVertex genericVertex)
Constructors in org.opennms.netmgt.graph.provider.bsm with parameters of type GenericVertex Constructor Description BusinessServiceVertex(GenericVertex genericVertex)
-
Uses of GenericVertex in org.opennms.netmgt.graph.provider.legacy
Methods in org.opennms.netmgt.graph.provider.legacy with parameters of type GenericVertex Modifier and Type Method Description protected LegacyVertex
LegacyGraph. convert(GenericVertex vertex)
Constructors in org.opennms.netmgt.graph.provider.legacy with parameters of type GenericVertex Constructor Description LegacyVertex(GenericVertex genericVertex)
-
Uses of GenericVertex in org.opennms.netmgt.graph.provider.persistence
Methods in org.opennms.netmgt.graph.provider.persistence with parameters of type GenericVertex Modifier and Type Method Description protected CustomVertex
CustomGraph. convert(GenericVertex vertex)
Constructors in org.opennms.netmgt.graph.provider.persistence with parameters of type GenericVertex Constructor Description CustomVertex(GenericVertex genericVertex)
-
Uses of GenericVertex in org.opennms.netmgt.graph.provider.topology
Constructors in org.opennms.netmgt.graph.provider.topology with parameters of type GenericVertex Constructor Description LegacyVertex(GenericVertex genericVertex)
-
Uses of GenericVertex in org.opennms.netmgt.graph.search
Methods in org.opennms.netmgt.graph.search that return types with arguments of type GenericVertex Modifier and Type Method Description List<GenericVertex>
LabelSearchProvider. resolve(GraphService graphService, SearchCriteria searchCriteria)
List<GenericVertex>
NodeSearchProvider. resolve(GraphService graphService, SearchCriteria searchCriteria)
List<GenericVertex>
DefaultGraphSearchService. search(SearchCriteria searchCriteria)
-