- Nov 14, 2016
-
-
Christian Meyer authored
-
- Nov 11, 2016
-
-
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
-
- Oct 06, 2016
-
-
Christian Meyer authored
-
- Jul 13, 2016
-
-
Christian Meyer authored
-
Christian Meyer authored
-
- Jul 11, 2016
-
-
Christian Meyer authored
to be compatible with project substitution
-
- Jul 06, 2016
-
-
Christian Meyer authored
obsolete, already included in zmt-build
-
Christian Meyer authored
-
Christian Meyer authored
replaced project with zmt-core artifact reference added .gitignore
-
- Jul 01, 2016
-
-
mey authored
-
- Jun 28, 2016
- Jun 16, 2016
-
-
mey authored
moved to package sim.util
-
- Jun 15, 2016
-
-
mey authored
added constructor that omits both display and store unit improved documentation
-
- Jun 02, 2016
-
-
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
-
- Jun 01, 2016
-
-
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
-
- May 27, 2016
-
-
mey authored
-
- May 23, 2016
-
-
mey authored
-
- Mar 24, 2016
-
-
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
-
- Feb 25, 2016
-
-
mey authored
showing unit of first item in description
-
- Feb 23, 2016
-
-
mey authored
-
- Feb 22, 2016
-
-
mey authored
-
- Feb 10, 2016
- Feb 09, 2016
-
-
mey authored
-
- Feb 08, 2016
-
-
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
-
- Feb 04, 2016
-
-
mey authored
when sum storage puts a penalty on subtracted amount e.g. if sum is ConfigurableStorage and factorOut != 1 updated test
-
- Feb 02, 2016
-
-
mey authored
-
- Feb 01, 2016
- Jan 29, 2016
-
-
mey authored
-
- Jan 28, 2016
-
-
mey authored
-
- Jan 27, 2016
-
-
mey authored
to replace previous format which displays a wrong value when using with amounts around 1.0
-
- Jan 13, 2016
-
-
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
-
- Jan 12, 2016
-
-
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
-
- Dec 15, 2015
-
-
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
-