-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement the interface + code cleaning
- Loading branch information
1 parent
d105c58
commit 56adbb1
Showing
15 changed files
with
47 additions
and
123 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
.../esciencecenter/models/BenchmarkBase.java → ...nter/models/benchmarks/BenchmarkBase.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package nl.esciencecenter.models; | ||
package nl.esciencecenter.models.benchmarks; | ||
|
||
import org.json.JSONObject; | ||
|
||
|
10 changes: 0 additions & 10 deletions
10
src/main/java/nl/esciencecenter/models/benchmarks/BenchmarkResult.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...iencecenter/models/BioToolsBenchmark.java → .../models/benchmarks/BioToolsBenchmark.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...esciencecenter/models/OpenEBenchmark.java → ...ter/models/benchmarks/OpenEBenchmark.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
src/main/java/nl/esciencecenter/models/benchmarks/ToolBenchmark.java
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...iencecenter/models/WorkflowStepBench.java → .../models/benchmarks/WorkflowStepBench.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package nl.esciencecenter.models; | ||
package nl.esciencecenter.models.benchmarks; | ||
|
||
import java.util.Collection; | ||
|
||
|
9 changes: 0 additions & 9 deletions
9
src/main/java/nl/esciencecenter/repository/SynthesisRunRepository.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
37 changes: 0 additions & 37 deletions
37
src/main/java/nl/esciencecenter/service/SynthesisRunService.java
This file was deleted.
Oops, something went wrong.