Package org.drools.verifier.components
Interface Consequence
-
- All Superinterfaces:
Cause
- All Known Implementing Classes:
NamedConsequence,TextConsequence
public interface Consequence extends Cause
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConsequence.ConsequenceType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Consequence.ConsequenceTypegetConsequenceType()java.lang.StringgetPath()java.lang.StringgetRuleName()java.lang.StringgetRulePath()
-
-
-
Method Detail
-
getPath
java.lang.String getPath()
-
getConsequenceType
Consequence.ConsequenceType getConsequenceType()
-
getRulePath
java.lang.String getRulePath()
-
getRuleName
java.lang.String getRuleName()
-
-