net.ontopia.topicmaps.schema.impl.osl
Class RuleSet

java.lang.Object
  extended by net.ontopia.topicmaps.schema.impl.osl.TopicConstraintCollection
      extended by net.ontopia.topicmaps.schema.impl.osl.RuleSet

public class RuleSet
extends TopicConstraintCollection

INTERNAL: Represents a rule set, that is, a collection of reusable topic constraints.


Field Summary
 
Fields inherited from class net.ontopia.topicmaps.schema.impl.osl.TopicConstraintCollection
basenames, id, occurrences, roles, schema, subrules
 
Constructor Summary
RuleSet(OSLSchema schema, java.lang.String id)
          INTERNAL: Creates a new rule set object.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class net.ontopia.topicmaps.schema.impl.osl.TopicConstraintCollection
addOccurrenceConstraint, addRoleConstraint, addSubRule, addTopicNameConstraint, getAllOccurrenceConstraints, getAllRoleConstraints, getAllTopicNameConstraints, getId, getOccurrenceConstraints, getRoleConstraints, getSubRules, getTopicNameConstraints
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuleSet

public RuleSet(OSLSchema schema,
               java.lang.String id)
INTERNAL: Creates a new rule set object.

Parameters:
schema - The parent schema.
id - The ID of the rule set.
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2000-2012 Ontopia.