[DEECo] [d3scomp/JDEECo] 6af870: discrete scheduler's triggering limitations fixed

GitHub noreply at github.com
Thu Jul 4 14:50:12 CEST 2013


  Branch: refs/heads/master
  Home:   https://github.com/d3scomp/JDEECo
  Commit: 6af870bb0f13093e18bef01c39f906c89ed56687
      https://github.com/d3scomp/JDEECo/commit/6af870bb0f13093e18bef01c39f906c89ed56687
  Author: Ilias Gerostathopoulos <iliasger at gmail.com>
  Date:   2013-07-04 (Thu, 04 Jul 2013)

  Changed paths:
    A jdeeco-core/src/cz/cuni/mff/d3s/deeco/invokable/SchedulableComponentProcessWrapper.java
    M jdeeco-core/src/cz/cuni/mff/d3s/deeco/invokable/SchedulableEnsembleProcess.java
    A jdeeco-core/src/cz/cuni/mff/d3s/deeco/invokable/SchedulableEnsembleProcessWrapper.java
    A jdeeco-core/src/cz/cuni/mff/d3s/deeco/invokable/SchedulableProcessWrapper.java
    M jdeeco-core/src/cz/cuni/mff/d3s/deeco/logging/Log.java
    M jdeeco-core/src/cz/cuni/mff/d3s/deeco/scheduling/discrete/DiscreteScheduler.java
    M jdeeco-core/src/cz/cuni/mff/d3s/deeco/scheduling/discrete/SchedulableProcessExecution.java
    M jdeeco-demo/src/cz/cuni/mff/d3s/deeco/demo/cloud/LocalLauncherCloudNoJPFDiscreteScheduler.java
    M jdeeco-demo/src/cz/cuni/mff/d3s/deeco/demo/firefighters/CriticalDataAggregation.java
    M jdeeco-demo/src/cz/cuni/mff/d3s/deeco/demo/firefighters/FFLauncherDiscreteScheduler.java
    M jdeeco-demo/src/cz/cuni/mff/d3s/deeco/demo/firefighters/FFLauncherDiscreteSchedulerHexacopter.java
    M jdeeco-demo/src/cz/cuni/mff/d3s/deeco/demo/firefighters/GroupLeader.java

  Log Message:
  -----------
  discrete scheduler's triggering limitations fixed

Three new wrapper classes are introduced into 'invokable' package to
monitor the updated knowledge paths of a schedulable process. This is
to overcome the limitation that duck typing: without listeners we
needed a way to know which exact knowledge fields are updated (and if)
when an ensemble is executed.


  Commit: 93a397c4d6a2c3de778f90a0866bebbe2248ba6e
      https://github.com/d3scomp/JDEECo/commit/93a397c4d6a2c3de778f90a0866bebbe2248ba6e
  Author: Ilias Gerostathopoulos <iliasger at gmail.com>
  Date:   2013-07-04 (Thu, 04 Jul 2013)

  Changed paths:
    M jdeeco-core/src/cz/cuni/mff/d3s/deeco/processor/EnsembleParser.java

  Log Message:
  -----------
  ensemble triggering fixed


Compare: https://github.com/d3scomp/JDEECo/compare/a8a9dec6f928...93a397c4d6a2


More information about the DEECo mailing list