org.drools.verifier.report.components
Class PartialRedundancy

java.lang.Object
  extended by org.drools.verifier.report.components.PartialRedundancy

public class PartialRedundancy
extends Object

Partial redundancy between left and right. Redundancy stores the connection between left and right.


Constructor Summary
PartialRedundancy(Cause left, Cause right, Redundancy redundancy)
           
 
Method Summary
 Cause getLeft()
           
 Redundancy getRedundancy()
           
 Cause getRight()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PartialRedundancy

public PartialRedundancy(Cause left,
                         Cause right,
                         Redundancy redundancy)
Parameters:
left - Left side parent.
right - Right side parent.
redundancy - Connection between left and right.
Method Detail

getLeft

public Cause getLeft()

getRedundancy

public Redundancy getRedundancy()

getRight

public Cause getRight()


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.