Package org.kie.dmn.model.v1_2.dmndi
Class DMNEdge
- java.lang.Object
-
- org.kie.dmn.model.v1_2.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_2.dmndi.DiagramElement
-
- org.kie.dmn.model.v1_2.dmndi.Edge
-
- org.kie.dmn.model.v1_2.dmndi.DMNEdge
-
- All Implemented Interfaces:
DiagramElement,DMNEdge,Edge,DMNModelInstrumentedBase
public class DMNEdge extends Edge implements DMNEdge
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_2.dmndi.DiagramElement
DiagramElement.Extension
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.dmndi.DiagramElement
DiagramElement.Extension
-
-
Field Summary
Fields Modifier and Type Field Description protected QNamedmnElementRefprotected DMNLabeldmnLabel-
Fields inherited from class org.kie.dmn.model.v1_2.dmndi.DiagramElement
extension, id, sharedStyle, style
-
-
Constructor Summary
Constructors Constructor Description DMNEdge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNamegetDmnElementRef()Gets the value of the dmnElementRef property.DMNLabelgetDMNLabel()Gets the value of the dmnLabel property.QNamegetSourceElement()QNamegetTargetElement()voidsetDmnElementRef(QName value)Sets the value of the dmnElementRef property.voidsetDMNLabel(DMNLabel value)Sets the value of the dmnLabel property.voidsetSourceElement(QName value)voidsetTargetElement(QName value)-
Methods inherited from class org.kie.dmn.model.v1_2.dmndi.Edge
getWaypoint
-
Methods inherited from class org.kie.dmn.model.v1_2.dmndi.DiagramElement
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
-
Methods inherited from class org.kie.dmn.model.v1_2.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.dmndi.DiagramElement
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from interface org.kie.dmn.model.api.dmndi.Edge
getWaypoint
-
-
-
-
Method Detail
-
getDMNLabel
public DMNLabel getDMNLabel()
Gets the value of the dmnLabel property.- Specified by:
getDMNLabelin interfaceDMNEdge- Returns:
- possible object is
DMNLabel
-
setDMNLabel
public void setDMNLabel(DMNLabel value)
Sets the value of the dmnLabel property.- Specified by:
setDMNLabelin interfaceDMNEdge- Parameters:
value- allowed object isDMNLabel
-
getDmnElementRef
public QName getDmnElementRef()
Gets the value of the dmnElementRef property.- Specified by:
getDmnElementRefin interfaceDMNEdge- Returns:
- possible object is
QName
-
setDmnElementRef
public void setDmnElementRef(QName value)
Sets the value of the dmnElementRef property.- Specified by:
setDmnElementRefin interfaceDMNEdge- Parameters:
value- allowed object isQName
-
getSourceElement
public QName getSourceElement()
- Specified by:
getSourceElementin interfaceDMNEdge
-
setSourceElement
public void setSourceElement(QName value)
- Specified by:
setSourceElementin interfaceDMNEdge
-
getTargetElement
public QName getTargetElement()
- Specified by:
getTargetElementin interfaceDMNEdge
-
setTargetElement
public void setTargetElement(QName value)
- Specified by:
setTargetElementin interfaceDMNEdge
-
-