@Portable public class BusinessKnowledgeModel extends DRGElement implements HasVariable<InformationItemPrimary>, DMNViewDefinition<GeneralRectangleDimensionsSet>, DomainObject
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
DynamicReadOnly.ReadOnly
Modifier and Type | Field and Description |
---|---|
protected BackgroundSet |
backgroundSet |
protected GeneralRectangleDimensionsSet |
dimensionsSet |
protected FunctionDefinition |
encapsulatedLogic |
protected FontSet |
fontSet |
protected InformationItemPrimary |
variable |
allowOnlyVisualChange, linksHolder
name, nameHolder
description, id
Constructor and Description |
---|
BusinessKnowledgeModel() |
BusinessKnowledgeModel(Id id,
Description description,
Name name,
InformationItemPrimary variable,
FunctionDefinition encapsulatedLogic,
BackgroundSet backgroundSet,
FontSet fontSet,
GeneralRectangleDimensionsSet dimensionsSet) |
Modifier and Type | Method and Description |
---|---|
DMNModelInstrumentedBase |
asDMNModelInstrumentedBase() |
HasExpression |
asHasExpression() |
boolean |
equals(Object o) |
BackgroundSet |
getBackgroundSet() |
GeneralRectangleDimensionsSet |
getDimensionsSet() |
String |
getDomainObjectNameTranslationKey() |
String |
getDomainObjectUUID() |
FunctionDefinition |
getEncapsulatedLogic() |
FontSet |
getFontSet() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
InformationItemPrimary |
getVariable() |
int |
hashCode() |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDimensionsSet(GeneralRectangleDimensionsSet dimensionsSet) |
void |
setEncapsulatedLogic(FunctionDefinition value) |
void |
setFontSet(FontSet fontSet) |
void |
setVariable(InformationItemPrimary variable) |
getLinksHolder, getReadOnly, isAllowOnlyVisualChange, isReadonlyField, setAllowOnlyVisualChange, setLinksHolder
getName, getNameHolder, setName, setNameHolder
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getNsContext
protected InformationItemPrimary variable
protected FunctionDefinition encapsulatedLogic
protected BackgroundSet backgroundSet
protected FontSet fontSet
protected GeneralRectangleDimensionsSet dimensionsSet
public BusinessKnowledgeModel()
public BusinessKnowledgeModel(Id id, Description description, Name name, InformationItemPrimary variable, FunctionDefinition encapsulatedLogic, BackgroundSet backgroundSet, FontSet fontSet, GeneralRectangleDimensionsSet dimensionsSet)
public String getStunnerCategory()
public BackgroundSet getBackgroundSet()
getBackgroundSet
in interface DMNViewDefinition<GeneralRectangleDimensionsSet>
public void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
getFontSet
in interface DMNViewDefinition<GeneralRectangleDimensionsSet>
public void setFontSet(FontSet fontSet)
public GeneralRectangleDimensionsSet getDimensionsSet()
getDimensionsSet
in interface DMNViewDefinition<GeneralRectangleDimensionsSet>
public void setDimensionsSet(GeneralRectangleDimensionsSet dimensionsSet)
public InformationItemPrimary getVariable()
getVariable
in interface HasVariable<InformationItemPrimary>
public void setVariable(InformationItemPrimary variable)
setVariable
in interface HasVariable<InformationItemPrimary>
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase
in interface HasVariable<InformationItemPrimary>
public FunctionDefinition getEncapsulatedLogic()
public void setEncapsulatedLogic(FunctionDefinition value)
public HasExpression asHasExpression()
public String getDomainObjectUUID()
getDomainObjectUUID
in interface DomainObject
public String getDomainObjectNameTranslationKey()
getDomainObjectNameTranslationKey
in interface DomainObject
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.