public class NamedConsequenceImpl extends Object implements Condition, ModelComponent
Condition.Type
Constructor and Description |
---|
NamedConsequenceImpl(String name,
boolean breaking) |
Modifier and Type | Method and Description |
---|---|
Variable<?>[] |
getBoundVariables() |
String |
getName() |
Condition.Type |
getType() |
boolean |
isBreaking() |
boolean |
isEqualTo(ModelComponent o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSubConditions
areEqualInModel, areEqualInModel, areEqualInModel, areEqualInModel
public NamedConsequenceImpl(String name, boolean breaking)
public String getName()
public boolean isBreaking()
public Condition.Type getType()
public Variable<?>[] getBoundVariables()
getBoundVariables
in interface Condition
public boolean isEqualTo(ModelComponent o)
isEqualTo
in interface ModelComponent
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.