strolch/li.strolch.model
Robert von Burg c66f7c2805 [Major] Implement StrolchElement.isReadOnly() and .setReadOnly()
Modifying a read only element causes an exception. Retrieving elements from the TX, or directly from the ElementMap returns a clone, so nothing changes there. But elements returned by a query will have their readOnly flag set, thus if these are modified, then they need to be cloned first.
2018-02-27 14:46:23 +01:00
..
src [Major] Implement StrolchElement.isReadOnly() and .setReadOnly() 2018-02-27 14:46:23 +01:00
.gitignore moved everything to a subdirectory for repo merge 2014-09-16 08:50:59 +02:00
LICENSE moved everything to a subdirectory for repo merge 2014-09-16 08:50:59 +02:00
README.md [Project] Updated project for deployment to Maven Central 2016-09-22 09:37:55 +02:00
pom.xml [Project] Update all dependencies and plugin dependencies in pom.xml 2017-09-28 19:11:34 +02:00

README.md

li.strolch.model

Strolch is a generic framework for building parameterized models for modification at runtime written in Java