org.drools.verifier.report.components
Class Overlap

java.lang.Object
  extended by org.drools.verifier.report.components.Overlap
All Implemented Interfaces:
Cause

public class Overlap
extends Object
implements Cause

Object type that indicates an overlap between two objects. Overlap happens when only some values can satisfy both objects Example "values between 1 and 9 can satisfy both": A: x > 10 B: x < 0


Constructor Summary
Overlap(VerifierComponent first, VerifierComponent second)
           
 
Method Summary
 Collection<Cause> getCauses()
           
 List<Cause> getItems()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Overlap

public Overlap(VerifierComponent first,
               VerifierComponent second)
Method Detail

getItems

public List<Cause> getItems()

getCauses

public Collection<Cause> getCauses()
Specified by:
getCauses in interface Cause

toString

public String toString()
Overrides:
toString in class Object


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