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 AssociationClass |
AssociationRoleConstraint.parent |
Modifier and Type | Method and Description |
---|---|
protected AssociationClass |
OSLSchemaContentHandler.getAssociationClass() |
Modifier and Type | Method and Description |
---|---|
void |
OSLSchema.addAssociationClass(AssociationClass assocClass)
INTERNAL: Adds an AssociationClass object to the schema.
|
protected void |
OSLSchemaWriter.export(AssociationClass klass,
ContentHandler dh) |
void |
OSLSchema.removeAssociationClass(AssociationClass assocClass)
INTERNAL: Removes the association class from this schema.
|
Constructor and Description |
---|
AssociationRoleConstraint(AssociationClass parent)
INTERNAL: Creates an association role constraint belonging to an
association class.
|