|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.app.analyst.script.prop.PropertyConstraints
public final class PropertyConstraints
Holds constant type information for each of the properties that the script might have. This constant information allows values to be validated. This class is a singleton.
Method Summary | |
---|---|
PropertyEntry |
findEntry(String v)
Find an entry based on a string. |
List<PropertyEntry> |
getEntries(String section,
String subSection)
Get all entries for a section/subsection. |
PropertyEntry |
getEntry(String section,
String subSection,
String name)
Get a single property entry. |
static PropertyConstraints |
getInstance()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static PropertyConstraints getInstance()
public PropertyEntry findEntry(String v)
v
- The property to find.
public List<PropertyEntry> getEntries(String section, String subSection)
section
- The section to find.subSection
- The subsection to find.
public PropertyEntry getEntry(String section, String subSection, String name)
section
- The section.subSection
- The subsection.name
- The name of the property.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |