001package systems.dmx.core;
002
003
004
005public interface AssociationRole extends Role {
006
007    Association getAssociation();
008}