ontopoly.sysmodel
Class TopicMapReference

java.lang.Object
  extended by 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
protected  String referenceId
           
 
Constructor Summary
protected TopicMapReference()
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

referenceId

protected String referenceId
Constructor Detail

TopicMapReference

protected TopicMapReference()
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.


equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2012 Ontopia.