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

Packages that use TopicConstraintCollection
net.ontopia.topicmaps.schema.impl.osl The classes and interfaces used to represent constructs in the Ontopia Schema Language. 
 

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

Subclasses of TopicConstraintCollection in net.ontopia.topicmaps.schema.impl.osl
 class RuleSet
          INTERNAL: Represents a rule set, that is, a collection of reusable topic constraints.
 class TopicClass
          INTERNAL: Represents a topic class definition.
 

Fields in net.ontopia.topicmaps.schema.impl.osl declared as TopicConstraintCollection
protected  TopicConstraintCollection TopicRoleConstraint.parent
           
protected  TopicConstraintCollection TopicNameConstraint.parent
           
protected  TopicConstraintCollection OccurrenceConstraint.parent
           
 

Methods in net.ontopia.topicmaps.schema.impl.osl that return TopicConstraintCollection
protected  TopicConstraintCollection OSLSchemaContentHandler.getTopicConstraintCollection()
           
 

Methods in net.ontopia.topicmaps.schema.impl.osl with parameters of type TopicConstraintCollection
 void TopicConstraintCollection.addSubRule(TopicConstraintCollection subrule)
          INTERNAL: Adds a new sub collection to the collection.
protected  void OSLSchemaWriter.export(TopicConstraintCollection constraint, org.xml.sax.DocumentHandler dh)
           
 

Constructors in net.ontopia.topicmaps.schema.impl.osl with parameters of type TopicConstraintCollection
OccurrenceConstraint(TopicConstraintCollection parent)
          INTERNAL: Creates a new occurrence constraint in the given collection of topic constraints.
TopicNameConstraint(TopicConstraintCollection parent)
          INTERNAL: Creates a base name constraint.
TopicRoleConstraint(TopicConstraintCollection parent)
          PUBLIC: Creates a new topic role constraint belonging to the given collection.
 



Copyright © 2000-2012 Ontopia.