Skip to content
Snippets Groups Projects
  1. Nov 14, 2016
  2. Nov 11, 2016
  3. Oct 06, 2016
  4. Jul 13, 2016
  5. Jul 11, 2016
  6. Jul 06, 2016
  7. Jul 01, 2016
  8. Jun 28, 2016
  9. Jun 16, 2016
  10. Jun 15, 2016
  11. Jun 02, 2016
  12. Jun 01, 2016
    • mey's avatar
      AmountUtil.java: added registerConverters method · 14c1247c
      mey authored
      14c1247c
    • mey's avatar
      using XStream for XML serialization instead of JAXB · 1f286f94
      mey authored
      zmt.general/build.gradle
          added XStream as dependency
      ParamsMenu, Launcher, DefaultParamsLoader,DefaultSimulationLooper
          adapted to XStream with improved exception handling
      AbstractParamDefinition, AutoParams, AutoDefinition, FieldLocator
          adapted to XStream by changing annotations
      ParamsUtil.java
          offers singleton XStream instance
      Rotation2D.java
          added custom converter
      AmountUtil.java
          replaced XmlAdapter with XStream converters for Amount and Unit types
      1f286f94
  13. May 27, 2016
  14. May 23, 2016
  15. Mar 24, 2016
    • mey's avatar
      removed dependency on custom jScience · bbb96d8a
      mey authored
      added FixedDefaultUnitFormat.java
      AmountUtil.java$SimpleUnitFormat
          using added FixedDefaultUnitFormat
          added parsing workings from AmountFormat.PlusMinusError
      updated FixedUnitParsingTest.java
      zmt.jscience/build.gradle
          replaced dependency on custom jScience_fixed with the default
      bbb96d8a
  16. Feb 25, 2016
  17. Feb 23, 2016
  18. Feb 22, 2016
  19. Feb 10, 2016
  20. Feb 09, 2016
  21. Feb 08, 2016
    • mey's avatar
      MutableStorage.java: added store method · bbc1e04c
      mey authored
          improved documentation
      
      BaseStorage.java
          stores an amount without error as simple double / unit combination
              not needed and causes problems
              added protected accessors
      ConfigurableStorage.java
          removed storeError flag
          added store method
          updated LimitedTestStorage and test
      AbstractLimitedStoragePipeline.java
          delayed storages are hold back when removal is rejected by sum storage
          added store method
          added toString method in properties proxy displaying simple class name
      added AmountIsCloseTo.java Matcher class for tests
      bbc1e04c
  22. Feb 04, 2016
  23. Feb 02, 2016
  24. Feb 01, 2016
  25. Jan 29, 2016
  26. Jan 28, 2016
  27. Jan 27, 2016
  28. Jan 13, 2016
  29. Jan 12, 2016
    • mey's avatar
      Storage.java: now implements Valuable to use MASON's charting capabilities · d9b85e39
      mey authored
          updated implementing classes AbstractLimitedStoragePipeline,
                  BaseStorage, ConfigurableStorage.java
      added ValuableAmountAdapter.java
          to wrap Amount objects into Valuable interface
      d9b85e39
    • mey's avatar
      improved display of Storage instances · f9d9a68c
      mey authored
      BaseStorage.java
          encapsulated amount field
          updated ConfigurableStorage, StoragePipeline.DelayedStorage
          changed toString method also returning class name
      AbstractLimitedStoragePipeline, ConfigurableStorage.java
          now implementing Proxiable to be better displayed in GUI
      f9d9a68c
  30. Dec 15, 2015
Loading