|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.etrice.generator.builder.GeneratorModelBuilder
public class GeneratorModelBuilder
A class for the creation of an intermediate model combining all information needed by the code generator.
Constructor Summary | |
---|---|
GeneratorModelBuilder(ILogger logger,
IDiagnostician diagnostician)
the only constructor takes a logger and a diagnostician as arguments |
Method Summary | |
---|---|
Root |
createGeneratorModel(java.util.List<RoomModel> models,
boolean asLibrary)
Creates a model of all instances for all sub systems. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneratorModelBuilder(ILogger logger, IDiagnostician diagnostician)
logger
- diagnostician
- Method Detail |
---|
public Root createGeneratorModel(java.util.List<RoomModel> models, boolean asLibrary)
models
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |