domparser.Rules
Class PostconditionRuleset

java.lang.Object
  |
  +--domparser.Rules.AbstractRuleset
        |
        +--domparser.Rules.PostconditionRuleset
All Implemented Interfaces:
RulesetInterface

public class PostconditionRuleset
extends AbstractRuleset

Contains the rules that will be applied to objects with the Postcondition element type.

Version:
1.0
Author:
David Kong, Queen's University, August 2002.

Constructor Summary
PostconditionRuleset()
          Constructor
 
Methods inherited from class domparser.Rules.AbstractRuleset
addRule, getActiveArray, getAllActiveRules, getClasses, getRule, getRuleNames, trimArrays
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PostconditionRuleset

public PostconditionRuleset()
                     throws HL7Exception

Constructor

Adds rules to the ruleset.

Throws:
HL7Exception -