Commit Graph

46 Commits

Author SHA1 Message Date
Robert von Burg f3d5318a6f
[New] Implemented a REST API to get components
Including an API to reload the configuration, which is WIP
2023-07-27 17:41:34 +02:00
Robert von Burg 7cf17f0876
[New] Added StrolchRootElement.ensureReadOnly() and .readOnly() 2023-07-20 16:30:03 +02:00
Robert von Burg f572973309
[New] Changed StrolchRootElement.setRelations(String, Collection) 2023-07-18 16:33:11 +02:00
Robert von Burg c9e771a9dc
[Minor] Code cleanup 2023-07-17 17:28:50 +02:00
Robert von Burg 3a625051f8
[Minor] Removed unused method StrolchRootElement.addRelation(StrolchRootElement) 2023-07-17 17:28:25 +02:00
Robert von Burg 63bf2faff0
[Minor] Sort elements before SAX writing 2023-06-12 14:28:42 +02:00
Robert von Burg 57821adb88
[New] Added ListParameter.removeValueIf() 2023-05-19 13:34:00 +02:00
Robert von Burg 5ce785aab0
[Fix] Qodana fix: Method 'fillClone()' overloads a compatible method of a superclass, when overriding might have been intended 2023-05-10 19:53:49 +02:00
Robert von Burg 1320e694f1
[Minor] code cleanup 2023-04-17 08:51:04 +02:00
Robert von Burg e4cdf43b9c
[Minor] code cleanup 2023-04-17 08:33:41 +02:00
Robert von Burg 3f3c0a14c3
[New] Allow having multiple hooks in StrolchElementToJsonVisitor
they will be performed in order
2023-04-13 12:52:42 +02:00
Robert von Burg 0bf8582531
[Major] Refactored equals/hashcode methods 2023-04-06 15:32:54 +02:00
Robert von Burg 19c7fe1088
[Minor] Overriding equals 2023-04-06 12:00:30 +02:00
Robert von Burg 13dcc0fac6
[Major] Fixed builder methods with unclear names 2023-04-06 12:00:02 +02:00
Robert von Burg 74024136cb
[Major] Minor added missing branches in AbstractStrolchRootElement 2023-04-06 09:51:16 +02:00
Robert von Burg cb16d74e7a
[Minor] Fix ITimeVariable.equals() override 2023-04-05 21:31:10 +02:00
Robert von Burg 4aec95eb93
[Minor] Code cleanup 2023-04-04 17:20:57 +02:00
Robert von Burg 89dc892172
[Minor] Code cleanup 2023-04-04 16:12:02 +02:00
Robert von Burg dc3204969b
[Minor] Automated Code cleanup: HTTP links are not secure 2023-04-04 15:07:04 +02:00
Robert von Burg 12f92c3c8d
[Minor] Automated Code cleanup 2023-04-04 15:02:07 +02:00
Robert von Burg a799b672ce
[Minor] Automated Code cleanup: Constant values 2023-04-04 14:35:49 +02:00
Robert von Burg 1462906609
[Minor] Automated Code cleanup: Wrapper type may be primitive 2023-04-04 14:25:47 +02:00
Robert von Burg 1cd25775b9
[Minor] Automated Code cleanup: Method is identical to its super method 2023-04-04 14:18:25 +02:00
Robert von Burg 3baeb04655
[Minor] Automated Code cleanup: unused imports 2023-04-04 13:05:54 +02:00
Robert von Burg 722df70765
[Minor] Automated Code cleanup: field can be final 2023-04-04 11:40:12 +02:00
Robert von Burg 373b582a44
[Minor] Automated Code cleanup: Redundant local variable 2023-04-04 11:38:33 +02:00
Robert von Burg e77f4e5da9
[Minor] Automated Code cleanup: Minimum 'switch' branches 2023-04-04 11:35:30 +02:00
Robert von Burg c58f5a1cd9
[Minor] Removed all //$NON-NLS-1$ 2023-04-04 11:24:12 +02:00
Robert von Burg 16fb692b2e
[Minor] Automated Code cleanups 2023-04-04 10:06:47 +02:00
Robert von Burg 776bab72d9
[Minor] Automated Code cleanups 2023-04-04 09:55:17 +02:00
Robert von Burg f1819edbdc
[Minor] Automated Code cleanups 2023-04-04 09:54:43 +02:00
Robert von Burg 358c37b9eb
[New] Extended StrolchXmlHelper to also write namespace 2023-03-16 21:47:29 +01:00
Robert von Burg a166e3db6f
[Major] Updated strolch model XSD to 2.0 2023-03-16 21:46:50 +01:00
Robert von Burg 4c9458f1c3
[New] Added State.getState(Set<State>) 2023-02-27 10:49:43 +01:00
Robert von Burg 4cdddd21be
[New] Added Activity.addElementAfter|Before(String, IActivityElement) 2023-02-27 10:48:43 +01:00
Robert von Burg 378390d5a1
[Major] Rewrote execution of actions. Added atomicParallelExecution 2023-02-24 14:18:27 +01:00
Robert von Burg 2b05225459
[New] Added IActivityElement.findObjectivesParam() 2023-02-24 14:10:42 +01:00
Robert von Burg ca3793e60b
[Major] Changes to State
- Changed State.canNotSetToExecution() to .canSetToExecution()
- renamed isInPlanned() to isPlanned()
- added EXECUTION to canSetToStopped()
2023-02-24 14:09:32 +01:00
Robert von Burg 687396f295
[Fix] Fixed NPE in StrolchTimedState.trim() 2023-02-17 13:25:58 +01:00
Robert von Burg 8f71812654
[New] Added StrolchTimedState.size() 2023-02-16 17:02:48 +01:00
Robert von Burg a9e895b2c0
[New] Added StrolchTimedState.trim() 2023-02-16 17:02:13 +01:00
Robert von Burg 3a4fde6754
[New] Extended StrolchElementFromJsonVisitor to overwrite existing data 2023-01-19 13:24:15 +01:00
Robert von Burg a54ef16c03
[New] Added Action.clearChanges() 2023-01-19 13:23:50 +01:00
Robert von Burg 2e07512d47
[New] Add Version.isNewerThan() 2023-01-17 22:01:52 +01:00
Robert von Burg 9740619225
[Project] Updated names of modules 2022-12-16 16:22:58 +01:00
Robert von Burg 2fda56f954
[Major] Strolch version 2.x: renamed modules 2022-12-16 15:03:14 +01:00