org.encog.util.arrayutil
public class ClassItem extends Object
| Constructor and Description |
|---|
ClassItem(String theName,
int theIndex)
Construct the object.
|
public ClassItem(String theName, int theIndex)
theName - The name of the class.theIndex - The index of the class.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.Copyright © 2014. All Rights Reserved.