public class History extends Object implements GuideUserHistory
Constructor and Description |
---|
History(String _decisionSettings,
String _separator,
HashMap<String,TableHandler> _tableHandlers,
int _kBestSize) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
ActionContainer[] |
getActionContainerArray() |
ArrayList<ActionContainer> |
getActionContainers() |
ArrayList<TableContainer> |
getActionTables() |
String |
getDecisionSettings() |
ArrayList<TableContainer> |
getDecisionTables() |
GuideDecision |
getEmptyGuideDecision() |
GuideUserAction |
getEmptyGuideUserAction() |
int |
getKBestSize() |
int |
getNumberOfActions() |
int |
getNumberOfDecisions() |
String |
getSeparator() |
TableHandler |
getTableHandler(String name) |
HashMap<String,TableHandler> |
getTableHandlers() |
String |
toString() |
public History(String _decisionSettings, String _separator, HashMap<String,TableHandler> _tableHandlers, int _kBestSize) throws MaltChainedException
MaltChainedException
public GuideUserAction getEmptyGuideUserAction() throws MaltChainedException
getEmptyGuideUserAction
in interface GuideUserHistory
MaltChainedException
public ArrayList<ActionContainer> getActionContainers()
getActionContainers
in interface GuideUserHistory
public ActionContainer[] getActionContainerArray()
getActionContainerArray
in interface GuideUserHistory
public void clear() throws MaltChainedException
clear
in interface GuideUserHistory
MaltChainedException
public GuideDecision getEmptyGuideDecision() throws MaltChainedException
MaltChainedException
public int getNumberOfDecisions()
getNumberOfDecisions
in interface GuideUserHistory
public TableHandler getTableHandler(String name)
public int getKBestSize()
getKBestSize
in interface GuideUserHistory
public int getNumberOfActions()
public ArrayList<TableContainer> getDecisionTables()
getDecisionTables
in interface GuideUserHistory
public ArrayList<TableContainer> getActionTables()
getActionTables
in interface GuideUserHistory
public HashMap<String,TableHandler> getTableHandlers()
public String getSeparator()
public String getDecisionSettings()
Copyright 2007-2014 Johan Hall, Jens Nilsson and Joakim Nivre.