Class AssocInfoStorage


  • public class AssocInfoStorage
    extends Object
    INTERNAL: Helper class for storing one triple consisting of (Association Type, AssociationRoleType, Associations).
    See Also:
    AssociationTypeLoopTag
    • Constructor Detail

      • AssocInfoStorage

        public AssocInfoStorage​(TopicIF type,
                                TopicIF roleType)
    • Method Detail

      • setType

        public void setType​(TopicIF type)
      • getType

        public TopicIF getType()
      • setRoleType

        public void setRoleType​(TopicIF roleType)
      • getRoleType

        public TopicIF getRoleType()
      • setAssociations

        public void setAssociations​(Collection associations)
      • getAssociations

        public Collection getAssociations()
        get collection of AssociationIF objects.
      • getSortName

        public String getSortName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object