001package systems.dmx.core; 002 003import systems.dmx.core.model.RelatedTopicModel; 004 005 006 007/** 008 * A Topic-Association pair. 009 */ 010public interface RelatedTopic extends RelatedObject, Topic { 011 012 RelatedTopicModel getModel(); 013}