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.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.
 

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)
           
 

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)
           
 

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-2009 Ontopia.