@Portable public class KnowledgeSource extends DRGElement implements DMNViewDefinition
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace| Modifier and Type | Field and Description |
|---|---|
protected BackgroundSet |
backgroundSet |
protected RectangleDimensionsSet |
dimensionsSet |
protected FontSet |
fontSet |
protected LocationURI |
locationURI |
static String |
stunnerCategory |
protected KnowledgeSourceType |
type |
namedescription, id| Constructor and Description |
|---|
KnowledgeSource() |
KnowledgeSource(Id id,
Description description,
Name name,
KnowledgeSourceType type,
LocationURI locationURI,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
BackgroundSet |
getBackgroundSet() |
RectangleDimensionsSet |
getDimensionsSet() |
FontSet |
getFontSet() |
LocationURI |
getLocationURI() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
KnowledgeSourceType |
getType() |
int |
hashCode() |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDimensionsSet(RectangleDimensionsSet dimensionsSet) |
void |
setFontSet(FontSet fontSet) |
void |
setLocationURI(LocationURI value) |
void |
setType(KnowledgeSourceType value) |
getName, setNamegetDescription, getExtensionElements, getId, setDescription, setExtensionElements, setIdgetAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetNsContextpublic static final transient String stunnerCategory
protected KnowledgeSourceType type
protected LocationURI locationURI
protected BackgroundSet backgroundSet
protected FontSet fontSet
protected RectangleDimensionsSet dimensionsSet
public KnowledgeSource()
public KnowledgeSource(Id id, Description description, Name name, KnowledgeSourceType type, LocationURI locationURI, BackgroundSet backgroundSet, FontSet fontSet, RectangleDimensionsSet dimensionsSet)
public String getStunnerCategory()
public BackgroundSet getBackgroundSet()
getBackgroundSet in interface DMNViewDefinitionpublic void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
getFontSet in interface DMNViewDefinitionpublic void setFontSet(FontSet fontSet)
public RectangleDimensionsSet getDimensionsSet()
getDimensionsSet in interface DMNViewDefinitionpublic void setDimensionsSet(RectangleDimensionsSet dimensionsSet)
public KnowledgeSourceType getType()
public void setType(KnowledgeSourceType value)
public LocationURI getLocationURI()
public void setLocationURI(LocationURI value)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.