public class TAssociation extends TArtifact implements Association
TDMNElement.TExtensionElements
DMNElement.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, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected DMNElementReference sourceRef
protected DMNElementReference targetRef
protected AssociationDirection associationDirection
public DMNElementReference getSourceRef()
getSourceRef
in interface Association
public void setSourceRef(DMNElementReference value)
setSourceRef
in interface Association
public DMNElementReference getTargetRef()
getTargetRef
in interface Association
public void setTargetRef(DMNElementReference value)
setTargetRef
in interface Association
public AssociationDirection getAssociationDirection()
getAssociationDirection
in interface Association
public void setAssociationDirection(AssociationDirection value)
setAssociationDirection
in interface Association
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.