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.schema.utils |
Contains classes containing useful utilities that make working with
schemas easier.
|
net.ontopia.topicmaps.webed.impl.utils |
Modifier and Type | Field and Description |
---|---|
protected ScopeSpecification |
AbstractScopedCardinalityConstraint.scope |
protected ScopeSpecification |
AssociationClass.scopespec |
Modifier and Type | Method and Description |
---|---|
ScopeSpecification |
AssociationClass.getScopeSpecification()
INTERNAL: Returns the scope constraint.
|
ScopeSpecification |
AbstractScopedCardinalityConstraint.getScopeSpecification() |
protected ScopeSpecification |
OSLSchemaContentHandler.getScopeSpecification() |
ScopeSpecification |
ScopedConstraintIF.getScopeSpecification()
INTERNAL: Returns the object containing the scope specification.
|
Modifier and Type | Method and Description |
---|---|
void |
AssociationClass.setScopeSpecification(ScopeSpecification scopespec)
INTERNAL: Sets the scope constraint.
|
void |
AbstractScopedCardinalityConstraint.setScopeSpecification(ScopeSpecification scope) |
void |
ScopedConstraintIF.setScopeSpecification(ScopeSpecification scope)
INTERNAL: Sets the object containing the scope specification.
|
Modifier and Type | Method and Description |
---|---|
ScopeSpecification |
AbstractSchemaAnalyzer.getScopeSpecification(ScopedIF scoped)
Generate the scope specification for a ScopedIF object.
|
Modifier and Type | Method and Description |
---|---|
protected String |
HTMLValidationHandler.printScopeSpec(ScopeSpecification scopespec) |
Modifier and Type | Method and Description |
---|---|
Collection |
SchemaUtils.getMatchingTopics(TopicMapIF tm,
ScopeSpecification scopeSpec)
INTERNAL: Gets the topic objects which define a context theme by
the given scope specification typically attached to a constraint
object.
|