@AutoService(value=Command.class) public class Simulate extends Object implements Command
Simulates a recommender algorithm over time.
Constructor and Description |
---|
Simulate() |
Modifier and Type | Method and Description |
---|---|
void |
configureArguments(net.sourceforge.argparse4j.inf.ArgumentParser parser)
Configure the argument parser for this command.
|
void |
execute(net.sourceforge.argparse4j.inf.Namespace opts)
Execute the command.
|
String |
getHelp()
Get the command’s help.
|
String |
getName()
Get the name of the command.
|
public void configureArguments(net.sourceforge.argparse4j.inf.ArgumentParser parser)
Command
Configure the argument parser for this command.
configureArguments
in interface Command
parser
- The argument parser into which the arguments should be configured. This will already be a subparser, the command is not responsible for creating that.public String getName()
Command
Get the name of the command.
public void execute(net.sourceforge.argparse4j.inf.Namespace opts) throws IOException, RecommenderBuildException
Command
Execute the command.
execute
in interface Command
opts
- The command-line options.IOException
RecommenderBuildException