Package ontopoly.sysmodel
Class TopicMapSource
- java.lang.Object
-
- ontopoly.sysmodel.TopicMapSource
-
- All Implemented Interfaces:
Serializable
public class TopicMapSource extends Object implements 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:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TopicMapSource()
TopicMapSource(String sourceId)
INTERNAL: Creates a new source wrapper.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getId()
INTERNAL: Returns the ID of the source.protected TopicMapSourceIF
getSource()
String
getTitle()
INTERNAL: Returns the display title of the source.
-
-
-
Constructor Detail
-
TopicMapSource
protected TopicMapSource()
-
TopicMapSource
public TopicMapSource(String sourceId)
INTERNAL: Creates a new source wrapper.
-
-
Method Detail
-
getId
public String getId()
INTERNAL: Returns the ID of the source.
-
getTitle
public String getTitle()
INTERNAL: Returns the display title of the source.
-
getSource
protected TopicMapSourceIF getSource()
-
-