org.opennms.netmgt.correlation.drools
Class Impact

java.lang.Object
  extended by org.opennms.netmgt.correlation.drools.Cause
      extended by org.opennms.netmgt.correlation.drools.Impact

public class Impact
extends Cause

Impact class.

Version:
$Id: $
Author:
Mathew Brozowski

Nested Class Summary
 
Nested classes/interfaces inherited from class org.opennms.netmgt.correlation.drools.Cause
Cause.Type
 
Constructor Summary
Impact(Long cause, Event symptom)
          Constructor for Impact.
 
Method Summary
 
Methods inherited from class org.opennms.netmgt.correlation.drools.Cause
addImpacted, getCause, getImpacted, getSymptom, getTimerId, getType, setCause, setSymptom, setTimerId, setType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Impact

public Impact(Long cause,
              Event symptom)

Constructor for Impact.

Parameters:
cause - a Long object.
symptom - a Event object.


Copyright © 2011. All Rights Reserved.