|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypedIF | |
---|---|
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 TypedIF in net.ontopia.topicmaps.core |
---|
Subinterfaces of TypedIF in net.ontopia.topicmaps.core | |
---|---|
interface |
AssociationIF
PUBLIC: Implemented by objects representing associations in the topic map model. |
interface |
AssociationRoleIF
PUBLIC: Implemented by objects representing association roles in the topic map model. |
interface |
OccurrenceIF
PUBLIC: Implemented by objects representing occurrences in the topic map model. |
interface |
TopicNameIF
PUBLIC: Implemented by an object which represents a topic name, which is a topic characteristic. |
Uses of TypedIF in net.ontopia.topicmaps.impl.basic |
---|
Classes in net.ontopia.topicmaps.impl.basic that implement TypedIF | |
---|---|
class |
Association
INTERNAL: The basic association implementation. |
class |
AssociationRole
INTERNAL: The basic association role implementation. |
class |
Occurrence
INTERNAL: The basic occurrence implementation. |
class |
TopicName
INTERNAL: The basic topic name implementation. |
Uses of TypedIF in net.ontopia.topicmaps.impl.rdbms |
---|
Classes in net.ontopia.topicmaps.impl.rdbms that implement TypedIF | |
---|---|
class |
ReadOnlyAssociation
INTERNAL: The read-only rdbms association implementation. |
class |
ReadOnlyAssociationRole
INTERNAL: The read-only rdbms association role implementation. |
class |
ReadOnlyOccurrence
INTERNAL: The read-only rdbms occurrence implementation. |
class |
ReadOnlyTopicName
INTERNAL: The read-only rdbms topic name implementation. |
Uses of TypedIF in net.ontopia.topicmaps.utils |
---|
Methods in net.ontopia.topicmaps.utils that return TypedIF | |
---|---|
static TypedIF |
CharacteristicUtils.getByType(java.util.Collection objects,
TopicIF type)
INTERNAL: Finds first characteristic of a specified type. |
Methods in net.ontopia.topicmaps.utils with parameters of type TypedIF | |
---|---|
java.util.Collection |
TypeHierarchyUtils.getSupertypes(TypedIF typed)
INTERNAL: Returns the topic which types the singly typed object typed and all of its supertypes. |
boolean |
TypeHierarchyUtils.isInstanceOf(TypedIF typed,
TopicIF klass)
INTERNAL: Determines if the singly-typed object typed
is an instance of the type klass . |
static boolean |
ClassInstanceUtils.isInstanceOf(TypedIF typed,
TopicIF type)
INTERNAL: Returns true if the TypedIF object is an instance the given type. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |