|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.schema.impl.osl.cmdline | |
net.ontopia.topicmaps.webed.core | The core interfaces of the Web Editor Framework; the main interfaces used to build Web Editor applications. |
net.ontopia.topicmaps.webed.impl.actions.tmobject | Web editor action classes dealing with more than one kind of topic map object. |
net.ontopia.topicmaps.webed.impl.actions.topicmap | The implementation of the action interfaces belonging to Ontopia's web editor framework related to the execution of modifications of the topic map. |
net.ontopia.topicmaps.webed.impl.utils |
Uses of OSLSchema in net.ontopia.topicmaps.schema.impl.osl |
---|
Fields in net.ontopia.topicmaps.schema.impl.osl declared as OSLSchema | |
---|---|
protected OSLSchema |
TopicConstraintCollection.schema
|
protected OSLSchema |
SchemaValidator.schema
|
protected OSLSchema |
OSLSchemaContentHandler.schema
|
protected OSLSchema |
AssociationClass.schema
|
Methods in net.ontopia.topicmaps.schema.impl.osl that return OSLSchema | |
---|---|
OSLSchema |
OSLSchemaContentHandler.getSchema()
|
Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type OSLSchema | |
---|---|
protected void |
OSLSchemaWriter.export(OSLSchema schema,
org.xml.sax.DocumentHandler dh)
|
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.schema.impl.osl.cmdline |
---|
Methods in net.ontopia.topicmaps.schema.impl.osl.cmdline that return OSLSchema | |
---|---|
OSLSchema |
Generate.createSchema(java.lang.String input)
Creates a schema from the given topic map which is read in fist. |
OSLSchema |
Generate.createSchema(TopicMapIF tm)
Creates a schema from the given topic map. |
Constructors in net.ontopia.topicmaps.schema.impl.osl.cmdline with parameters of type OSLSchema | |
---|---|
AssociationClassAnalyzer(OSLSchema schema,
TopicIF assoctype,
java.util.Collection associations)
|
|
TopicClassAnalyzer(OSLSchema schema,
TopicIF topictype,
java.util.Collection topics)
|
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. |
Uses of OSLSchema in net.ontopia.topicmaps.webed.impl.actions.tmobject |
---|
Methods in net.ontopia.topicmaps.webed.impl.actions.tmobject that return OSLSchema | |
---|---|
OSLSchema |
OSLValidate.getSchema()
|
Methods in net.ontopia.topicmaps.webed.impl.actions.tmobject with parameters of type OSLSchema | |
---|---|
void |
OSLValidate.setSchema(OSLSchema schema)
|
Uses of OSLSchema in net.ontopia.topicmaps.webed.impl.actions.topicmap |
---|
Fields in net.ontopia.topicmaps.webed.impl.actions.topicmap declared as OSLSchema | |
---|---|
protected OSLSchema |
AbstractTopicMapAction.schema
The schema object which may be available (optionally). |
Methods in net.ontopia.topicmaps.webed.impl.actions.topicmap that return OSLSchema | |
---|---|
OSLSchema |
AbstractTopicMapAction.getSchema()
|
Methods in net.ontopia.topicmaps.webed.impl.actions.topicmap with parameters of type OSLSchema | |
---|---|
void |
AbstractTopicMapAction.setSchema(OSLSchema schema)
|
Uses of OSLSchema in net.ontopia.topicmaps.webed.impl.utils |
---|
Methods in net.ontopia.topicmaps.webed.impl.utils with parameters of type OSLSchema | |
---|---|
java.util.Collection |
SchemaUtils.getAllowedAssocTypes(OSLSchema schema,
TopicIF topic)
INTERNAL: Returns a collection of association types that can be played by the given topic. |
java.util.Collection |
SchemaUtils.getAllTopicNameConstraints(OSLSchema schema,
TopicIF topic)
INTERNAL: Returns the complete set of topic name constraints in this collection, including those of sub collections. |
java.util.Collection |
SchemaUtils.getExtOccConstraints(OSLSchema schema,
TopicIF topic)
INTERNAL: Returns the complete set of constraints for external occurrences for the given topic in the specified schema. |
java.util.Collection |
SchemaUtils.getIntOccConstraints(OSLSchema schema,
TopicIF topic)
INTERNAL: Returns the complete set of constraints for internal occurrences for the given topic in the specified schema. |
protected java.util.Collection |
SchemaUtils.getOccurrenceConstraints(OSLSchema schema,
TopicIF topic,
boolean internal)
|
TypeStorage |
SchemaUtils.getRemainingExtOccTypes(OSLSchema schema,
TopicIF topic)
INTERNAL: Returns a set of topic objects which belong to external occurrence types that are allowed to add to the given topic. |
TypeStorage |
SchemaUtils.getRemainingIntOccTypes(OSLSchema schema,
TopicIF topic)
INTERNAL: Returns a set of topic objects which belong to internal occurrence types that are allowed to add to the given topic. |
protected TypeStorage |
SchemaUtils.getRemainingOccTypes(OSLSchema schema,
TopicIF topic,
java.util.Collection occCons)
|
TypeStorage |
SchemaUtils.getRemainingRoleTypes(OSLSchema schema,
AssociationIF assoc)
INTERNAL: Returns a set of topic objects which belong to role types that are allowed to add to the given association. |
ScopeStorage |
SchemaUtils.getRemainingTopicNameThemes(OSLSchema schema,
TopicIF topic)
INTERNAL: Returns a set of topic objects which belong to themes that are allowed to add to the topic name by the given topic. |
java.util.Collection |
SchemaUtils.getRoleConstraints(OSLSchema schema,
AssociationIF assoc)
INTERNAL: Returns the collection of role constraints in this class definition. |
TopicIF |
SchemaUtils.getRoleType4AssocType(OSLSchema schema,
TopicIF assocType,
TopicIF player)
INTERNAL: Get the allowed association role type for the given association type with the help of the schema. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |