|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.util.arrayutil.ClassItem
public class ClassItem
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 |
|---|
public ClassItem(String theName,
int theIndex)
theName - The name of the class.theIndex - The index of the class.| Method Detail |
|---|
public final int getIndex()
public final String getName()
public final void setIndex(int theIndex)
theIndex - The index of the class.public final void setName(String theName)
theName - The name of the class.public final String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||