Package org.kie.dmn.model.v1_2
Class TAssociation
- java.lang.Object
-
- org.kie.dmn.model.v1_2.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_2.TDMNElement
-
- org.kie.dmn.model.v1_2.TArtifact
-
- org.kie.dmn.model.v1_2.TAssociation
-
- All Implemented Interfaces:
Artifact,Association,DMNElement,DMNModelInstrumentedBase
public class TAssociation extends TArtifact implements Association
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_2.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
Fields Modifier and Type Field Description protected AssociationDirectionassociationDirectionprotected DMNElementReferencesourceRefprotected DMNElementReferencetargetRef-
Fields inherited from class org.kie.dmn.model.v1_2.TDMNElement
description, extensionElements, id, label
-
-
Constructor Summary
Constructors Constructor Description TAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociationDirectiongetAssociationDirection()DMNElementReferencegetSourceRef()DMNElementReferencegetTargetRef()voidsetAssociationDirection(AssociationDirection value)voidsetSourceRef(DMNElementReference value)voidsetTargetRef(DMNElementReference value)-
Methods inherited from class org.kie.dmn.model.v1_2.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_2.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Field Detail
-
sourceRef
protected DMNElementReference sourceRef
-
targetRef
protected DMNElementReference targetRef
-
associationDirection
protected AssociationDirection associationDirection
-
-
Method Detail
-
getSourceRef
public DMNElementReference getSourceRef()
- Specified by:
getSourceRefin interfaceAssociation
-
setSourceRef
public void setSourceRef(DMNElementReference value)
- Specified by:
setSourceRefin interfaceAssociation
-
getTargetRef
public DMNElementReference getTargetRef()
- Specified by:
getTargetRefin interfaceAssociation
-
setTargetRef
public void setTargetRef(DMNElementReference value)
- Specified by:
setTargetRefin interfaceAssociation
-
getAssociationDirection
public AssociationDirection getAssociationDirection()
- Specified by:
getAssociationDirectionin interfaceAssociation
-
setAssociationDirection
public void setAssociationDirection(AssociationDirection value)
- Specified by:
setAssociationDirectionin interfaceAssociation
-
-