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()StringgetPath()StringgetRuleName()StringgetRulePath()
-
-
-
Method Detail
-
getPath
String getPath()
-
getConsequenceType
Consequence.ConsequenceType getConsequenceType()
-
getRulePath
String getRulePath()
-
getRuleName
String getRuleName()
-
-