Class RelatedTopics.Association

java.lang.Object
net.ontopia.topicmaps.nav2.portlets.pojos.RelatedTopics.Association
All Implemented Interfaces:
Comparable
Enclosing class:
RelatedTopics

public class RelatedTopics.Association extends Object implements Comparable
  • Method Details

    • getArity

      public int getArity()
    • getPlayer

      public TopicIF getPlayer()
    • getRoles

      public List getRoles()
    • getScope

      public Collection getScope()
    • getReifier

      public TopicIF getReifier()
    • getRoleType

      public TopicIF getRoleType()
    • getTitle

      public String getTitle()
    • setSortKey

      public void setSortKey(Object sortkey)
    • compareTo

      public int compareTo(Object o)
      Specified by:
      compareTo in interface Comparable