Class StatusEnrichmentProcessor
- java.lang.Object
-
- org.opennms.netmgt.graph.enrichment.StatusEnrichmentProcessor
-
- All Implemented Interfaces:
EnrichmentProcessor
public class StatusEnrichmentProcessor extends java.lang.Object implements EnrichmentProcessor
-
-
Constructor Summary
Constructors Constructor Description StatusEnrichmentProcessor(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
-
StatusEnrichmentProcessor
public StatusEnrichmentProcessor(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
-
-