[DEECo] [d3scomp/JDEECo] 54a019: A few updates on how KnowledgeNotFoundException is...
GitHub
noreply at github.com
Wed Dec 4 17:23:04 CET 2013
Branch: refs/heads/newgen
Home: https://github.com/d3scomp/JDEECo
Commit: 54a019ab8a6b3449e3aef506afc039f6894b4130
https://github.com/d3scomp/JDEECo/commit/54a019ab8a6b3449e3aef506afc039f6894b4130
Author: Jaroslav Keznikl <jaroslav.keznikl at gmail.com>
Date: 2013-12-03 (Tue, 03 Dec 2013)
Changed paths:
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/knowledge/BaseKnowledgeManager.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/knowledge/KnowledgeNotFoundException.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/task/EnsembleTask.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/task/ProcessTask.java
Log Message:
-----------
A few updates on how KnowledgeNotFoundException is constructed and
reacted to in tasks.
Commit: 4a29594137ad20046e85d34cfb94722b542d828b
https://github.com/d3scomp/JDEECo/commit/4a29594137ad20046e85d34cfb94722b542d828b
Author: Jaroslav Keznikl <jaroslav.keznikl at gmail.com>
Date: 2013-12-03 (Tue, 03 Dec 2013)
Changed paths:
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/knowledge/BaseKnowledgeManager.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/task/EnsembleTask.java
Log Message:
-----------
formatting
Commit: c4f357b6e1778cd075707566cad70f20d228727d
https://github.com/d3scomp/JDEECo/commit/c4f357b6e1778cd075707566cad70f20d228727d
Author: Jaroslav Keznikl <jaroslav.keznikl at gmail.com>
Date: 2013-12-04 (Wed, 04 Dec 2013)
Changed paths:
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/processor/AnnotationProcessor.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/knowledge/BaseKnowledgeManager.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/runtime/RuntimeFrameworkImpl.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/task/EnsembleTask.java
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/task/ProcessContext.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/task/ProcessTask.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/runtime/RuntimeFrameworkImplTest.java
Log Message:
-----------
- better error reporting in tasks
- id can be obtained via KnowledgeManager.get()
- partial reflection capabilities from process body via ProcessContext
- fixes to runtime that ensure the relevant callbacks are being called
when the model is changed + tests
- small tweeks of the AnnotationParser to allow instantiation of
components at runtime
- tweeks of BaseKnowledgeRepository
Commit: cad43efc9a0cec98e0e595ffde0322b5b4e3a37c
https://github.com/d3scomp/JDEECo/commit/cad43efc9a0cec98e0e595ffde0322b5b4e3a37c
Author: mkit <kit at d3s.mff.cuni.cz>
Date: 2013-12-04 (Wed, 04 Dec 2013)
Changed paths:
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/annotations/processor/AnnotationProcessor.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/knowledge/BaseKnowledgeManager.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/knowledge/KnowledgeNotFoundException.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/runtime/RuntimeFrameworkImpl.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/task/EnsembleTask.java
A jdeeco-core/src/cz/cuni/mff/d3s/deeco/task/ProcessContext.java
M jdeeco-core/src/cz/cuni/mff/d3s/deeco/task/ProcessTask.java
M jdeeco-core/test/cz/cuni/mff/d3s/deeco/runtime/RuntimeFrameworkImplTest.java
Log Message:
-----------
Merge pull request #123 from d3scomp/newgen-keznikl
A few updates on how KnowledgeNotFoundException is constructed and reacted to in tasks
Compare: https://github.com/d3scomp/JDEECo/compare/fe923d52a359...cad43efc9a0c
More information about the DEECo
mailing list