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 String
referenceId
-
Constructor Summary
Constructors Modifier Constructor Description protected
TopicMapReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getId()
INTERNAL: Returns the ID of the reference (like 'foo.xtm').String
getName()
INTERNAL: Returns the name of the topic map.protected TopicMapReferenceIF
getReference()
int
hashCode()
boolean
isPresent()
INTERNAL: Tests if the topic map is actually in the repository.String
toString()
-
-
-
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.
-
-