Package de.mvise.iqm4hd.api
Class Iqm4hdAPI
- java.lang.Object
-
- de.mvise.iqm4hd.api.Iqm4hdAPI
-
public class Iqm4hdAPI extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Iqm4hdAPI()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
compile(java.lang.String action, RuleService rules)
static ExecutionReport
execute(java.lang.String compile, DatabaseService service, RService rService, RuleService rules, boolean optimize)
-
-
-
Method Detail
-
compile
public static java.lang.String compile(java.lang.String action, RuleService rules)
-
execute
public static ExecutionReport execute(java.lang.String compile, DatabaseService service, RService rService, RuleService rules, boolean optimize)
-
-