Package ontopoly.sysmodel
Class TopicMapReference
java.lang.Object
ontopoly.sysmodel.TopicMapReference
- All Implemented Interfaces:
Serializable
INTERNAL: Represents a topic map in the Ontopoly topic map
repository.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()INTERNAL: Returns the ID of the reference (like 'foo.xtm').getName()INTERNAL: Returns the name of the topic map.protected TopicMapReferenceIFinthashCode()booleanINTERNAL: Tests if the topic map is actually in the repository.toString()
-
Field Details
-
referenceId
-
-
Constructor Details
-
TopicMapReference
protected TopicMapReference()
-
-
Method Details
-
getReference
-
getId
INTERNAL: Returns the ID of the reference (like 'foo.xtm'). -
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. -
equals
-
hashCode
public int hashCode() -
toString
-