org.biomage.tools.generate_dtd
Class TransformBioAssayData

java.lang.Object
  extended by org.biomage.tools.generate_dtd.TransformBioAssayData
All Implemented Interfaces:
WriteDTDFile.CreateClassTransformer

public class TransformBioAssayData
extends java.lang.Object
implements WriteDTDFile.CreateClassTransformer

Description: Class that is resposible for transforming the class list passed in. Modifies the BioAssayData classes to better capture the data in XML.


Constructor Summary
TransformBioAssayData()
           
 
Method Summary
 void transform(java.util.Vector createFileList)
          Description: Transform the BioAssayData class for producing modified DTD for its associations and attributes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransformBioAssayData

public TransformBioAssayData()
Method Detail

transform

public void transform(java.util.Vector createFileList)
               throws java.lang.Exception
Description: Transform the BioAssayData class for producing modified DTD for its associations and attributes. NOTE: The transformation modifies the list itself

Specified by:
transform in interface WriteDTDFile.CreateClassTransformer
Parameters:
createFileList: - the list of CreateFiles to transform.

Throws:
java.lang.Exception