Uses of Interface
org.jboss.drools.ImportType
-
Packages that use ImportType Package Description org.jboss.drools org.jboss.drools.impl org.jboss.drools.util -
-
Uses of ImportType in org.jboss.drools
Methods in org.jboss.drools that return ImportType Modifier and Type Method Description ImportTypeDroolsFactory. createImportType()Returns a new object of class 'Import Type'.ImportTypeDocumentRoot. getImport()Returns the value of the 'Import' containment reference.Methods in org.jboss.drools with parameters of type ImportType Modifier and Type Method Description voidDocumentRoot. setImport(ImportType value)Sets the value of the 'Import' containment reference. -
Uses of ImportType in org.jboss.drools.impl
Classes in org.jboss.drools.impl that implement ImportType Modifier and Type Class Description classImportTypeImplAn implementation of the model object 'Import Type'.Methods in org.jboss.drools.impl that return ImportType Modifier and Type Method Description ImportTypeDroolsFactoryImpl. createImportType()ImportTypeDocumentRootImpl. getImport()Methods in org.jboss.drools.impl with parameters of type ImportType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetImport(ImportType newImport, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setImport(ImportType newImport) -
Uses of ImportType in org.jboss.drools.util
Methods in org.jboss.drools.util with parameters of type ImportType Modifier and Type Method Description TDroolsSwitch. caseImportType(ImportType object)Returns the result of interpreting the object as an instance of 'Import Type'.booleanDroolsValidator. validateImportType(ImportType importType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-