| Package | Description |
|---|---|
| org.kie.dmn.model.api | |
| org.kie.dmn.model.api.dmndi |
| Modifier and Type | Class and Description |
|---|---|
class |
RowLocation |
| Modifier and Type | Method and Description |
|---|---|
Map<QName,String> |
DMNModelInstrumentedBase.getAdditionalAttributes() |
Location |
DMNModelInstrumentedBase.getLocation() |
QName |
FunctionItem.getOutputTypeRef()
for consistency in the modeling, use QName
|
default QName |
UnaryTests.getTypeRef() |
QName |
OutputClause.getTypeRef() |
QName |
ItemDefinition.getTypeRef()
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
|
QName |
InformationItem.getTypeRef()
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
|
QName |
Expression.getTypeRef()
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
DMN13-140/DMN13-168: this is optional attribute.
|
void |
DMNModelInstrumentedBase.setAdditionalAttributes(Map<QName,String> additionalAttributes) |
void |
DMNModelInstrumentedBase.setLocation(Location location) |
void |
FunctionItem.setOutputTypeRef(QName value) |
default void |
UnaryTests.setTypeRef(QName value) |
void |
OutputClause.setTypeRef(QName value) |
void |
ItemDefinition.setTypeRef(QName value)
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
|
void |
InformationItem.setTypeRef(QName value)
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
|
void |
Expression.setTypeRef(QName value)
Internal Model: this is using QName as per DMN v1.1 in order to maintain internal compatibility with the engine
DMN13-140/DMN13-168: this is optional attribute.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DMNEdge |
interface |
DMNShape |
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.