[DEECo] [d3scomp/JDEECo] afe4c0: CLOSED - task 15: Support for a hashmap as a knowl...
GitHub
noreply at github.com
Tue May 29 13:26:21 CEST 2012
Branch: refs/heads/master
Home: https://github.com/d3scomp/JDEECo
Commit: afe4c09af3aaa66f0d0626336ec5eaef8ef2848e
https://github.com/d3scomp/JDEECo/commit/afe4c09af3aaa66f0d0626336ec5eaef8ef2848e
Author: Tomas Bures <bures at d3s.mff.cuni.cz>
Date: 2012-05-29 (Tue, 29 May 2012)
Changed paths:
M demo/cz/cuni/mff/d3s/deeco/demo/Test.java
M demo/cz/cuni/mff/d3s/deeco/demo/TupleSpaceStateTest.java
M demo/cz/cuni/mff/d3s/deeco/demo/convoy/Launcher.java
M demo/cz/cuni/mff/d3s/deeco/demo/parkinglotbooking/Launcher.java
M src/cz/cuni/mff/d3s/deeco/knowledge/KnowledgeManager.java
M src/cz/cuni/mff/d3s/deeco/knowledge/KnowledgeRepository.java
R src/cz/cuni/mff/d3s/deeco/knowledge/Lookup.java
M src/cz/cuni/mff/d3s/deeco/knowledge/RepositoryKnowledgeManager.java
R src/cz/cuni/mff/d3s/deeco/knowledge/TSKnowledgeRepository.java
R src/cz/cuni/mff/d3s/deeco/knowledge/TSUtils.java
R src/cz/cuni/mff/d3s/deeco/knowledge/TransactionUtils.java
R src/cz/cuni/mff/d3s/deeco/knowledge/TransactionalSession.java
R src/cz/cuni/mff/d3s/deeco/knowledge/Tuple.java
A src/cz/cuni/mff/d3s/deeco/knowledge/jini/Lookup.java
A src/cz/cuni/mff/d3s/deeco/knowledge/jini/TSKnowledgeRepository.java
A src/cz/cuni/mff/d3s/deeco/knowledge/jini/TSUtils.java
A src/cz/cuni/mff/d3s/deeco/knowledge/jini/TransactionUtils.java
A src/cz/cuni/mff/d3s/deeco/knowledge/jini/TransactionalSession.java
A src/cz/cuni/mff/d3s/deeco/knowledge/jini/Tuple.java
A src/cz/cuni/mff/d3s/deeco/knowledge/local/LocalKnowledgeRepository.java
A src/cz/cuni/mff/d3s/deeco/knowledge/local/LocalSession.java
M test/cz/cuni/mff/d3s/deeco/test/Test.java
M test/cz/cuni/mff/d3s/deeco/test/TupleSpaceStateTest.java
Log Message:
-----------
CLOSED - task 15: Support for a hashmap as a knowledge provider
http://github.com/d3scomp/JDEECo/issues/issue/15
The Apache River based knowledge manager moved to a separate
sub-package (cz.cuni.mff.d3s.deeco.knowledge.jini).
Some unifications in the KnowledgeRepository class (and its subclasses).
For the time being, the convoy example uses the
LocalKnowledgeRepository. Thus, it can be simply launched from Eclipse
(without having to launch the Apache River infrastracture).
More information about the DEECo
mailing list