@Portable public class KnowledgeSource extends DRGElement implements DMNViewDefinition
DMNElement.ExtensionElements
DMNModelInstrumentedBase.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 |
name
description, 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, setName
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getNsContext
public 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 DMNViewDefinition
public void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
getFontSet
in interface DMNViewDefinition
public void setFontSet(FontSet fontSet)
public RectangleDimensionsSet getDimensionsSet()
getDimensionsSet
in interface DMNViewDefinition
public 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.