Package | Description |
---|---|
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 |
Modifier and Type | Field and Description |
---|---|
protected OSLSchema |
AssociationClass.schema |
protected OSLSchema |
OSLSchemaContentHandler.schema |
protected OSLSchema |
SchemaValidator.schema |
protected OSLSchema |
TopicConstraintCollection.schema |
Modifier and Type | Method and Description |
---|---|
OSLSchema |
OSLSchemaContentHandler.getSchema() |
Modifier and Type | Method and Description |
---|---|
protected void |
OSLSchemaWriter.export(OSLSchema schema,
ContentHandler dh) |
Constructor and Description |
---|
AssociationClass(OSLSchema schema)
INTERNAL: Creates an association class definition belonging to the
schema.
|
RuleSet(OSLSchema schema,
String id)
INTERNAL: Creates a new rule set object.
|
TopicClass(OSLSchema schema,
String id)
INTERNAL: Creates a topic class belonging to the given schema.
|
TopicConstraintCollection(OSLSchema schema,
String id)
INTERNAL: Creates a new collection of topic constraints.
|
Modifier and Type | Method and Description |
---|---|
OSLSchema |
Generate.createSchema(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.
|
Constructor and Description |
---|
AssociationClassAnalyzer(OSLSchema schema,
TopicIF assoctype,
Collection associations) |
TopicClassAnalyzer(OSLSchema schema,
TopicIF topictype,
Collection topics) |
Modifier and Type | Method and Description |
---|---|
OSLSchema |
OSLSchemaAwareIF.getSchema()
INTERNAL: Gets schema object.
|
Modifier and Type | Method and Description |
---|---|
void |
OSLSchemaAwareIF.setSchema(OSLSchema schema)
INTERNAL: Sets the schema object.
|
Modifier and Type | Method and Description |
---|---|
OSLSchema |
OSLValidate.getSchema() |
Modifier and Type | Method and Description |
---|---|
void |
OSLValidate.setSchema(OSLSchema schema) |
Modifier and Type | Field and Description |
---|---|
protected OSLSchema |
AbstractTopicMapAction.schema
The schema object which may be available (optionally).
|
Modifier and Type | Method and Description |
---|---|
OSLSchema |
AbstractTopicMapAction.getSchema() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTopicMapAction.setSchema(OSLSchema schema) |
Modifier and Type | Method and Description |
---|---|
Collection |
SchemaUtils.getAllowedAssocTypes(OSLSchema schema,
TopicIF topic)
INTERNAL: Returns a collection of association types that can
be played by the given topic.
|
Collection |
SchemaUtils.getAllTopicNameConstraints(OSLSchema schema,
TopicIF topic)
INTERNAL: Returns the complete set of topic name constraints in
this collection, including those of sub collections.
|
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.
|
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 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,
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.
|
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.
|