Main Page | Packages | Class Hierarchy | Alphabetical List | Class List | File List | Class Members

com/ohrasys/cad/bnf/validator/FactorValidator.java

Go to the documentation of this file.
00001 package com.ohrasys.cad.bnf.validator;
00002 import com.ohrasys.cad.bnf.*;
00003 
00004 public class FactorValidator
00005   extends BNFOneOfManyRequiredTest {
00006   public FactorValidator()
00007     throws BNFTestException {super(createTests());}
00008 
00009   private static BNFTestImplementor[] createTests()
00010     throws BNFTestException {
00011     BNFTestImplementor result[] = new BNFTestImplementor[] {
00012         new QuotedValidator(), new IdentifierValidator()
00013       };
00014     return result;
00015   }
00016 }

Generated on Sun Nov 13 10:13:03 2005 for JavaBackus-NaurTestAPI(JBNT) by  doxygen 1.4.2