Package org.flowable.dmn.model
Class DmnElement
java.lang.Object
org.flowable.dmn.model.DmnElement
- Direct Known Subclasses:
DecisionRule
,DmnDiDiagramElement
,DmnExtensionElement
,Expression
,GraphicInfo
,InputClause
,NamedElement
,OutputClause
,UnaryTests
- Author:
- Yvo Swillens, Bassam Al-Sarori
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttribute
(DmnExtensionAttribute attribute) void
addExtensionElement
(DmnExtensionElement extensionElement) getAttributeValue
(String namespace, String name) getId()
getLabel()
void
setAttributes
(Map<String, List<DmnExtensionAttribute>> attributes) void
setDescription
(String description) void
setExtensionElements
(Map<String, List<DmnExtensionElement>> extensionElements) void
void
void
setValues
(DmnElement otherElement)
-
Field Details
-
id
-
label
-
description
-
extensionElements
-
attributes
extension attributes could be part of each element
-
-
Constructor Details
-
DmnElement
public DmnElement()
-
-
Method Details
-
getId
-
setId
-
getLabel
-
setLabel
-
getDescription
-
setDescription
-
getExtensionElements
-
addExtensionElement
-
setExtensionElements
-
getAttributes
-
setAttributes
-
getAttributeValue
-
addAttribute
-
setValues
-