- 21 Sep, 2016 1 commit
-
-
Christian Meyer authored
build.gradle changed dependency for zmt-core to 0.17
-
- 18 Aug, 2016 4 commits
-
-
Christian Meyer authored
-
Christian Meyer authored
started versioning
-
Christian Meyer authored
-
Christian Meyer authored
applies ZmtLaunchPlugin
-
- 28 Jul, 2016 1 commit
-
-
Christian Meyer authored
DefaultOutputPathGenerator.java output directory is created when returned updated test DefaultSimulationLooper.java no longer creates directory from returned from generator when combinationInFolderNames, replaced directory is deleted updated test
-
- 22 Jul, 2016 1 commit
-
-
Christian Meyer authored
build.gradle changed zmt-core dependency to 0.11.0 Launcher.java adapted to changed GuiListener
-
- 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 1 commit
-
-
Christian Meyer authored
replaced project with zmt-core artifact reference added .gitignore
-
- 01 Jul, 2016 1 commit
-
-
mey authored
-
- 30 Jun, 2016 1 commit
-
-
mey authored
to have a reasonable order in XML files
-
- 28 Jun, 2016 6 commits
-
-
mey authored
added default implementation using a HashMap added equals / hashCode methods based on getMap method updated TestNestedMapParams.java MapAccessor.java improved documentation
-
mey authored
-
mey authored
removed packages def placed accessors in package accessor ParamDefinition childs are placed in params
-
mey authored
-
mey authored
Locator.java rewritten to a wrapper of an identifiers collection DefaultCombinationApplier.java applies combination values by traversing accessors using identifiers updated test AutoParams.java collects identifiers in fromParams method by traversing accessors updated test
-
mey authored
DefaultCombinationApplier, DefaultParamsLoader using ParamsNode instead of deleted Params interface AutoParams.java fromParams method accepts ParamDefinition AutoDefinition.java added @InspectorRemoval tag no longer implements OptionalParamDefinition updated tests
-
- 24 Jun, 2016 1 commit
-
-
mey authored
-
- 14 Jun, 2016 2 commits
-
-
mey authored
-
mey authored
renamed AbstractParamDefinition to BaseParamDefinition overrides getTitle method with simple name of class added DefinitionAccessor, MapAccessor, ReflectionAccessor.java and tests added NotAutomatable.java externalized annotation from ParamDefinition ParamDefinition.java added accessor method to return a DefinitionAccessor removed FieldLocator.java replaced with Locator having a Field object as identifier updated Combination, DefaultCombinationApplier, DefaultCombinationCompiler, AutoParams, AutoDefinition DefaultCombinationApplier.java sets automation values to definition via DefinitionAccessor AutoParams.java collects auto definitions in fromParams method via DefinitionAccessor updated tests
-
- 10 Jun, 2016 1 commit
-
-
mey authored
Launcher.java injects combinationsCount into simulation looper CombinationCompiler, DefaultCombinationCompiler.java returns Collection instead of Iterable SimulationLooper, DefaultSimulationLooper.java starting job count with at 1 prints total number of jobs in start and status messages updated tests
-
- 07 Jun, 2016 1 commit
-
-
mey authored
added test for single auto definition
-
- 06 Jun, 2016 1 commit
-
-
mey authored
updated test
-
- 03 Jun, 2016 4 commits
-
-
mey authored
added interface NestedParams.java DefaultCombinationApplier.java applies combinations to nested params recursively added test AutoParams.java fromParams method returns auto definitions for inherited fields added test fromParams method returns auto definitions for nested params recursively added test
-
mey authored
FieldLocator.java: added XStream alias annotation
-
mey authored
updated test
-
mey authored
-
- 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 4 commits
-
-
mey authored
-
mey authored
updated dist/README
-
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
-
- 31 May, 2016 1 commit
-
-
mey authored
updated test
-
- 23 May, 2016 3 commits
- 19 May, 2016 1 commit
-
-
mey authored
removed obsolete interface Parameterizable ParamsUtil.java removed obsolete method obtainParamsClass ZmtConsole, ParamsMenu.java uses ZmtSimState instead of Parameterizable BaseZmtSimState.java reduces method getParamsClass to return subclasses of its type parameter ZmtSimState.java added abstract methods formerly in Parameterizable Launcher.java changed method createDefaultParams to accept a ZmtSimState instance instead of a class literal updated tests and their helper classes
-
- 18 May, 2016 1 commit
-
-
mey authored
-