public class Association extends Artifact
DMNElement.ExtensionElements
URI_DMN, URI_FEEL
Constructor and Description |
---|
Association() |
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, getOtherAttributes, setDescription, setExtensionElements, setId, setLabel
addChildren, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, setLocation, setParent
public DMNElementReference getSourceRef()
public void setSourceRef(DMNElementReference value)
public DMNElementReference getTargetRef()
public void setTargetRef(DMNElementReference value)
public AssociationDirection getAssociationDirection()
public void setAssociationDirection(AssociationDirection value)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.