public class DMNEdge extends Edge implements DMNEdge
DiagramElement.Extension
DiagramElement.Extension
Modifier and Type | Field and Description |
---|---|
protected QName |
dmnElementRef |
protected DMNLabel |
dmnLabel |
extension, id, sharedStyle, style
Constructor and Description |
---|
DMNEdge() |
Modifier and Type | Method and Description |
---|---|
QName |
getDmnElementRef()
Gets the value of the dmnElementRef property.
|
DMNLabel |
getDMNLabel()
Gets the value of the dmnLabel property.
|
QName |
getSourceElement() |
QName |
getTargetElement() |
void |
setDmnElementRef(QName value)
Sets the value of the dmnElementRef property.
|
void |
setDMNLabel(DMNLabel value)
Sets the value of the dmnLabel property.
|
void |
setSourceElement(QName value) |
void |
setTargetElement(QName value) |
getWaypoint
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getWaypoint
getExtension, getId, getSharedStyle, getStyle, setExtension, setId, setSharedStyle, setStyle
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
public DMNLabel getDMNLabel()
getDMNLabel
in interface DMNEdge
DMNLabel
public void setDMNLabel(DMNLabel value)
setDMNLabel
in interface DMNEdge
value
- allowed object is
DMNLabel
public QName getDmnElementRef()
getDmnElementRef
in interface DMNEdge
QName
public void setDmnElementRef(QName value)
setDmnElementRef
in interface DMNEdge
value
- allowed object is
QName
public QName getSourceElement()
getSourceElement
in interface DMNEdge
public void setSourceElement(QName value)
setSourceElement
in interface DMNEdge
public QName getTargetElement()
getTargetElement
in interface DMNEdge
public void setTargetElement(QName value)
setTargetElement
in interface DMNEdge
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.