Commit Graph

981 Commits

Author SHA1 Message Date
Robert von Burg c7ce6ead76 Initial Commit 2013-10-23 19:59:32 +02:00
Robert von Burg 2f8900374f Initial Commit 2013-10-23 19:59:07 +02:00
Robert von Burg 08a7f29e1b Added ignores of eclipse files 2013-10-23 19:58:24 +02:00
Robert von Burg 703c8081a3 Initial Commit 2013-10-23 19:58:02 +02:00
Robert von Burg d26a369042 Added ignores of eclipse files 2013-10-23 19:56:47 +02:00
Robert von Burg 2d46756427 Added ignores of eclipse files 2013-10-23 19:56:33 +02:00
Robert von Burg 2961211417 Initial Commit 2013-10-23 19:56:05 +02:00
Robert von Burg f5431e0f0e Initial Commit 2013-10-23 19:55:25 +02:00
Robert von Burg cf6b5bbea9 Initial commit 2013-10-23 10:48:13 -07:00
Robert von Burg 61fef4d5c9 Initial commit 2013-10-23 10:47:32 -07:00
Robert von Burg cae2b4d5c4 Initial commit 2013-10-23 10:46:34 -07:00
Robert von Burg 3af2005dd0 Initial commit 2013-10-23 10:44:50 -07:00
Robert von Burg 35e91e0464 Initial commit 2013-10-23 10:43:40 -07:00
Robert von Burg 9f9f7b0216 [Project] changed Java version frm 1.6 to 1.7 in pom.xml 2013-09-16 07:47:08 +02:00
Robert von Burg 618369378e Merge branch 'master' of github.com:eitch/li.strolch.model 2013-08-12 18:10:53 +02:00
Martin 2a6ec4cf0c Added Serializable interface to value model objects 2013-03-31 13:57:57 +02:00
Robert von Burg 5b846a1c62 Merge branch 'master' of github.com:eitch/li.strolch.model 2013-02-24 11:28:15 +01:00
Robert von Burg c085625cce [Minor] JavaDoc comments and file headers
fixed some JavaDoc comments and file headers
2013-01-31 19:08:26 +01:00
Robert von Burg 8a661ff04e Update pom.xml
Added distribution management to deploy to nexus.eitchnet.ch (fixed wrong URL)
2013-01-30 15:02:53 +01:00
Robert von Burg a8d8702464 Update pom.xml
Added distribution management to deploy to nexus.eitchnet.ch
2013-01-30 14:54:33 +01:00
Robert von Burg 487ad3e826 Fefactored xml parsing and writing to no longer depend on JDom. Now
only basic Java XML is used.
2013-01-21 18:39:11 +01:00
Robert von Burg 39e2eee613 Merge pull request #1 from msmock/master
Value Framework
2012-12-11 00:32:57 -08:00
Martin 38842051d1 TimeValue Framework
Implementation of the time value framework and the timed state build
upon
2012-12-10 17:38:41 +01:00
Robert von Burg c324b22adf [New] Implemented Model tests
Added tests to test creating Resource and Order and each has a
ParameterBag. The bag has all kinds of Parameters added and each is
tested that it exists and that the right value is stored
2012-11-30 18:57:54 +01:00
Robert von Burg 6b5860c05f [Minor] code cleanup, and fixes in StringListParameter 2012-11-25 18:08:56 +01:00
Robert von Burg 054aa7706e [New] Created ListParameter interface
ListParameter contains methods to handle single values for parameters of
lists of values and also is a marker interface for list parameters.

StringListParameter is the first implementation
2012-11-25 17:26:28 +01:00
Robert von Burg bb9087eba9 [Major] refactored ParameterizedElement
ParameterizedElement is now the parent for all objects with Parameters.
ParameterBag is a sub class of ParameterizedElement.

Resource now extends GroupedParameterizedElement which implements the
container for ParameterBags.

Parameters have been moved to package ch.eitchnet.model.parameter
2012-11-25 17:23:43 +01:00
Robert von Burg bf5b83de22 [New] added log4j.xml configuration file to resources 2012-11-25 00:46:48 +01:00
Robert von Burg 05640bfbbe [Major] refactored use of log4j to slf4j 2012-11-24 13:29:57 +01:00
Robert von Burg 12cd5fbc55 Initial commit 2012-11-19 23:25:55 +01:00
Robert von Burg aa75be2bb6 Initial commit 2012-11-19 23:22:59 +01:00