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 booleanequals(Object object)CollectiongetAssociations()get collection of AssociationIF objects.TopicIFgetRoleType()StringgetSortName()TopicIFgetType()inthashCode()voidsetAssociations(Collection associations)voidsetRoleType(TopicIF roleType)voidsetType(TopicIF type)StringtoString()
-
-
-
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()
-
-