org.encog.util.arrayutil
Class ClassItem

java.lang.Object
  extended by org.encog.util.arrayutil.ClassItem

public class ClassItem
extends Object

A class item.


Constructor Summary
ClassItem(String theName, int theIndex)
          Construct the object.
 
Method Summary
 int getIndex()
           
 String getName()
           
 void setIndex(int theIndex)
          Set the index of the class.
 void setName(String theName)
          Set the name of the class.
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassItem

public ClassItem(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 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(String theName)
Set the name of the class.

Parameters:
theName - The name of the class.

toString

public final String toString()

Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.