Uses of Interface
org.drools.verifier.report.components.Cause
-
Packages that use Cause Package Description org.drools.verifier.components org.drools.verifier.data org.drools.verifier.report.components -
-
Uses of Cause in org.drools.verifier.components
Subinterfaces of Cause in org.drools.verifier.components Modifier and Type Interface Description interfaceConsequenceinterfacePossibility -
Uses of Cause in org.drools.verifier.data
Classes in org.drools.verifier.data that implement Cause Modifier and Type Class Description classVerifierComponent<D extends org.drools.compiler.lang.descr.BaseDescr>Methods in org.drools.verifier.data that return types with arguments of type Cause Modifier and Type Method Description Collection<Cause>VerifierComponent. getCauses() -
Uses of Cause in org.drools.verifier.report.components
Classes in org.drools.verifier.report.components that implement Cause Modifier and Type Class Description classAlwaysTruePattern, rule or similar that is always satisfied.classEquivalenceObject type that indicates a equivalence between two objects.classGapclassIncompatibilityObject type that indicates an incompatibility between two objects.classMissingNumberPatternclassMissingRangeclassOppositesObject type that indicates an opposity between two objects.classOverlapObject type that indicates an overlap between two objects.classRedundancyObject type that indicates a redundancy between two objects.classSubsumptionObject type that indicates a subsumption between two objects.Fields in org.drools.verifier.report.components declared as Cause Modifier and Type Field Description protected CauseVerifierMessageBase. faultyFields in org.drools.verifier.report.components with type parameters of type Cause Modifier and Type Field Description protected Collection<Cause>VerifierMessage. causesMethods in org.drools.verifier.report.components that return Cause Modifier and Type Method Description CauseAlwaysTrue. getCause()CauseVerifierMessageBase. getFaulty()CauseIncompatibility. getLeft()CausePartialRedundancy. getLeft()CauseIncompatibility. getRight()CausePartialRedundancy. getRight()Methods in org.drools.verifier.report.components that return types with arguments of type Cause Modifier and Type Method Description Collection<Cause>AlwaysTrue. getCauses()Collection<Cause>Cause. getCauses()Collection<Cause>Equivalence. getCauses()Collection<Cause>Gap. getCauses()Collection<Cause>Incompatibility. getCauses()Collection<Cause>MissingNumberPattern. getCauses()Collection<Cause>Overlap. getCauses()Collection<Cause>Reason. getCauses()Collection<Cause>Redundancy. getCauses()Collection<Cause>Subsumption. getCauses()Collection<Cause>VerifierMessage. getCauses()abstract Collection<Cause>VerifierMessageBase. getCauses()Collection<Cause>VerifierRangeCheckMessage. getCauses()List<Cause>Overlap. getItems()Constructor parameters in org.drools.verifier.report.components with type arguments of type Cause Constructor Description AlwaysTrue(Cause cause, Collection<Cause> causes)Equivalence(VerifierComponent first, VerifierComponent second, Collection<Cause> causes)Redundancy(VerifierComponent first, VerifierComponent second, Collection<Cause> causes)Subsumption(VerifierComponent left, VerifierComponent right, Collection<Cause> causes)VerifierMessage(Map<String,String> impactedRules, Severity severity, MessageType messageType, Cause faulty, String message, Collection<Cause> causes)
-