org.biomage.tools.generate_cpp
Class CreateCPPFile.IncludeWriter

java.lang.Object
  extended by org.biomage.tools.generate_cpp.CreateCPPFile.specificWriter
      extended by org.biomage.tools.generate_cpp.CreateCPPFile.IncludeWriter
Enclosing class:
CreateCPPFile

public class CreateCPPFile.IncludeWriter
extends CreateCPPFile.specificWriter

Description: Writes the includes that we need into the CPP file.


Constructor Summary
CreateCPPFile.IncludeWriter(java.io.FileWriter writer)
           
 
Method Summary
 boolean doAssocations()
           
 boolean writeAssoc(CreateFile creator, CreateFile.AssociationAttrInformation attr, boolean wroteone)
           
 
Methods inherited from class org.biomage.tools.generate_cpp.CreateCPPFile.specificWriter
doAttrs, doBase, writeAssocComment, writeAttr, writeAttrComment, writeBase, writeBaseComment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateCPPFile.IncludeWriter

public CreateCPPFile.IncludeWriter(java.io.FileWriter writer)
Method Detail

doAssocations

public boolean doAssocations()
Overrides:
doAssocations in class CreateCPPFile.specificWriter

writeAssoc

public boolean writeAssoc(CreateFile creator,
                          CreateFile.AssociationAttrInformation attr,
                          boolean wroteone)
                   throws java.lang.Exception
Overrides:
writeAssoc in class CreateCPPFile.specificWriter
Throws:
java.lang.Exception