org.tm4j.topicmap .Occurrence

Description

This interface defines a single occurrence construct in a Topic Map. Occurrences may be untyped, or they may be defined by a an optional typing Topic, and the might also be restricted in validity to a certain scope, which is defined by a set of Topics. An occurrence contains a reference to a resource or in-line resource data.

Implementations of this interface

Method Summary
Topic getParent()
Gets the topic which contains this occurrence.
Topic getType()
Gets the Topic definition the type of this occurrence.
void isOfType(org.tm4j.topicmap.Topic type)
Determines whether the type of the occurrence is described by type.
void setType(org.tm4j.topicmap.Topic type)
Sets the Topic defining the type of this Occurrence.

Related Topics

Is Contained By
Is Imported By
Is Type For