Package org.drools.model
Interface Consequence
-
- All Superinterfaces:
RuleItem
- All Known Implementing Classes:
ConsequenceImpl
public interface Consequence extends RuleItem
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceConsequence.Update<T>
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockNgetBlock()Variable[]getDeclarations()java.lang.StringgetLanguage()Variable[]getVariables()booleanisBreaking()booleanisUsingDrools()
-