Package org.kie.dmn.model.api
Interface Association
-
- All Superinterfaces:
Artifact,DMNElement,DMNModelInstrumentedBase
- All Known Implementing Classes:
TAssociation,TAssociation,TAssociation,TAssociation
public interface Association extends Artifact
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociationDirectiongetAssociationDirection()DMNElementReferencegetSourceRef()DMNElementReferencegetTargetRef()voidsetAssociationDirection(AssociationDirection value)voidsetSourceRef(DMNElementReference value)voidsetTargetRef(DMNElementReference value)-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
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
-
-
-
-
Method Detail
-
getSourceRef
DMNElementReference getSourceRef()
-
setSourceRef
void setSourceRef(DMNElementReference value)
-
getTargetRef
DMNElementReference getTargetRef()
-
setTargetRef
void setTargetRef(DMNElementReference value)
-
getAssociationDirection
AssociationDirection getAssociationDirection()
-
setAssociationDirection
void setAssociationDirection(AssociationDirection value)
-
-