-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Moved old test to a temp folder, this will be changed soon, finishing…
… project with helpers from OptaPlanner tutorial project
- Loading branch information
1 parent
ece45c7
commit 846996d
Showing
21 changed files
with
147 additions
and
188 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
101 changes: 0 additions & 101 deletions
101
src/main/resources/br/ufba/dcc/wiser/fot/balance/config/balance_config.json
This file was deleted.
Oops, something went wrong.
99 changes: 99 additions & 0 deletions
99
src/main/resources/br/ufba/dcc/wiser/fot/balance/config/group_config.json
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 |
---|---|---|
@@ -0,0 +1,99 @@ | ||
[ | ||
{ | ||
"group_name": "composition", | ||
"bundles_list": [ | ||
{ | ||
"groupId" : "groupId", | ||
"artifactId" : "artifactId", | ||
"artifactVersion" : "1.0.0", | ||
"bundleCost" : 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"group_name": "storage", | ||
"bundles_list": [ | ||
{ | ||
"groupId" : "groupId", | ||
"artifactId" : "artifactId", | ||
"artifactVersion" : "1.0.0", | ||
"bundleCost" : 1 | ||
}, | ||
{ | ||
"groupId" : "groupId", | ||
"artifactId" : "artifactId", | ||
"artifactVersion" : "1.0.0", | ||
"bundleCost" : 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"group_name": "basic", | ||
"bundles_list": [ | ||
{ | ||
"groupId" : "groupId", | ||
"artifactId" : "artifactId", | ||
"artifactVersion" : "1.0.0", | ||
"bundleCost" : 1 | ||
}, | ||
{ | ||
"groupId" : "groupId", | ||
"artifactId" : "artifactId", | ||
"artifactVersion" : "1.0.0", | ||
"bundleCost" : 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"group_name": "discovery", | ||
"bundles_list": [ | ||
{ | ||
"groupId" : "groupId", | ||
"artifactId" : "artifactId", | ||
"artifactVersion" : "1.0.0", | ||
"bundleCost" : 1 | ||
}, | ||
{ | ||
"groupId" : "groupId", | ||
"artifactId" : "artifactId", | ||
"artifactVersion" : "1.0.0", | ||
"bundleCost" : 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"group_name": "localization", | ||
"bundles_list": [ | ||
{ | ||
"groupId" : "groupId", | ||
"artifactId" : "artifactId", | ||
"artifactVersion" : "1.0.0", | ||
"bundleCost" : 1 | ||
}, | ||
{ | ||
"groupId" : "groupId", | ||
"artifactId" : "artifactId", | ||
"artifactVersion" : "1.0.0", | ||
"bundleCost" : 1 | ||
} | ||
] | ||
}, | ||
{ | ||
"group_name": "security", | ||
"bundles_list": [ | ||
{ | ||
"groupId" : "groupId", | ||
"artifactId" : "artifactId", | ||
"artifactVersion" : "1.0.0", | ||
|
||
"bundleCost" : 1 | ||
}, | ||
{ | ||
"groupId" : "groupId", | ||
"artifactId" : "artifactId", | ||
"artifactVersion" : "1.0.0", | ||
"bundleCost" : 1 | ||
} | ||
] | ||
} | ||
] |
22 changes: 22 additions & 0 deletions
22
src/main/resources/br/ufba/dcc/wiser/fot/balance/config/host_config.json
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
{ | ||
"host_id": "Host 1", | ||
"groups_list": [ | ||
"security", | ||
"basic" | ||
] | ||
}, | ||
{ | ||
"host_id": "Host 2", | ||
"groups_list": [ | ||
"localization", | ||
"basic" | ||
] | ||
}, | ||
{ | ||
"host_id": "Host 3", | ||
"groups_list": [ | ||
"discovery" | ||
] | ||
} | ||
] |
81 changes: 0 additions & 81 deletions
81
src/main/resources/br/ufba/dcc/wiser/fot/balance/solver/fotBalanceScoreRules.drl
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