public class JesterDataset extends AbstractOptionHandler implements Dataset
Modifier and Type | Field and Description |
---|---|
FileOption |
fileOption |
classOptionNamesToPreparedObjects, options
Constructor and Description |
---|
JesterDataset() |
Modifier and Type | Method and Description |
---|---|
int |
curItemID() |
double |
curRating() |
int |
curUserID() |
void |
getDescription(StringBuilder sb,
int indent)
Returns a string representation of this object.
|
String |
getPurposeString()
Gets the purpose of this object
|
void |
init() |
boolean |
next() |
protected void |
prepareForUseImpl(TaskMonitor monitor,
ObjectRepository repository)
This method describes the implementation of how to prepare this object for use.
|
void |
reset() |
String |
toString()
Returns a description of the object.
|
copy, discoverOptionsViaReflection, getCLICreationString, getOptions, getPreparedClassOption, getPreparedClassOption, prepareClassOptions, prepareForUse, prepareForUse
copy, measureByteSize, measureByteSize
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
measureByteSize
public FileOption fileOption
public String getPurposeString()
OptionHandler
getPurposeString
in interface OptionHandler
getPurposeString
in class AbstractOptionHandler
public void init()
public String toString()
AbstractMOAObject
toString
in class AbstractMOAObject
protected void prepareForUseImpl(TaskMonitor monitor, ObjectRepository repository)
AbstractOptionHandler
prepareForUseImpl
and not prepareForUse
since
prepareForUse
calls prepareForUseImpl
.prepareForUseImpl
in class AbstractOptionHandler
monitor
- the TaskMonitor to userepository
- the ObjectRepository to usepublic void getDescription(StringBuilder sb, int indent)
MOAObject
AbstractMOAObject.toString
to give a string representation of the object.getDescription
in interface MOAObject
sb
- the stringbuilder to add the descriptionindent
- the number of characters to indentCopyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.