- 14 Nov, 2016 1 commit
-
-
Christian Meyer authored
-
- 11 Nov, 2016 2 commits
-
-
Christian Meyer authored
used public dochost for javadoc links
-
Christian Meyer authored
deploys / publishes to public dochost changed zmt-build dependency to 2 updated links added to javadoc
-
- 06 Oct, 2016 1 commit
-
-
Christian Meyer authored
-
- 13 Jul, 2016 2 commits
-
-
Christian Meyer authored
-
Christian Meyer authored
-
- 11 Jul, 2016 1 commit
-
-
Christian Meyer authored
to be compatible with project substitution
-
- 06 Jul, 2016 3 commits
-
-
Christian Meyer authored
obsolete, already included in zmt-build
-
Christian Meyer authored
-
Christian Meyer authored
replaced project with zmt-core artifact reference added .gitignore
-
- 01 Jul, 2016 1 commit
-
-
mey authored
-
- 28 Jun, 2016 2 commits
- 16 Jun, 2016 1 commit
-
-
mey authored
moved to package sim.util
-
- 15 Jun, 2016 1 commit
-
-
mey authored
added constructor that omits both display and store unit improved documentation
-
- 02 Jun, 2016 1 commit
-
-
mey authored
ParamsUtil.java loads AmountUtil if possible to trigger its static initializer AmountUtil.java converters are registered via static initializer Launcher.java processes annotations automatically for simulation parameter class
-
- 01 Jun, 2016 2 commits
-
-
mey authored
-
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
-
- 27 May, 2016 1 commit
-
-
mey authored
-
- 23 May, 2016 1 commit
-
-
mey authored
-
- 24 Mar, 2016 1 commit
-
-
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
-
- 25 Feb, 2016 1 commit
-
-
mey authored
showing unit of first item in description
-
- 23 Feb, 2016 1 commit
-
-
mey authored
-
- 22 Feb, 2016 1 commit
-
-
mey authored
-
- 10 Feb, 2016 2 commits
- 09 Feb, 2016 1 commit
-
-
mey authored
-
- 08 Feb, 2016 1 commit
-
-
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
-
- 04 Feb, 2016 1 commit
-
-
mey authored
when sum storage puts a penalty on subtracted amount e.g. if sum is ConfigurableStorage and factorOut != 1 updated test
-
- 02 Feb, 2016 1 commit
-
-
mey authored
-
- 01 Feb, 2016 2 commits
- 29 Jan, 2016 1 commit
-
-
mey authored
-
- 28 Jan, 2016 1 commit
-
-
mey authored
-
- 27 Jan, 2016 1 commit
-
-
mey authored
to replace previous format which displays a wrong value when using with amounts around 1.0
-
- 13 Jan, 2016 2 commits
-
-
mey authored
made constructor private updated ConfigurableStorage
-
mey authored
renamed StoragePipelineTest to AbstractLimitedStoragePipelineTest.java and changed package to de.zmt.storage moved StoragePipeline.DelayedStorage to AbstractLimitedStoragePipeline BaseStorage.java made class public MutableStorage.java made nested class ChangeResult explicitly public
-
- 12 Jan, 2016 2 commits
-
-
mey authored
updated implementing classes AbstractLimitedStoragePipeline, BaseStorage, ConfigurableStorage.java added ValuableAmountAdapter.java to wrap Amount objects into Valuable interface
-
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
-
- 15 Dec, 2015 1 commit
-
-
mey authored
deleted redundant type arguments Launcher.java fixed calling method that is introduced in java 1.8 and therefore incompatible to java 1.7
-