com.metaboss.sdlctools.models.modelassistant.metabossmodel.codeconstraints |
|
Java Source File Name | Type | Comment |
ModelAssistantFactory.java | Class | Assistant factory implementation. |
ModelAssistantImpl.java | Class | Implementation of the assistant to MetaBoss models.
Looks after some constraints imposed by Java and particular style of code generation imposed by MetaBoss generators
such as:
- Selector name must not match the name of any entity, which is a subtype to the entity, which owns this selector.
|