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

Packages that use OSLSchema
net.ontopia.topicmaps.schema.impl.osl The classes and interfaces used to represent constructs in the Ontopia Schema Language. 
net.ontopia.topicmaps.webed.core The core interfaces of the Web Editor Framework; the main interfaces used to build Web Editor applications. 
 

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

Methods in net.ontopia.topicmaps.schema.impl.osl that return OSLSchema
 OSLSchema OSLSchemaContentHandler.getSchema()
           
 

Constructors in net.ontopia.topicmaps.schema.impl.osl with parameters of type OSLSchema
AssociationClass(OSLSchema schema)
          INTERNAL: Creates an association class definition belonging to the schema.
RuleSet(OSLSchema schema, java.lang.String id)
          INTERNAL: Creates a new rule set object.
TopicClass(OSLSchema schema, java.lang.String id)
          INTERNAL: Creates a topic class belonging to the given schema.
TopicConstraintCollection(OSLSchema schema, java.lang.String id)
          INTERNAL: Creates a new collection of topic constraints.
 

Uses of OSLSchema in net.ontopia.topicmaps.webed.core
 

Methods in net.ontopia.topicmaps.webed.core that return OSLSchema
 OSLSchema OSLSchemaAwareIF.getSchema()
          INTERNAL: Gets schema object.
 

Methods in net.ontopia.topicmaps.webed.core with parameters of type OSLSchema
 void OSLSchemaAwareIF.setSchema(OSLSchema schema)
          INTERNAL: Sets the schema object.
 



Copyright © 2000-2010 Ontopia.