Class BusinessKnowledgeModel
- java.lang.Object
-
- org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
-
- org.kie.workbench.common.dmn.api.definition.model.DMNElement
-
- org.kie.workbench.common.dmn.api.definition.model.NamedElement
-
- org.kie.workbench.common.dmn.api.definition.model.DRGElement
-
- org.kie.workbench.common.dmn.api.definition.model.BusinessKnowledgeModel
-
- All Implemented Interfaces:
DMNDefinition,DMNViewDefinition<GeneralRectangleDimensionsSet>,HasName,HasValue<Name>,HasVariable<InformationItemPrimary>,org.kie.workbench.common.forms.adf.definitions.DynamicReadOnly,org.kie.workbench.common.stunner.core.domainobject.DomainObject,org.kie.workbench.common.stunner.core.graph.content.HasContentDefinitionId,org.kie.workbench.common.stunner.core.graph.content.HasStringName
@Portable public class BusinessKnowledgeModel extends DRGElement implements HasVariable<InformationItemPrimary>, DMNViewDefinition<GeneralRectangleDimensionsSet>, org.kie.workbench.common.stunner.core.domainobject.DomainObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
DMNElement.ExtensionElements
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
-
-
Field Summary
Fields Modifier and Type Field Description protected BackgroundSetbackgroundSetprotected GeneralRectangleDimensionsSetdimensionsSetprotected FunctionDefinitionencapsulatedLogicprotected FontSetfontSetprotected InformationItemPrimaryvariable-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.DRGElement
allowOnlyVisualChange, linksHolder
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.NamedElement
nameHolder
-
Fields inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
description, id
-
-
Constructor Summary
Constructors Constructor Description BusinessKnowledgeModel()BusinessKnowledgeModel(Id id, Description description, Name name, InformationItemPrimary variable, FunctionDefinition encapsulatedLogic, BackgroundSet backgroundSet, FontSet fontSet, GeneralRectangleDimensionsSet dimensionsSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DMNModelInstrumentedBaseasDMNModelInstrumentedBase()HasExpressionasHasExpression()booleanequals(Object o)BackgroundSetgetBackgroundSet()GeneralRectangleDimensionsSetgetDimensionsSet()StringgetDomainObjectNameTranslationKey()StringgetDomainObjectUUID()FunctionDefinitiongetEncapsulatedLogic()FontSetgetFontSet()StringgetStunnerCategory()Set<String>getStunnerLabels()InformationItemPrimarygetVariable()inthashCode()voidsetBackgroundSet(BackgroundSet backgroundSet)voidsetDimensionsSet(GeneralRectangleDimensionsSet dimensionsSet)voidsetEncapsulatedLogic(FunctionDefinition value)voidsetFontSet(FontSet fontSet)voidsetVariable(InformationItemPrimary variable)-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DRGElement
getContentDefinitionId, getDiagramId, getLinksHolder, getReadOnly, getStringName, isAllowOnlyVisualChange, isReadonlyField, setAllowOnlyVisualChange, setContentDefinitionId, setDiagramId, setLinksHolder
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.NamedElement
getName, getNameHolder, setName, setNameHolder
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNElement
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
-
Methods inherited from class org.kie.workbench.common.dmn.api.definition.model.DMNModelInstrumentedBase
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.workbench.common.dmn.api.definition.DMNDefinition
getNsContext
-
-
-
-
Field Detail
-
variable
protected InformationItemPrimary variable
-
encapsulatedLogic
protected FunctionDefinition encapsulatedLogic
-
backgroundSet
protected BackgroundSet backgroundSet
-
fontSet
protected FontSet fontSet
-
dimensionsSet
protected GeneralRectangleDimensionsSet dimensionsSet
-
-
Constructor Detail
-
BusinessKnowledgeModel
public BusinessKnowledgeModel()
-
BusinessKnowledgeModel
public BusinessKnowledgeModel(Id id, Description description, Name name, InformationItemPrimary variable, FunctionDefinition encapsulatedLogic, BackgroundSet backgroundSet, FontSet fontSet, GeneralRectangleDimensionsSet dimensionsSet)
-
-
Method Detail
-
getStunnerCategory
public String getStunnerCategory()
-
getBackgroundSet
public BackgroundSet getBackgroundSet()
- Specified by:
getBackgroundSetin interfaceDMNViewDefinition<GeneralRectangleDimensionsSet>
-
setBackgroundSet
public void setBackgroundSet(BackgroundSet backgroundSet)
-
getFontSet
public FontSet getFontSet()
- Specified by:
getFontSetin interfaceDMNViewDefinition<GeneralRectangleDimensionsSet>
-
setFontSet
public void setFontSet(FontSet fontSet)
-
getDimensionsSet
public GeneralRectangleDimensionsSet getDimensionsSet()
- Specified by:
getDimensionsSetin interfaceDMNViewDefinition<GeneralRectangleDimensionsSet>
-
setDimensionsSet
public void setDimensionsSet(GeneralRectangleDimensionsSet dimensionsSet)
-
getVariable
public InformationItemPrimary getVariable()
- Specified by:
getVariablein interfaceHasVariable<InformationItemPrimary>
-
setVariable
public void setVariable(InformationItemPrimary variable)
- Specified by:
setVariablein interfaceHasVariable<InformationItemPrimary>
-
asDMNModelInstrumentedBase
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
- Specified by:
asDMNModelInstrumentedBasein interfaceHasVariable<InformationItemPrimary>
-
getEncapsulatedLogic
public FunctionDefinition getEncapsulatedLogic()
-
setEncapsulatedLogic
public void setEncapsulatedLogic(FunctionDefinition value)
-
asHasExpression
public HasExpression asHasExpression()
-
getDomainObjectUUID
public String getDomainObjectUUID()
- Specified by:
getDomainObjectUUIDin interfaceorg.kie.workbench.common.stunner.core.domainobject.DomainObject
-
getDomainObjectNameTranslationKey
public String getDomainObjectNameTranslationKey()
- Specified by:
getDomainObjectNameTranslationKeyin interfaceorg.kie.workbench.common.stunner.core.domainobject.DomainObject
-
-