Package ontopoly.sysmodel
Class TopicMapReference
- java.lang.Object
-
- ontopoly.sysmodel.TopicMapReference
-
- All Implemented Interfaces:
Serializable
public class TopicMapReference extends Object implements Serializable
INTERNAL: Represents a topic map in the Ontopoly topic map repository.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringreferenceId
-
Constructor Summary
Constructors Modifier Constructor Description protectedTopicMapReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()INTERNAL: Returns the ID of the reference (like 'foo.xtm').StringgetName()INTERNAL: Returns the name of the topic map.protected TopicMapReferenceIFgetReference()inthashCode()booleanisPresent()INTERNAL: Tests if the topic map is actually in the repository.StringtoString()
-
-
-
Field Detail
-
referenceId
protected String referenceId
-
-
Method Detail
-
getReference
protected TopicMapReferenceIF getReference()
-
getId
public String getId()
INTERNAL: Returns the ID of the reference (like 'foo.xtm').
-
getName
public String getName()
INTERNAL: Returns the name of the topic map. For non-Ontopoly topic maps this will be the same as the ID.
-
isPresent
public boolean isPresent()
INTERNAL: Tests if the topic map is actually in the repository.
-
-