genDomainModelGen function

void genDomainModelGen(
  1. File file
)

Implementation

void genDomainModelGen(File file) {
  addText(file, genEDNetGen(ednetCoreModel));
}