| java.lang.Object org.drools.eclipse.core.DroolsModelBuilder
DroolsModelBuilder | public class DroolsModelBuilder (Code) | | |
Method Summary | |
public static void | addExpander(Package pkg, String expanderName, IFile file, int offset, int length) | public static Function | addFunction(Package pkg, String functionName, IFile file, int offset, int length) | public static Global | addGlobal(Package pkg, String globalName, IFile file, int offset, int length) | public static void | addImport(Package pkg, String importClass, IFile file, int offset, int length) | public static Package | addPackage(RuleSet ruleSet, String packageName, int offset, int length) | public static Query | addQuery(Package pkg, String queryName, IFile file, int offset, int length) | public static Rule | addRule(Package pkg, String ruleName, IFile file, int offset, int length, Map attributes) | public static Template | addTemplate(Package pkg, String templateName, IFile file, int offset, int length) | public static void | clearRuleSet(RuleSet ruleSet) | public static Package | createPackage(String packageName, int offset, int length) | public static RuleSet | createRuleSet() | public static void | removeElement(DroolsElement element) | public static void | removeExpander(Expander expander) | public static void | removeFunction(Function function) | public static void | removeGlobal(Global global) | public static void | removeImport(Import imp) | public static void | removePackage(Package pkg) | public static void | removeQuery(Query query) | public static void | removeRule(Rule rule) | public static void | removeTemplate(Template template) |
addExpander | public static void addExpander(Package pkg, String expanderName, IFile file, int offset, int length)(Code) | | |
addImport | public static void addImport(Package pkg, String importClass, IFile file, int offset, int length)(Code) | | |
clearRuleSet | public static void clearRuleSet(RuleSet ruleSet)(Code) | | |
createPackage | public static Package createPackage(String packageName, int offset, int length)(Code) | | |
removeExpander | public static void removeExpander(Expander expander)(Code) | | |
removeFunction | public static void removeFunction(Function function)(Code) | | |
removeGlobal | public static void removeGlobal(Global global)(Code) | | |
removeImport | public static void removeImport(Import imp)(Code) | | |
removeQuery | public static void removeQuery(Query query)(Code) | | |
removeRule | public static void removeRule(Rule rule)(Code) | | |
removeTemplate | public static void removeTemplate(Template template)(Code) | | |
|
|