| /** | |
| */ | |
| package SimpleBPMN; | |
| /** | |
| * <!-- begin-user-doc --> | |
| * A representation of the model object '<em><b>Association</b></em>'. | |
| * <!-- end-user-doc --> | |
| * | |
| * | |
| * @see SimpleBPMN.SimpleBPMNPackage#getAssociation() | |
| * @model annotation="gmf.link style='dot' target.decoration='arrow'" | |
| * @generated | |
| */ | |
| public interface Association extends ConnectingObject { | |
| } // Association |