org.encog.app.generate.generators
Interface TemplateGenerator

All Superinterfaces:
LanguageSpecificGenerator
All Known Implementing Classes:
AbstractTemplateGenerator, GenerateMQL4, GenerateNinjaScript

public interface TemplateGenerator
extends LanguageSpecificGenerator

This interface defines a generator that works by template. A template is a file that allows parts if it to be replaced by tokens. Encog uses this sort of generator for NinjaScript and MQL4.


Method Summary
 void generate(EncogAnalyst analyst)
          Generate the template based on Encog Analyst script.
 
Methods inherited from interface org.encog.app.generate.generators.LanguageSpecificGenerator
getContents, writeContents
 

Method Detail

generate

void generate(EncogAnalyst analyst)
Generate the template based on Encog Analyst script.

Parameters:
analyst -


Copyright © 2014. All Rights Reserved.