org.drools.workbench.models.datamodel.oracle
Interface PackageDataModelOracle
- All Superinterfaces:
- ProjectDataModelOracle
public interface PackageDataModelOracle
- extends ProjectDataModelOracle
| Methods inherited from interface org.drools.workbench.models.datamodel.oracle.ProjectDataModelOracle |
getConnectiveOperatorCompletions, getEnums, getEnums, getEnumValues, getFactNameFromType, getFactTypes, getFieldClassName, getFieldCompletions, getFieldCompletions, getFieldType, getMethodInfo, getMethodNames, getMethodNames, getMethodParams, getModelFields, getOperatorCompletions, getPackageNames, getParametricFieldType, getRuleNames, getRuleNamesForPackage, getRuleNamesMap, getSuperType, getTypeAnnotations, getTypeFieldsAnnotations, getTypeSource, hasEnums, hasEnums, isDependentEnum, isFactTypeAnEvent, isFactTypeRecognized |
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()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.