public interface Consequence extends RuleItem
Modifier and Type | Interface and Description |
---|---|
static interface |
Consequence.Update<T> |
Modifier and Type | Method and Description |
---|---|
BlockN |
getBlock() |
Variable[] |
getDeclarations() |
Variable[] |
getDeletes() |
FunctionN[] |
getInserts() |
String |
getLanguage() |
Consequence.Update[] |
getUpdates() |
Variable[] |
getVariables() |
boolean |
isBreaking() |
boolean |
isChangingWorkingMemory() |
boolean |
isUsingDrools() |
Variable[] getVariables()
Variable[] getDeclarations()
BlockN getBlock()
FunctionN[] getInserts()
Consequence.Update[] getUpdates()
Variable[] getDeletes()
boolean isChangingWorkingMemory()
boolean isUsingDrools()
boolean isBreaking()
String getLanguage()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.