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 |
Modifier and Type | Method and Description |
---|---|
protected AssociationRoleConstraint |
OSLSchemaContentHandler.getAssociationRoleConstraint() |
Modifier and Type | Method and Description |
---|---|
void |
AssociationClass.addRoleConstraint(AssociationRoleConstraint constraint)
INTERNAL: Adds a new role constraint.
|
protected void |
OSLSchemaWriter.export(AssociationRoleConstraint constraint,
ContentHandler dh) |
void |
AssociationClass.removeRoleConstraint(AssociationRoleConstraint constraint)
INTERNAL: Removes a role constraint from the class.
|
protected void |
SchemaValidator.validate(AssociationRoleIF role,
AssociationRoleConstraint constraint) |
Modifier and Type | Method and Description |
---|---|
AssociationRoleConstraint |
AssociationClassAnalyzer.getRoleConstraint(AssociationRoleIF role) |