Package ontopoly.sysmodel
Class TopicMapSource
java.lang.Object
ontopoly.sysmodel.TopicMapSource
- All Implemented Interfaces:
Serializable
INTERNAL: Represents a source in the Ontopoly topic map repository.
Only sources which support create are represented. This class only
exists so the repository can be notified when new topic maps are
created.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedTopicMapSource(String sourceId) INTERNAL: Creates a new source wrapper. -
Method Summary
-
Constructor Details
-
TopicMapSource
protected TopicMapSource() -
TopicMapSource
INTERNAL: Creates a new source wrapper.
-
-
Method Details
-
getId
INTERNAL: Returns the ID of the source. -
getTitle
INTERNAL: Returns the display title of the source. -
getSource
-