Package | Description |
---|---|
cusack.hcg.comm | |
cusack.hcg.gui.controller | |
cusack.hcg.model |
Modifier and Type | Method and Description |
---|---|
UserAlgorithm |
DataSource.getUserAlgorithm(java.lang.String algName,
int userID) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<UserAlgorithm> |
DataSource.getAllUserAlgs() |
java.util.ArrayList<UserAlgorithm> |
DataSource.getPersonalAndPublicUserAlgs() |
Modifier and Type | Method and Description |
---|---|
void |
DataSource.insertUserAlgorithm(UserAlgorithm userAlg) |
void |
DataSource.updateUserAlgorithm(UserAlgorithm userAlg) |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<UserAlgorithm> |
AlgorithmInfoTableController.getParameterClass() |
Modifier and Type | Method and Description |
---|---|
void |
AlgorithmInfoTableController.init(GUI g,
java.lang.String gameName,
TableView<UserAlgorithm> view) |
Constructor and Description |
---|
AlgorithmInfoTableController(GUI g,
java.lang.String gameName,
TableView<UserAlgorithm> view) |
Constructor and Description |
---|
AlgorithmInfoTableModel(java.util.ArrayList<UserAlgorithm> rows) |