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, 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 boolean isUsingDrools()
isUsingDrools
in interface Consequence
public boolean isBreaking()
isBreaking
in interface Consequence
public String getLanguage()
getLanguage
in interface Consequence
public boolean isEqualTo(ModelComponent o)
isEqualTo
in interface ModelComponent
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.