Uses of Interface
net.ontopia.topicmaps.core.AssociationRoleIF

Packages that use AssociationRoleIF
net.ontopia.topicmaps.core Provides interfaces for topic map objects; the topic map API for all Ontopia topic map implementations. 
net.ontopia.topicmaps.core.index Provides interfaces for the engine's index system; the API for Ontopia topic map indexes. 
net.ontopia.topicmaps.impl.basic The in-memory implementation of the core topic map interfaces. 
net.ontopia.topicmaps.impl.rdbms Relational database implementation of the core topic map interfaces. 
net.ontopia.topicmaps.utils This package provides topic map utility classes, which are a toolkit for working with the topic map model provided by the core interfaces. 
 

Uses of AssociationRoleIF in net.ontopia.topicmaps.core
 

Methods in net.ontopia.topicmaps.core that return AssociationRoleIF
 AssociationRoleIF TopicMapBuilderIF.makeAssociationRole(AssociationIF assoc, TopicIF role_type, TopicIF player)
          PUBLIC: Makes a new association role with the given type and player for the specified association.
 

Methods in net.ontopia.topicmaps.core that return types with arguments of type AssociationRoleIF
 java.util.Collection<AssociationRoleIF> TopicIF.getRoles()
          PUBLIC: Gets the association roles played by this topic.
 java.util.Collection<AssociationRoleIF> AssociationIF.getRoles()
          PUBLIC: Gets all the association roles of the association.
 java.util.Collection<AssociationRoleIF> TopicIF.getRolesByType(TopicIF roletype)
          PUBLIC: Gets the association roles of the specifed type played by this topic.
 java.util.Collection<AssociationRoleIF> AssociationIF.getRolesByType(TopicIF roletype)
          PUBLIC: Gets the association roles in this association which are of the given role type.
 java.util.Collection<AssociationRoleIF> TopicIF.getRolesByType(TopicIF roletype, TopicIF assoc_type)
          PUBLIC: Gets the association roles of the specifed type played by this topic.
 

Uses of AssociationRoleIF in net.ontopia.topicmaps.core.index
 

Methods in net.ontopia.topicmaps.core.index that return types with arguments of type AssociationRoleIF
 java.util.Collection<AssociationRoleIF> ClassInstanceIndexIF.getAssociationRoles(TopicIF association_role_type)
          PUBLIC: Gets all association roles that are of the given type.
 

Uses of AssociationRoleIF in net.ontopia.topicmaps.impl.basic
 

Classes in net.ontopia.topicmaps.impl.basic that implement AssociationRoleIF
 class AssociationRole
          INTERNAL: The basic association role implementation.
 

Methods in net.ontopia.topicmaps.impl.basic that return AssociationRoleIF
 AssociationRoleIF TopicMapBuilder.makeAssociationRole(AssociationIF assoc, TopicIF role_type, TopicIF player)
           
 

Methods in net.ontopia.topicmaps.impl.basic that return types with arguments of type AssociationRoleIF
 java.util.Collection<AssociationRoleIF> Topic.getRoles()
           
 java.util.Collection<AssociationRoleIF> Association.getRoles()
           
 java.util.Collection<AssociationRoleIF> Topic.getRolesByType(TopicIF roletype)
           
 java.util.Collection<AssociationRoleIF> Association.getRolesByType(TopicIF roletype)
           
 java.util.Collection<AssociationRoleIF> Topic.getRolesByType(TopicIF roletype, TopicIF assoc_type)
           
 

Uses of AssociationRoleIF in net.ontopia.topicmaps.impl.rdbms
 

Classes in net.ontopia.topicmaps.impl.rdbms that implement AssociationRoleIF
 class ReadOnlyAssociationRole
          INTERNAL: The read-only rdbms association role implementation.
 

Methods in net.ontopia.topicmaps.impl.rdbms that return AssociationRoleIF
 AssociationRoleIF TopicMapBuilder.makeAssociationRole(AssociationIF assoc, TopicIF role_type, TopicIF player)
           
 

Methods in net.ontopia.topicmaps.impl.rdbms that return types with arguments of type AssociationRoleIF
 java.util.Collection<AssociationRoleIF> Topic.getRoles()
           
 java.util.Collection<AssociationRoleIF> ReadOnlyTopic.getRoles()
           
 java.util.Collection<AssociationRoleIF> ReadOnlyAssociation.getRoles()
           
 java.util.Collection<AssociationRoleIF> Association.getRoles()
           
 java.util.Collection<AssociationRoleIF> Topic.getRolesByType(TopicIF roletype)
           
 java.util.Collection<AssociationRoleIF> ReadOnlyTopic.getRolesByType(TopicIF roletype)
           
 java.util.Collection<AssociationRoleIF> ReadOnlyAssociation.getRolesByType(TopicIF roletype)
           
 java.util.Collection<AssociationRoleIF> Association.getRolesByType(TopicIF roletype)
           
 java.util.Collection<AssociationRoleIF> TopicMap.getRolesByType(TopicIF player, TopicIF rtype)
           
 java.util.Collection<AssociationRoleIF> Topic.getRolesByType(TopicIF roletype, TopicIF assoc_type)
           
 java.util.Collection<AssociationRoleIF> TopicMap.getRolesByType(TopicIF player, TopicIF rtype, TopicIF atype)
           
 

Uses of AssociationRoleIF in net.ontopia.topicmaps.utils
 

Methods in net.ontopia.topicmaps.utils with parameters of type AssociationRoleIF
static java.lang.String KeyGenerator.makeAssociationKey(AssociationIF assoc, AssociationRoleIF role)
          PUBLIC: Makes a key for an association, but does not include the player of the given role.
static java.lang.String KeyGenerator.makeAssociationRoleKey(AssociationRoleIF role)
          PUBLIC: Makes a key for an association role.
static void MergeUtils.mergeInto(AssociationRoleIF target, AssociationRoleIF source)
          PUBLIC: Merges the source role into the target role.
 



Copyright © 2000-2010 Ontopia.