public class ConsequenceImpl extends Object implements Consequence, ModelComponent
Consequence.Update<T>| Constructor and Description |
|---|
ConsequenceImpl(BlockN block,
Variable[] variables,
boolean usingDrools,
boolean breaking,
String language) |
| Modifier and Type | Method and Description |
|---|---|
BlockN |
getBlock() |
Variable[] |
getDeclarations() |
String |
getLanguage() |
Variable[] |
getVariables() |
boolean |
isBreaking() |
boolean |
isEqualTo(ModelComponent o) |
boolean |
isUsingDrools() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitareEqualInModel, areEqualInModel, areEqualInModel, areEqualInModelpublic Variable[] getVariables()
getVariables in interface Consequencepublic Variable[] getDeclarations()
getDeclarations in interface Consequencepublic BlockN getBlock()
getBlock in interface Consequencepublic boolean isUsingDrools()
isUsingDrools in interface Consequencepublic boolean isBreaking()
isBreaking in interface Consequencepublic String getLanguage()
getLanguage in interface Consequencepublic boolean isEqualTo(ModelComponent o)
isEqualTo in interface ModelComponentCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.