Package | Description |
---|---|
org.camunda.bpm.model.dmn.impl.instance | |
org.camunda.bpm.model.dmn.instance |
Modifier and Type | Field and Description |
---|---|
protected static ElementReference<DmnElement,SourceRef> |
AssociationImpl.sourceRef |
protected static ElementReference<DmnElement,TargetRef> |
AssociationImpl.targetRef |
Modifier and Type | Method and Description |
---|---|
DmnElement |
AssociationImpl.getSource() |
DmnElement |
AssociationImpl.getTarget() |
Modifier and Type | Method and Description |
---|---|
void |
AssociationImpl.setSource(DmnElement source) |
void |
AssociationImpl.setTarget(DmnElement target) |
Modifier and Type | Method and Description |
---|---|
DmnElement |
Association.getSource() |
DmnElement |
Association.getTarget() |
Modifier and Type | Method and Description |
---|---|
void |
Association.setSource(DmnElement source) |
void |
Association.setTarget(DmnElement target) |
Copyright © 2022. All rights reserved.