public class ConsequenceImpl extends Object implements Consequence, ModelComponent
Modifier and Type | Class and Description |
---|---|
static class |
ConsequenceImpl.UpdateImpl |
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 |
isEqualTo(ModelComponent o) |
boolean |
isUsingDrools() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public Variable[] getVariables()
getVariables
in interface Consequence
public Variable[] getDeclarations()
getDeclarations
in interface Consequence
public BlockN getBlock()
getBlock
in interface Consequence
public FunctionN[] getInserts()
getInserts
in interface Consequence
public Consequence.Update[] getUpdates()
getUpdates
in interface Consequence
public Variable[] getDeletes()
getDeletes
in interface Consequence
public boolean isUsingDrools()
isUsingDrools
in interface Consequence
public boolean isBreaking()
isBreaking
in interface Consequence
public boolean isChangingWorkingMemory()
isChangingWorkingMemory
in interface Consequence
public String getLanguage()
getLanguage
in interface Consequence
public boolean isEqualTo(ModelComponent o)
isEqualTo
in interface ModelComponent
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.