@Portable public class KnowledgeSource extends DRGElement
Modifier and Type | Class and Description |
---|---|
static class |
KnowledgeSource.KnowledgeSourceBuilder |
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>
Modifier and Type | Field and Description |
---|---|
protected BackgroundSet |
backgroundSet |
protected RectangleDimensionsSet |
dimensionsSet |
protected FontSet |
fontSet |
protected LocationURI |
locationURI |
static String |
stunnerCategory |
static String |
stunnerDescription |
static String |
stunnerTitle |
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 |
---|---|
BackgroundSet |
getBackgroundSet() |
RectangleDimensionsSet |
getDimensionsSet() |
FontSet |
getFontSet() |
LocationURI |
getLocationURI() |
String |
getStunnerCategory() |
String |
getStunnerDescription() |
Set<String> |
getStunnerLabels() |
String |
getStunnerTitle() |
KnowledgeSourceType |
getType() |
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, getOtherAttributes, setDescription, setExtensionElements, setId
getNsContext
public static final transient String stunnerCategory
public static final transient String stunnerTitle
public static final transient String stunnerDescription
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 String getStunnerTitle()
public String getStunnerDescription()
public BackgroundSet getBackgroundSet()
public void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
public void setFontSet(FontSet fontSet)
public RectangleDimensionsSet getDimensionsSet()
public void setDimensionsSet(RectangleDimensionsSet dimensionsSet)
public KnowledgeSourceType getType()
public void setType(KnowledgeSourceType value)
public LocationURI getLocationURI()
public void setLocationURI(LocationURI value)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.