org.autosemantix.generator
Class FactoryGenerator

java.lang.Object
  extended byorg.autosemantix.generator.FactoryGenerator

public class FactoryGenerator
extends java.lang.Object

This Class is a Java code generator created automatically using a JET template. DO NOT edit this file by hand. If you wish to change the way the code is generated, please edit the appropriate .javajet or .skeleton file then use JET to regenerate this file.


Constructor Summary
FactoryGenerator(Project project)
           
 
Method Summary
 java.lang.String generate()
          Generate the required source code.
 java.lang.String generate(java.lang.Object argument)
          Generate the required source code.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryGenerator

public FactoryGenerator(Project project)
Method Detail

generate

public java.lang.String generate()
Generate the required source code. No argument used.

Returns:
A string containing the generated source code.

generate

public java.lang.String generate(java.lang.Object argument)
Generate the required source code.

Parameters:
argument - An object passed to the generator to be used in the code generation process.
Returns:
A string containing the generated source code.