Class NodeEnrichmentProcessor
- java.lang.Object
-
- org.opennms.netmgt.graph.enrichment.NodeEnrichmentProcessor
-
- All Implemented Interfaces:
EnrichmentProcessor
public class NodeEnrichmentProcessor extends java.lang.Object implements EnrichmentProcessor
-
-
Constructor Summary
Constructors Constructor Description NodeEnrichmentProcessor(NodeService nodeService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canEnrich(GenericGraph graph)
void
enrich(EnrichmentGraphBuilder graphBuilder)
-
-
-
Constructor Detail
-
NodeEnrichmentProcessor
public NodeEnrichmentProcessor(NodeService nodeService)
-
-
Method Detail
-
canEnrich
public boolean canEnrich(GenericGraph graph)
- Specified by:
canEnrich
in interfaceEnrichmentProcessor
-
enrich
public void enrich(EnrichmentGraphBuilder graphBuilder)
- Specified by:
enrich
in interfaceEnrichmentProcessor
-
-