Class KnowledgeSource
- 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.KnowledgeSource
-
- All Implemented Interfaces:
DMNDefinition,DMNViewDefinition<GeneralRectangleDimensionsSet>,HasName,HasValue<Name>,org.kie.workbench.common.forms.adf.definitions.DynamicReadOnly,org.kie.workbench.common.stunner.core.graph.content.HasContentDefinitionId,org.kie.workbench.common.stunner.core.graph.content.HasStringName
@Portable public class KnowledgeSource extends DRGElement implements DMNViewDefinition<GeneralRectangleDimensionsSet>
-
-
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 GeneralRectangleDimensionsSetdimensionsSetprotected LocationURIlocationURIprotected StylingSetstylingSetprotected KnowledgeSourceTypetype-
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 KnowledgeSource()KnowledgeSource(Id id, Description description, Name name, KnowledgeSourceType type, LocationURI locationURI, StylingSet stylingSet, GeneralRectangleDimensionsSet dimensionsSet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)GeneralRectangleDimensionsSetgetDimensionsSet()LocationURIgetLocationURI()StringgetStunnerCategory()Set<String>getStunnerLabels()StylingSetgetStylingSet()KnowledgeSourceTypegetType()inthashCode()voidsetDimensionsSet(GeneralRectangleDimensionsSet dimensionsSet)voidsetLocationURI(LocationURI value)voidsetStylingSet(StylingSet stylingSet)voidsetType(KnowledgeSourceType value)-
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
-
type
protected KnowledgeSourceType type
-
locationURI
protected LocationURI locationURI
-
stylingSet
protected StylingSet stylingSet
-
dimensionsSet
protected GeneralRectangleDimensionsSet dimensionsSet
-
-
Constructor Detail
-
KnowledgeSource
public KnowledgeSource()
-
KnowledgeSource
public KnowledgeSource(Id id, Description description, Name name, KnowledgeSourceType type, LocationURI locationURI, StylingSet stylingSet, GeneralRectangleDimensionsSet dimensionsSet)
-
-
Method Detail
-
getStunnerCategory
public String getStunnerCategory()
-
getStylingSet
public StylingSet getStylingSet()
- Specified by:
getStylingSetin interfaceDMNViewDefinition<GeneralRectangleDimensionsSet>
-
setStylingSet
public void setStylingSet(StylingSet stylingSet)
-
getDimensionsSet
public GeneralRectangleDimensionsSet getDimensionsSet()
- Specified by:
getDimensionsSetin interfaceDMNViewDefinition<GeneralRectangleDimensionsSet>
-
setDimensionsSet
public void setDimensionsSet(GeneralRectangleDimensionsSet dimensionsSet)
-
getType
public KnowledgeSourceType getType()
-
setType
public void setType(KnowledgeSourceType value)
-
getLocationURI
public LocationURI getLocationURI()
-
setLocationURI
public void setLocationURI(LocationURI value)
-
-