Uses of Class
net.ontopia.topicmaps.schema.impl.osl.ScopeSpecification

Packages that use ScopeSpecification
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   
 

Uses of ScopeSpecification in net.ontopia.topicmaps.schema.impl.osl
 

Fields in net.ontopia.topicmaps.schema.impl.osl declared as ScopeSpecification
protected  ScopeSpecification AbstractScopedCardinalityConstraint.scope
           
protected  ScopeSpecification AssociationClass.scopespec
           
 

Methods in net.ontopia.topicmaps.schema.impl.osl that return ScopeSpecification
 ScopeSpecification ScopedConstraintIF.getScopeSpecification()
          INTERNAL: Returns the object containing the scope specification.
protected  ScopeSpecification OSLSchemaContentHandler.getScopeSpecification()
           
 ScopeSpecification AssociationClass.getScopeSpecification()
          INTERNAL: Returns the scope constraint.
 ScopeSpecification AbstractScopedCardinalityConstraint.getScopeSpecification()
           
 

Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type ScopeSpecification
 void ScopedConstraintIF.setScopeSpecification(ScopeSpecification scope)
          INTERNAL: Sets the object containing the scope specification.
 void AssociationClass.setScopeSpecification(ScopeSpecification scopespec)
          INTERNAL: Sets the scope constraint.
 void AbstractScopedCardinalityConstraint.setScopeSpecification(ScopeSpecification scope)
           
 

Uses of ScopeSpecification in net.ontopia.topicmaps.schema.impl.osl.cmdline
 

Methods in net.ontopia.topicmaps.schema.impl.osl.cmdline that return ScopeSpecification
 ScopeSpecification AbstractSchemaAnalyzer.getScopeSpecification(ScopedIF scoped)
          Generate the scope specification for a ScopedIF object.
 

Uses of ScopeSpecification in net.ontopia.topicmaps.schema.utils
 

Methods in net.ontopia.topicmaps.schema.utils with parameters of type ScopeSpecification
protected  java.lang.String HTMLValidationHandler.printScopeSpec(ScopeSpecification scopespec)
           
 

Uses of ScopeSpecification in net.ontopia.topicmaps.webed.impl.utils
 

Methods in net.ontopia.topicmaps.webed.impl.utils with parameters of type ScopeSpecification
 java.util.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.
 



Copyright © 2000-2012 Ontopia.