Uses of Package
com.ohrasys.cad.bnf

Packages that use com.ohrasys.cad.bnf
com.ohrasys.cad.bnf Provides a general facility to verify a stream of tokens using commonly used Backus Naur tests. 
com.ohrasys.cad.bnf.validator A package to verify the syntax and optionally format a Backus-Naur Form file. 
 

Classes in com.ohrasys.cad.bnf used by com.ohrasys.cad.bnf
BNFAbstractTest
          Abstract Backus-Naur test.
BNFTestableObject
          An abstract wrapper class used to wrap objects such that a token may be easily retrieved
BNFTestException
          An exception class for the BNF test package
BNFTestImplementor
          An interface that all BNF test implementations must implement.
BNFTestResult
          A class used to represent the completion status of a test.
 

Classes in com.ohrasys.cad.bnf used by com.ohrasys.cad.bnf.validator
BNFAbstractTest
          Abstract Backus-Naur test.
BNFOneOfManyRequiredTest
          A test in which one of the sub-tests must pass.
BNFOneOrMoreOptionalTest
          A test in which all of the sub-tests must occur zero or more times
BNFOneOrMoreRequiredTest
          A test in which all of the sub-tests must occur one or more times.
BNFRequiredTest
          A test in which all sub-tests must complete once
BNFTestException
          An exception class for the BNF test package
BNFTestImplementor
          An interface that all BNF test implementations must implement.