001package systems.dmx.core; 002 003 004 005public interface RelatedObject extends DMXObject { 006 007 Association getRelatingAssociation(); 008}