All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dg.redg-extractor.1.0.18.source-code.templates.stg Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version

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">;


>>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy