org.encog.app.analyst.script
public class AnalystClassItem extends Object implements Comparable<AnalystClassItem>
Constructor and Description |
---|
AnalystClassItem(String theCode,
String theName,
int theCount)
Construct a class item.
|
public int compareTo(AnalystClassItem o)
compareTo
in interface Comparable<AnalystClassItem>
public String getCode()
public int getCount()
public String getName()
public void increaseCount()
public void setCode(String theCode)
theCode
- the code to setpublic void setName(String theName)
theName
- the name to setCopyright © 2014. All Rights Reserved.