Class AssocInfoStorage
- java.lang.Object
-
- net.ontopia.topicmaps.nav2.impl.basic.AssocInfoStorage
-
public class AssocInfoStorage extends Object
INTERNAL: Helper class for storing one triple consisting of (Association Type, AssociationRoleType, Associations).- See Also:
AssociationTypeLoopTag
-
-
Constructor Summary
Constructors Constructor Description AssocInfoStorage(TopicIF type, TopicIF roleType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Collection
getAssociations()
get collection of AssociationIF objects.TopicIF
getRoleType()
String
getSortName()
TopicIF
getType()
int
hashCode()
void
setAssociations(Collection associations)
void
setRoleType(TopicIF roleType)
void
setType(TopicIF type)
String
toString()
-
-
-
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()
-
-