| 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 TopicNameConstraint |
VariantConstraint.parent |
| Modifier and Type | Method and Description |
|---|---|
TopicNameConstraint |
VariantConstraint.getParent()
INTERNAL: Returns the base name constraint that is the parent of
this constraint.
|
protected TopicNameConstraint |
OSLSchemaContentHandler.getTopicNameConstraint() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopicConstraintCollection.addTopicNameConstraint(TopicNameConstraint constraint)
INTERNAL: Adds a new base name constraint to the collection.
|
protected void |
OSLSchemaWriter.export(TopicNameConstraint constraint,
ContentHandler dh) |
protected void |
SchemaValidator.validate(TopicNameIF basename,
TopicNameConstraint constraint) |
| Constructor and Description |
|---|
VariantConstraint(TopicNameConstraint parent)
INTERNAL: Creates a new variant name constraint belonging to the
given base name constraint.
|