Strolch is a parameterized framework for use on servers and IoT
Go to file
Robert von Burg 1f986797d4 [New] OrderQuery and ResourceQuery now require a visitor
This visitor is used to transform the query result. In cases where
transformation is not required, use the NoStrategyOrderVisitor or
NoStrategyResourceVisitor.

For convenience new static helper methods were:
ResourceQuery.resourceQuery(Navigation)
ResourceQuery.resourceQuery(String)
ResourceQuery.resourceQuery(String, ResourceVisitor)

OrderQuery.orderQuery(Navigation)
OrderQuery.orderQuery(String)
OrderQuery.orderQuery(String, ResourceVisitor)
2014-08-06 16:33:10 +02:00
src [New] OrderQuery and ResourceQuery now require a visitor 2014-08-06 16:33:10 +02:00
.gitignore [Minor] cleaned up .gitignore 2013-10-28 18:58:11 +01:00
LICENSE [Project] Changed all licence references to Apache License 2.0 2013-12-15 13:10:01 +01:00
README.md [Project] added Jenkins build badge to README.md 2014-01-23 22:52:38 +01:00
pom.xml [Project] fixed urls of projects 2014-03-14 14:36:39 +01:00

README.md

li.strolch.model

Build Status

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