dg.redg-extractor.1.1.6.source-code.extractor-templates.stg Maven / Gradle / Ivy
codeClass(package, className, redGClass, entities) ::= <<
import .*;
import com.btc.redg.runtime.AbstractRedG;
public class {
public AbstractRedG createDataSet() {
redG = new ();
return redG;
}
}
>>
entityCreator(entity) ::= <<
= redG.add(};separator=", ">)
()};separator="\n">;
()};separator="\n">;
= redG.existing(};separator=", ">);
>>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy