Drools Workbench - Common Model 6.0.0.CR4-Pre1

org.drools.workbench.models.commons.shared.oracle
Interface PackageDataModelOracle

All Superinterfaces:
ProjectDataModelOracle

public interface PackageDataModelOracle
extends ProjectDataModelOracle


Method Summary
 void filter()
           
 void filter(Imports imports)
           
 String[] getAllFactTypes()
           
 List<DSLSentence> getDSLActions()
           
 List<DSLSentence> getDSLConditions()
           
 String[] getExternalFactTypes()
           
 String[] getFieldCompletionsForGlobalVariable(String variable)
           
 String[] getGlobalCollections()
           
 String getGlobalVariable(String variable)
           
 String[] getGlobalVariables()
           
 List<MethodInfo> getMethodInfosForGlobalVariable(String variable)
           
 boolean isGlobalVariable(String variable)
           
 
Methods inherited from interface org.drools.workbench.models.commons.shared.oracle.ProjectDataModelOracle
getConnectiveOperatorCompletions, getEnums, getEnums, getEnumValues, getFactNameFromType, getFactTypes, getFieldClassName, getFieldCompletions, getFieldCompletions, getFieldType, getMethodInfo, getMethodNames, getMethodNames, getMethodParams, getModelFields, getOperatorCompletions, getPackageNames, getParametricFieldType, getRuleNames, getSuperType, getTypeAnnotations, getTypeFieldsAnnotations, getTypeSource, hasEnums, hasEnums, isDependentEnum, isFactTypeAnEvent, isFactTypeRecognized
 

Method Detail

getGlobalVariables

String[] getGlobalVariables()

isGlobalVariable

boolean isGlobalVariable(String variable)

getFieldCompletionsForGlobalVariable

String[] getFieldCompletionsForGlobalVariable(String variable)

getGlobalVariable

String getGlobalVariable(String variable)

getMethodInfosForGlobalVariable

List<MethodInfo> getMethodInfosForGlobalVariable(String variable)

getGlobalCollections

String[] getGlobalCollections()

getDSLActions

List<DSLSentence> getDSLActions()

getDSLConditions

List<DSLSentence> getDSLConditions()

getAllFactTypes

String[] getAllFactTypes()

getExternalFactTypes

String[] getExternalFactTypes()

filter

void filter(Imports imports)

filter

void filter()

Drools Workbench - Common Model 6.0.0.CR4-Pre1

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.