Documentation of 'org.encog.app.analyst.script.prop.PropertyConstraints' Java class
PropertyConstraints
org.encog.app.analyst.script.prop

Class PropertyConstraints



  • public final class PropertyConstraints
    extends java.lang.Object
    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 Detail

      • findEntry

        public PropertyEntry findEntry(java.lang.String v)
        Find an entry based on a string.
        Parameters:
        v - The property to find.
        Returns:
        The property entry data.
      • getEntries

        public java.util.List<PropertyEntry> getEntries(java.lang.String section,
                                                        java.lang.String subSection)
        Get all entries for a section/subsection.
        Parameters:
        section - The section to find.
        subSection - The subsection to find.
        Returns:
        A list of property entries.
      • getEntry

        public PropertyEntry getEntry(java.lang.String section,
                                      java.lang.String subSection,
                                      java.lang.String name)
        Get a single property entry. If the section and subsection do not exist, an error is thrown.
        Parameters:
        section - The section.
        subSection - The subsection.
        name - The name of the property.
        Returns:
        The property entry, or null if not found.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.