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