org.encog.app.analyst.script.prop
public final class PropertyConstraints extends Object
Modifier and Type | Method and Description |
---|---|
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() |
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.Copyright © 2014. All Rights Reserved.