com.ohrasys.cad.gds.validator
Class PathValidator

java.lang.Object
  extended by com.ohrasys.cad.bnf.BNFAbstractTest
      extended by com.ohrasys.cad.bnf.BNFRequiredTest
          extended by com.ohrasys.cad.gds.validator.PathValidator
All Implemented Interfaces:
com.ohrasys.cad.bnf.BNFTestImplementor

public class PathValidator
extends com.ohrasys.cad.bnf.BNFRequiredTest

A Bachus Naur test for the GDSII <path> element.

Since:
1.5

Field Summary
 
Fields inherited from class com.ohrasys.cad.bnf.BNFAbstractTest
collectedData, collecting, committed, i18n, nextTest, playable, result, tests
 
Constructor Summary
PathValidator()
          Creates a new PathValidator object.
 
Method Summary
 java.lang.Object collect()
          A method to retrieve data collected during the evaluation of this test
 java.lang.String toString()
          Returns a string representation of this validator
 
Methods inherited from class com.ohrasys.cad.bnf.BNFRequiredTest
test
 
Methods inherited from class com.ohrasys.cad.bnf.BNFAbstractTest
checkTests, isFirstTest, isLastTest, isNotLastTest, reset, setCollecting
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathValidator

public PathValidator()
              throws com.ohrasys.cad.bnf.BNFTestException
Creates a new PathValidator object.

Throws:
com.ohrasys.cad.bnf.BNFTestException - If an error in object creation occurs
Method Detail

collect

public java.lang.Object collect()
A method to retrieve data collected during the evaluation of this test

Specified by:
collect in interface com.ohrasys.cad.bnf.BNFTestImplementor
Overrides:
collect in class com.ohrasys.cad.bnf.BNFAbstractTest
Returns:
A list containing the data collected by this test during evaluation

toString

public java.lang.String toString()
Returns a string representation of this validator

Overrides:
toString in class com.ohrasys.cad.bnf.BNFRequiredTest
Returns:
The physical address of this object