org.drools.verifier.report.components
Class AlwaysTrue
java.lang.Object
org.drools.verifier.report.components.AlwaysTrue
- All Implemented Interfaces:
- Cause, Reason
public class AlwaysTrue
- extends Object
- implements Reason, Cause
Pattern, rule or similar that is always satisfied.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AlwaysTrue
public AlwaysTrue(Cause cause,
Collection<Cause> causes)
- Parameters:
cause
- Component that is always satisfied.
AlwaysTrue
public AlwaysTrue(Cause cause,
Cause... causes)
getReasonType
public ReasonType getReasonType()
- Specified by:
getReasonType
in interface Reason
getPath
public String getPath()
getCause
public Cause getCause()
getCauses
public Collection<Cause> getCauses()
- Specified by:
getCauses
in interface Cause
- Specified by:
getCauses
in interface Reason
Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.