UBOS Mesh code generator
/docs/glossary/codegen/
Domain: UBOS Mesh
This code generator takes UBOS Mesh Model files, and generates Java code that:
- instantiates those model files, making loading models faster than having to parse them from XML; also, model checking can be performed already during code generation, and not only at runtime;
- generates Java contants like
Person.FIRSTNAME
, to make programming easier.