Uses of Class
net.ontopia.topicmaps.schema.impl.osl.TopicClass

Packages that use TopicClass
net.ontopia.topicmaps.schema.impl.osl The classes and interfaces used to represent constructs in the Ontopia Schema Language. 
 

Uses of TopicClass in net.ontopia.topicmaps.schema.impl.osl
 

Methods in net.ontopia.topicmaps.schema.impl.osl that return TopicClass
 TopicClass TopicClass.getSuperclass()
          INTERNAL: Returns the superclass of this class.
 TopicClass OSLSchema.getTopicClass(java.lang.String id)
          INTERNAL: Returns the topic class that has the given ID.
 

Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type TopicClass
 void OSLSchema.addTopicClass(TopicClass topicClass)
          INTERNAL: Adds a TopicClass object to the schema.
 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.
 



Copyright © 2000-2009 Ontopia.