Documentation of 'org.encog.util.arrayutil.ClassItem' Java class
ClassItem
org.encog.util.arrayutil

Class ClassItem



  • public class ClassItem
    extends java.lang.Object
    A class item.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ClassItem(java.lang.String theName, int theIndex)
      Construct the object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int getIndex() 
      java.lang.String getName() 
      void setIndex(int theIndex)
      Set the index of the class.
      void setName(java.lang.String theName)
      Set the name of the class.
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClassItem

        public ClassItem(java.lang.String theName,
                         int theIndex)
        Construct the object.
        Parameters:
        theName - The name of the class.
        theIndex - The index of the class.
    • Method Detail

      • getIndex

        public final int getIndex()
        Returns:
        The index of the class.
      • getName

        public final java.lang.String getName()
        Returns:
        The name of the class.
      • setIndex

        public final void setIndex(int theIndex)
        Set the index of the class.
        Parameters:
        theIndex - The index of the class.
      • setName

        public final void setName(java.lang.String theName)
        Set the name of the class.
        Parameters:
        theName - The name of the class.
      • toString

        public final java.lang.String toString()
        Overrides:
        toString in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.