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

dg.redg-extractor.1.1.1.source-code.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