org.opennms.netmgt.correlation.drools
Class CorrelationExample.Node

java.lang.Object
  extended by org.opennms.netmgt.correlation.drools.CorrelationExample.Node
Enclosing class:
CorrelationExample

public static class CorrelationExample.Node
extends Object


Constructor Summary
CorrelationExample.Node(Integer id, String label, CorrelationExample.Node parent)
           
 
Method Summary
 Integer getId()
           
 String getLabel()
           
 CorrelationExample.Node getParent()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorrelationExample.Node

public CorrelationExample.Node(Integer id,
                               String label,
                               CorrelationExample.Node parent)
Method Detail

getId

public Integer getId()

getParent

public CorrelationExample.Node getParent()

getLabel

public String getLabel()

toString

public String toString()
Overrides:
toString in class Object


Copyright ? 2008. All Rights Reserved.