001package systems.dmx.core;
002
003import systems.dmx.core.model.AssociationTypeModel;
004
005
006
007public interface AssociationType extends DMXType {
008
009    // === Updating ===
010
011    void update(AssociationTypeModel model);
012}