Class AlwaysTrue
- java.lang.Object
-
- org.drools.verifier.report.components.AlwaysTrue
-
-
Constructor Summary
Constructors Constructor Description AlwaysTrue(Cause cause, java.util.Collection<Cause> causes)AlwaysTrue(Cause cause, Cause... causes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CausegetCause()java.util.Collection<Cause>getCauses()java.lang.StringgetPath()ReasonTypegetReasonType()
-
-
-
Method Detail
-
getReasonType
public ReasonType getReasonType()
- Specified by:
getReasonTypein interfaceReason
-
getPath
public java.lang.String getPath()
-
getCause
public Cause getCause()
-
-