void |
doGenerate(Root root)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceDiagramGen
public InstanceDiagramGen()
doGenerate
public void doGenerate(Root root)
- Description copied from interface:
IRoomGenerator
- generate code from an eTrice generator model
- Specified by:
doGenerate in interface IRoomGenerator
- Parameters:
root - the root object of the eTrice generator model
generate
public StringConcatenation generate(Root root,
SubSystemInstance ssi,
SubSystemClass ssc)
instance
public StringConcatenation instance(ActorInstance ai)
|