org.encog.util.arrayutil
Class ClassItem
- java.lang.Object
-
- org.encog.util.arrayutil.ClassItem
-
public class ClassItem extends java.lang.ObjectA 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 intgetIndex()java.lang.StringgetName()voidsetIndex(int theIndex)Set the index of the class.voidsetName(java.lang.String theName)Set the name of the class.java.lang.StringtoString()
-
-
-
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:
toStringin classjava.lang.Object
-
-
DMelt 3.0 © DataMelt by jWork.ORG