UML API News
Status: Beta
Brought to you by:
pvlasov
Hello,
UML API 1.1.0 has been released.
New feature: com.pavelvlasov.uml.eval package contains classes which allow to wrap Model into Evaluator which will evaluate all Strings returned by interfaces from com.pavelvlasov.uml.
There are four Evaluators shipped with release 1.1.0:
- Fesi evaluator (JavaScript)
- Velocity evaluator
- JXPath evaluator (XPath)
- Composite prefixed evaluator. This evaluator allows to combine multiple evaluators and multiplex them based on expression prefix. ... read more