Uses of Class
org.encog.app.analyst.script.prop.PropertyType

Packages that use PropertyType
org.encog.app.analyst.script.prop   
 

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

Methods in org.encog.app.analyst.script.prop that return PropertyType
 PropertyType PropertyEntry.getEntryType()
           
static PropertyType PropertyType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PropertyType[] PropertyType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.encog.app.analyst.script.prop with parameters of type PropertyType
PropertyEntry(PropertyType theEntryType, String theName, String theSection)
          Construct a property entry.
 



Copyright © 2014. All Rights Reserved.