org.encog.app.analyst.script.prop
public class PropertyEntry extends Object implements Comparable<PropertyEntry>
| Constructor and Description |
|---|
PropertyEntry(PropertyType theEntryType,
String theName,
String theSection)
Construct a property entry.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PropertyEntry o) |
static String |
dotForm(String section,
String subSection,
String name)
Put a property in dot form, which is "section.subsection.name".
|
PropertyType |
getEntryType() |
String |
getKey() |
String |
getName() |
String |
getSection() |
String |
toString() |
void |
validate(String theSection,
String subSection,
String theName,
String value)
Validate the specified property.
|
public PropertyEntry(PropertyType theEntryType, String theName, String theSection)
theEntryType - The entry type.theName - The name of the property.theSection - The section of the property.public static String dotForm(String section, String subSection, String name)
section - The section.subSection - The subsection.name - The name.public int compareTo(PropertyEntry o)
compareTo in interface Comparable<PropertyEntry>public PropertyType getEntryType()
public String getKey()
public String getName()
public String getSection()
Copyright © 2014. All Rights Reserved.