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:
  • Field Details

    • referenceId

      protected String referenceId
  • Constructor Details

    • TopicMapReference

      protected TopicMapReference()
  • Method Details

    • 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