Uses of Class
org.encog.app.generate.TargetLanguage

Packages that use TargetLanguage
org.encog.app.analyst.script.prop   
org.encog.app.analyst.wizard   
org.encog.app.generate   
 

Uses of TargetLanguage in org.encog.app.analyst.script.prop
 

Methods in org.encog.app.analyst.script.prop that return TargetLanguage
 TargetLanguage ScriptProperties.getPropertyTargetLanguage(String name)
          Get the property as a target language.
 

Methods in org.encog.app.analyst.script.prop with parameters of type TargetLanguage
 void ScriptProperties.setProperty(String name, TargetLanguage targetLanguage)
          Set a property as a target language.
 

Uses of TargetLanguage in org.encog.app.analyst.wizard
 

Methods in org.encog.app.analyst.wizard that return TargetLanguage
 TargetLanguage AnalystWizard.getCodeTargetLanguage()
           
 

Methods in org.encog.app.analyst.wizard with parameters of type TargetLanguage
 void AnalystWizard.setCodeTargetLanguage(TargetLanguage codeTargetLanguage)
           
 

Uses of TargetLanguage in org.encog.app.generate
 

Methods in org.encog.app.generate that return TargetLanguage
 TargetLanguage EncogCodeGeneration.getTargetLanguage()
           
static TargetLanguage TargetLanguage.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TargetLanguage[] TargetLanguage.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.encog.app.generate with parameters of type TargetLanguage
EncogCodeGeneration(TargetLanguage theTargetLanguage)
          Construct the generation object.
 



Copyright © 2014. All Rights Reserved.