|
||||||||||
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.impl.remote | |
net.ontopia.topicmaps.impl.utils | INTERNAL: Classes that are used by many implementations. |
net.ontopia.topicmaps.nav2.taglibs.TMvalue | Value-producing tags, which extract information from the topic map and insert it into the execution context. |
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.xml | Classes for importing and exporting topic maps in the XML interchange format. |
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.impl.remote |
---|
Classes in net.ontopia.topicmaps.impl.remote that implement TypedIF | |
---|---|
class |
DynamicAssociation
INTERNAL: PRIVATE: EXPERIMENTAL: Description: Dynamic proxy for associations |
class |
DynamicAssociationRole
INTERNAL: PRIVATE: |
Uses of TypedIF in net.ontopia.topicmaps.impl.utils |
---|
Classes in net.ontopia.topicmaps.impl.utils that implement TypedIF | |
---|---|
class |
PhantomAssociation
INTERNAL: Class that represents the association object which a deleted role might have belonged to. |
class |
SnapshotOccurrence
INTERNAL: |
class |
SnapshotTopicName
INTERNAL: |
Uses of TypedIF in net.ontopia.topicmaps.nav2.taglibs.TMvalue |
---|
Methods in net.ontopia.topicmaps.nav2.taglibs.TMvalue with parameters of type TypedIF | |
---|---|
protected boolean |
AssociatedTag.isInstanceOf(TypedIF object,
Collection types)
|
Uses of TypedIF in net.ontopia.topicmaps.utils |
---|
Classes in net.ontopia.topicmaps.utils with type parameters of type TypedIF | |
---|---|
class |
TypedIFGrabber<T extends TypedIF>
INTERNAL: Grabber that grabs the type property of the TypedIF object given to it. |
class |
TypedIFStringifier<T extends TypedIF>
INTERNAL: Stringifier that generates a string representation of the type property of the object given to it. |
Methods in net.ontopia.topicmaps.utils with type parameters of type TypedIF | ||
---|---|---|
static
|
CharacteristicUtils.getByType(Collection<T> objects,
TopicIF type)
INTERNAL: Finds first characteristic of a specified type. |
Methods in net.ontopia.topicmaps.utils with parameters of type TypedIF | |
---|---|
Collection<TopicIF> |
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. |
protected static String |
KeyGenerator.makeTypedKey(TypedIF typed)
|
protected static String |
KeyGenerator.makeTypedKey(TypedIF typed,
TopicMapIF othertm)
|
Uses of TypedIF in net.ontopia.topicmaps.xml |
---|
Methods in net.ontopia.topicmaps.xml with parameters of type TypedIF | |
---|---|
protected void |
XTMTopicMapExporter.writeInstanceOf(TypedIF typed,
DocumentHandler dh)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |