Package | Description |
---|---|
net.ontopia.topicmaps.schema.impl.osl |
The classes and interfaces used to represent constructs in the Ontopia
Schema Language.
|
Modifier and Type | Field and Description |
---|---|
protected TopicClass |
TopicClass.superclass |
Modifier and Type | Method and Description |
---|---|
TopicClass |
TopicClass.getSuperclass()
INTERNAL: Returns the superclass of this class.
|
protected TopicClass |
OSLSchemaContentHandler.getTopicClass() |
TopicClass |
OSLSchema.getTopicClass(String id)
INTERNAL: Returns the topic class that has the given ID.
|
Modifier and Type | Method and Description |
---|---|
protected void |
TopicClass.addSubclass(TopicClass subclass) |
void |
OSLSchema.addTopicClass(TopicClass topicClass)
INTERNAL: Adds a TopicClass object to the schema.
|
protected void |
OSLSchemaWriter.export(TopicClass klass,
ContentHandler dh) |
protected TopicIF |
SchemaValidator.getTopic(TopicClass klass,
TopicMapIF tm) |
protected void |
TopicClass.removeSubclass(TopicClass subclass) |
void |
OSLSchema.removeTopicClass(TopicClass topicClass)
INTERNAL: Removes the topic class from this schema.
|
void |
TopicClass.setSuperclass(TopicClass superclass)
INTERNAL: Sets the superclass of this class.
|