001package systems.dmx.core; 002 003 004 005public interface TopicRole extends Role { 006 007 Topic getTopic(); 008 009 // --- 010 011 String getTopicUri(); 012 013 boolean topicIdentifiedByUri(); 014}