1. 05 Aug, 2022 1 commit
  2. 02 Aug, 2022 1 commit
  3. 06 Jul, 2022 1 commit
  4. 11 Jun, 2022 1 commit
  5. 09 Jun, 2022 3 commits
  6. 21 Mar, 2022 1 commit
  7. 24 May, 2016 9 commits
  8. 23 May, 2016 9 commits
  9. 08 Feb, 2016 1 commit
  10. 07 Feb, 2016 2 commits
  11. 06 Feb, 2016 2 commits
  12. 04 Feb, 2016 2 commits
  13. 02 Feb, 2016 6 commits
    • Manoel Campos's avatar
      Merge · e0205e64
      Manoel Campos authored
      e0205e64
    • Manoel Campos's avatar
      Improved documentation of classes from package org.cloudbus.cloudsim.lists. · e0334f46
      Manoel Campos authored
      Included some @todo's suggesting the assessment of some methods used to find an object inside a List in order to reduce search time. One option is to change some List objects by a HashMap. Other details can be seen at the @todo's inside the source code.
      e0334f46
    • Manoel Campos's avatar
      Improved documentation of classes from package org.cloudbus.cloudsim.lists. · c1ffe5a9
      Manoel Campos authored
      Included some @todo's suggesting the assessment of some methods used to find an object inside a List in order to reduce search time. One option is to change some List objects by a HashMap. Other details can be seen at the @todo's inside the source code.
      c1ffe5a9
    • Manoel Campos's avatar
      Improved documentation of classes from package org.cloudbus.cloudsim.distributions. · ce7712d0
      Manoel Campos authored
      It was made clear that the classes are generators of pseudo random numbers following a given distribution.
      A link to the distribution's Wikipedia page was included for each class.
      ce7712d0
    • Manoel Campos's avatar
      Improved documentation of classes from package org.cloudbus.cloudsim.core.predicates. · c1fcece5
      Manoel Campos authored
      Added a @todo informing the existence of a native java.util.function.Predicate interface, suggesting the removal of the created abstract class and the use of existing interface.
      
      Added @todo suggesting the use of HashSet instead of arrays to improve the time to match events.
      c1fcece5
    • Manoel Campos's avatar
      Improved documentation of classes from package org.cloudbus.cloudsim.provisioners. · 271514df
      Manoel Campos authored
      Some things aren't completely clear, such as how the provisioners classes should be used.
      For instance, it wasn't explicit just from a provisioner itself that each PM hast to use its own instance of the provisioners such as ram and bw provisioner, and that it physical PE has to have its own instance of a PE provisioner.
      The documentation was improved to make clear these assumptions.
      
      Some @todo were added in order to make some improvements in the code clarity further.
      For instance, some attribute names are confusing, such as "ram". It is not clear if it represents the capacity, allocated ram or anything else. However, the documentation of the attributes was accordingly updated to avoid these confusions.
      271514df
  14. 01 Feb, 2016 1 commit