org.drools.verifier.report.components
Class PartialRedundancy
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartialRedundancy
public PartialRedundancy(Cause left,
Cause right,
Redundancy redundancy)
- Parameters:
left
- Left side parent.right
- Right side parent.redundancy
- Connection between left and right.
getLeft
public Cause getLeft()
getRedundancy
public Redundancy getRedundancy()
getRight
public Cause getRight()
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.