public class TAssociation extends TArtifact implements Association
TDMNElement.TExtensionElementsDMNElement.ExtensionElements| Modifier and Type | Field and Description |
|---|---|
protected AssociationDirection |
associationDirection |
protected DMNElementReference |
sourceRef |
protected DMNElementReference |
targetRef |
description, extensionElements, id, label| Constructor and Description |
|---|
TAssociation() |
| Modifier and Type | Method and Description |
|---|---|
AssociationDirection |
getAssociationDirection() |
DMNElementReference |
getSourceRef() |
DMNElementReference |
getTargetRef() |
void |
setAssociationDirection(AssociationDirection value) |
void |
setSourceRef(DMNElementReference value) |
void |
setTargetRef(DMNElementReference value) |
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParentprotected DMNElementReference sourceRef
protected DMNElementReference targetRef
protected AssociationDirection associationDirection
public DMNElementReference getSourceRef()
getSourceRef in interface Associationpublic void setSourceRef(DMNElementReference value)
setSourceRef in interface Associationpublic DMNElementReference getTargetRef()
getTargetRef in interface Associationpublic void setTargetRef(DMNElementReference value)
setTargetRef in interface Associationpublic AssociationDirection getAssociationDirection()
getAssociationDirection in interface Associationpublic void setAssociationDirection(AssociationDirection value)
setAssociationDirection in interface AssociationCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.