|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AssociationRoleIF | |
---|---|
net.ontopia.infoset.fulltext.topicmaps | Collection of classes for indexing topic maps. |
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.impl.rdbms.index | Index classes for use with the rdbms implementation. |
net.ontopia.topicmaps.impl.remote | |
net.ontopia.topicmaps.impl.tmapi2 | |
net.ontopia.topicmaps.impl.utils | INTERNAL: Classes that are used by many implementations. |
net.ontopia.topicmaps.schema.impl.osl | The classes and interfaces used to represent constructs in the Ontopia Schema Language. |
net.ontopia.topicmaps.schema.impl.osl.cmdline | |
net.ontopia.topicmaps.schema.utils | Contains classes containing useful utilities that make working with schemas easier. |
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. |
net.ontopia.topicmaps.viz | |
ontopoly.utils |
Uses of AssociationRoleIF in net.ontopia.infoset.fulltext.topicmaps |
---|
Methods in net.ontopia.infoset.fulltext.topicmaps with parameters of type AssociationRoleIF | |
---|---|
DocumentIF |
TopicMapDocumentGeneratorIF.generate(AssociationRoleIF assocrl)
INTERNAL: Generate a document for the given association role. |
DocumentIF |
DefaultTopicMapDocumentGenerator.generate(AssociationRoleIF assocrl)
|
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. |
Fields in net.ontopia.topicmaps.impl.basic with type parameters of type AssociationRoleIF | |
---|---|
protected java.util.Set<AssociationRoleIF> |
Topic.roles
|
protected java.util.Set<AssociationRoleIF> |
Association.roles
|
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)
|
Methods in net.ontopia.topicmaps.impl.basic with parameters of type AssociationRoleIF | |
---|---|
protected void |
Topic.addRole(AssociationRoleIF assoc_role)
INTERNAL: Adds the association role to the set of association roles in which the topic participates. |
protected void |
Topic.removeRole(AssociationRoleIF assoc_role)
INTERNAL: Removes the association role from the set of association roles in which the topic participates. |
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)
|
Methods in net.ontopia.topicmaps.impl.rdbms with parameters of type AssociationRoleIF | |
---|---|
protected void |
RoleTypeCache.addEntry(ParameterArray key,
AssociationRoleIF added)
|
protected void |
RoleTypeAssocTypeCache.addEntry(ParameterArray key,
AssociationRoleIF added)
|
protected void |
RoleTypeCache.removeEntry(ParameterArray key,
AssociationRoleIF removed)
|
protected void |
RoleTypeAssocTypeCache.removeEntry(ParameterArray key,
AssociationRoleIF removed)
|
Uses of AssociationRoleIF in net.ontopia.topicmaps.impl.rdbms.index |
---|
Methods in net.ontopia.topicmaps.impl.rdbms.index that return types with arguments of type AssociationRoleIF | |
---|---|
java.util.Collection<AssociationRoleIF> |
ClassInstanceIndex.getAssociationRoles(TopicIF association_role_type)
|
Uses of AssociationRoleIF in net.ontopia.topicmaps.impl.remote |
---|
Classes in net.ontopia.topicmaps.impl.remote that implement AssociationRoleIF | |
---|---|
class |
DynamicAssociationRole
INTERNAL: PRIVATE: |
Uses of AssociationRoleIF in net.ontopia.topicmaps.impl.tmapi2 |
---|
Methods in net.ontopia.topicmaps.impl.tmapi2 that return AssociationRoleIF | |
---|---|
AssociationRoleIF |
RoleImpl.getWrapped()
|
Methods in net.ontopia.topicmaps.impl.tmapi2 with parameters of type AssociationRoleIF | |
---|---|
RoleImpl |
TopicMapImpl.wrapRole(AssociationRoleIF role)
|
Constructors in net.ontopia.topicmaps.impl.tmapi2 with parameters of type AssociationRoleIF | |
---|---|
RoleImpl(TopicMapImpl topicMap,
AssociationRoleIF role)
|
Uses of AssociationRoleIF in net.ontopia.topicmaps.impl.utils |
---|
Methods in net.ontopia.topicmaps.impl.utils that return types with arguments of type AssociationRoleIF | |
---|---|
java.util.Collection<AssociationRoleIF> |
SnapshotTopic.getRoles()
|
java.util.Collection<AssociationRoleIF> |
PhantomAssociation.getRoles()
|
java.util.Collection<AssociationRoleIF> |
SnapshotTopic.getRolesByType(TopicIF rtype)
|
java.util.Collection<AssociationRoleIF> |
PhantomAssociation.getRolesByType(TopicIF roletype)
|
java.util.Collection<AssociationRoleIF> |
SnapshotTopic.getRolesByType(TopicIF rtype,
TopicIF atype)
|
Methods in net.ontopia.topicmaps.impl.utils with parameters of type AssociationRoleIF | |
---|---|
static java.lang.String |
ObjectStrings.toString(java.lang.String impl,
AssociationRoleIF role)
|
Uses of AssociationRoleIF in net.ontopia.topicmaps.schema.impl.osl |
---|
Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type AssociationRoleIF | |
---|---|
protected void |
SchemaValidator.validate(AssociationRoleIF role,
AssociationRoleConstraint constraint)
|
protected void |
SchemaValidator.validate(AssociationRoleIF role,
TopicRoleConstraint constraint)
|
Uses of AssociationRoleIF in net.ontopia.topicmaps.schema.impl.osl.cmdline |
---|
Methods in net.ontopia.topicmaps.schema.impl.osl.cmdline with parameters of type AssociationRoleIF | |
---|---|
AssociationRoleConstraint |
AssociationClassAnalyzer.getRoleConstraint(AssociationRoleIF role)
|
void |
AssociationClassAnalyzer.registerConstraint(AssociationRoleIF role)
|
Uses of AssociationRoleIF in net.ontopia.topicmaps.schema.utils |
---|
Methods in net.ontopia.topicmaps.schema.utils with parameters of type AssociationRoleIF | |
---|---|
protected java.lang.String |
HTMLValidationHandler.printAssociationRole(AssociationRoleIF role)
|
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 java.lang.String |
KeyGenerator.makeAssociationRoleKey(AssociationRoleIF role,
TopicMapIF othertm)
PUBLIC: Makes a key for an association role, as it would look in another topic map. |
static void |
MergeUtils.mergeInto(AssociationRoleIF target,
AssociationRoleIF source)
PUBLIC: Merges the source role into the target role. |
Uses of AssociationRoleIF in net.ontopia.topicmaps.viz |
---|
Methods in net.ontopia.topicmaps.viz that return AssociationRoleIF | |
---|---|
AssociationRoleIF |
TMRoleEdge.getRole()
|
Methods in net.ontopia.topicmaps.viz with parameters of type AssociationRoleIF | |
---|---|
protected TMRoleEdge |
TopicMapView.getEdge(AssociationRoleIF role)
|
boolean |
VizTopicMapConfigurationManager.isVisible(AssociationRoleIF role)
|
protected TMRoleEdge |
TopicMapView.makeRole(TMAssociationNode assoc,
AssociationRoleIF role,
boolean create)
|
Constructors in net.ontopia.topicmaps.viz with parameters of type AssociationRoleIF | |
---|---|
CreateTMRoleEdge(AssociationRoleIF role)
|
|
DeleteTMRoleEdge(AssociationRoleIF role)
|
|
TMRoleEdge(TMAssociationNode an,
TMTopicNode tn,
AssociationRoleIF r,
TopicIF aScopingTopic)
|
Uses of AssociationRoleIF in ontopoly.utils |
---|
Methods in ontopoly.utils that return types with arguments of type AssociationRoleIF | |
---|---|
static java.util.List<AssociationRoleIF> |
OntopolyModelUtils.findRoles(TopicIF aType,
TopicIF rType,
TopicIF player)
|
static java.util.List<AssociationRoleIF> |
OntopolyModelUtils.findRoles(TopicIF aType,
TopicIF rType,
TopicIF player,
java.util.Collection<TopicIF> scope)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |