FreeHEP API
Version v1.2.2

org.freehep.jaco.generator
Interface Generator

All Known Implementing Classes:
AbstractGenerator, AbstractGenerator

public interface Generator

Version:
$Id: Generator.java,v 1.10 2002/10/07 18:16:11 duns Exp $
Author:
Mark Donszelmann

Method Summary
 String directory(IClass clazz)
           
 String filename(IClass clazz)
           
 Properties getProperties()
           
 boolean print(PrintWriter out, IClass clazz)
           
 

Method Detail

getProperties

public Properties getProperties()

directory

public String directory(IClass clazz)

filename

public String filename(IClass clazz)

print

public boolean print(PrintWriter out,
                     IClass clazz)
Returns:
true to stop generating more file

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.