Package org.flowable.cmmn.model
Interface HasAssociations
public interface HasAssociations
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addIncomingAssociation
(Association association) void
addOutgoingAssociation
(Association association) void
setIncomingAssociations
(List<Association> incomingAssociations) void
setOutgoingAssociations
(List<Association> outgoingAssociations)
-
Method Details
-
addIncomingAssociation
-
getIncomingAssociations
List<Association> getIncomingAssociations() -
setIncomingAssociations
-
addOutgoingAssociation
-
getOutgoingAssociations
List<Association> getOutgoingAssociations() -
setOutgoingAssociations
-