Class AssociationImpl

All Implemented Interfaces:
Artifact, Association, CmmnElement, CmmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance

public class AssociationImpl extends ArtifactImpl implements Association
Author:
Roman Smirnov
  • Field Details

    • sourceRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CmmnElement> sourceRefAttribute
    • targetRefAttribute

      protected static org.camunda.bpm.model.xml.type.reference.AttributeReference<CmmnElement> targetRefAttribute
    • associationDirectionAttribute

      protected static org.camunda.bpm.model.xml.type.attribute.Attribute<AssociationDirection> associationDirectionAttribute
  • Constructor Details

    • AssociationImpl

      public AssociationImpl(org.camunda.bpm.model.xml.impl.instance.ModelTypeInstanceContext instanceContext)
  • Method Details