com.ohrasys.cad.gds.validator
Class BoundaryValidator

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

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

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

Since:
1.5

Field Summary
protected  java.util.List<Boundary> data
          The list of boundary data collected by the validator
 
Fields inherited from class com.ohrasys.cad.bnf.BNFAbstractTest
collectedData, collecting, committed, i18n, nextTest, playable, result, tests
 
Constructor Summary
BoundaryValidator()
          Creates a new BoundaryValidator 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
 

Field Detail

data

protected java.util.List<Boundary> data
The list of boundary data collected by the validator

Constructor Detail

BoundaryValidator

public BoundaryValidator()
                  throws com.ohrasys.cad.bnf.BNFTestException
Creates a new BoundaryValidator 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