public void addExport(KnapsackState newExport) throws IOException { add(EXPORT_NAME, getExports(), newExport); }
public void addImport(KnapsackState newImport) throws IOException { add(IMPORT_NAME, getImports(), newImport); }