|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SuggestionCompletionEngine | |
---|---|
org.drools.ide.common.client.modeldriven.brl | This package holds classes that are used as RPC classes for the rule modeller, as well as the DOM for the BRL rule format that the rule modeller uses. |
org.drools.ide.common.client.modeldriven.dt | |
org.drools.ide.common.client.modeldriven.dt52 | |
org.drools.ide.common.server.rules | |
org.drools.ide.common.server.util |
Uses of SuggestionCompletionEngine in org.drools.ide.common.client.modeldriven.brl |
---|
Methods in org.drools.ide.common.client.modeldriven.brl with parameters of type SuggestionCompletionEngine | |
---|---|
static ExpressionPart |
ExpressionPartHelper.getExpressionPartForField(SuggestionCompletionEngine sce,
String factName,
String fieldName)
|
static ExpressionPart |
ExpressionPartHelper.getExpressionPartForGlobalVariable(SuggestionCompletionEngine sce,
String varName)
|
static ExpressionPart |
ExpressionPartHelper.getExpressionPartForMethod(SuggestionCompletionEngine sce,
String factName,
String methodName)
|
Uses of SuggestionCompletionEngine in org.drools.ide.common.client.modeldriven.dt |
---|
Methods in org.drools.ide.common.client.modeldriven.dt with parameters of type SuggestionCompletionEngine | |
---|---|
String |
GuidedDecisionTable.getType(DTColumnConfig col,
SuggestionCompletionEngine sce)
Deprecated. |
String[] |
GuidedDecisionTable.getValueList(DTColumnConfig col,
SuggestionCompletionEngine sce)
Deprecated. This will return a list of valid values. if there is no such "enumeration" of values, then it will return an empty array. |
boolean |
GuidedDecisionTable.isNumeric(DTColumnConfig col,
SuggestionCompletionEngine sce)
Deprecated. |
Uses of SuggestionCompletionEngine in org.drools.ide.common.client.modeldriven.dt52 |
---|
Methods in org.drools.ide.common.client.modeldriven.dt52 with parameters of type SuggestionCompletionEngine | |
---|---|
String |
GuidedDecisionTable52.getType(DTColumnConfig52 col,
SuggestionCompletionEngine sce)
|
String[] |
GuidedDecisionTable52.getValueList(DTColumnConfig52 col,
SuggestionCompletionEngine sce)
|
boolean |
GuidedDecisionTable52.isConstraintValid(DTColumnConfig52 col,
SuggestionCompletionEngine sce)
|
Uses of SuggestionCompletionEngine in org.drools.ide.common.server.rules |
---|
Methods in org.drools.ide.common.server.rules that return SuggestionCompletionEngine | |
---|---|
SuggestionCompletionEngine |
SuggestionCompletionLoader.getSuggestionEngine(String header,
List<JarInputStream> jars,
List<org.drools.lang.dsl.DSLTokenizedMappingFile> dsls)
This will validate, and generate a new engine, ready to go. |
SuggestionCompletionEngine |
SuggestionCompletionLoader.getSuggestionEngine(String header,
List<JarInputStream> jars,
List<org.drools.lang.dsl.DSLTokenizedMappingFile> dsls,
List<String> dataEnums)
This will validate, and generate a new engine, ready to go. |
Uses of SuggestionCompletionEngine in org.drools.ide.common.server.util |
---|
Methods in org.drools.ide.common.server.util that return SuggestionCompletionEngine | |
---|---|
SuggestionCompletionEngine |
SuggestionCompletionEngineBuilder.getInstance()
Returns a SuggestionCompletionEngine instance populated with all the data since last call to newCompletionEngine() method |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |