Uses of Interface
org.jboss.drools.GlobalType
-
Packages that use GlobalType Package Description org.jboss.drools org.jboss.drools.impl org.jboss.drools.util -
-
Uses of GlobalType in org.jboss.drools
Methods in org.jboss.drools that return GlobalType Modifier and Type Method Description GlobalTypeDroolsFactory. createGlobalType()Returns a new object of class 'Global Type'.GlobalTypeDocumentRoot. getGlobal()Returns the value of the 'Global' containment reference.Methods in org.jboss.drools with parameters of type GlobalType Modifier and Type Method Description voidDocumentRoot. setGlobal(GlobalType value)Sets the value of the 'Global' containment reference. -
Uses of GlobalType in org.jboss.drools.impl
Classes in org.jboss.drools.impl that implement GlobalType Modifier and Type Class Description classGlobalTypeImplAn implementation of the model object 'Global Type'.Methods in org.jboss.drools.impl that return GlobalType Modifier and Type Method Description GlobalTypeDroolsFactoryImpl. createGlobalType()GlobalTypeDocumentRootImpl. getGlobal()Methods in org.jboss.drools.impl with parameters of type GlobalType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetGlobal(GlobalType newGlobal, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setGlobal(GlobalType newGlobal) -
Uses of GlobalType in org.jboss.drools.util
Methods in org.jboss.drools.util with parameters of type GlobalType Modifier and Type Method Description TDroolsSwitch. caseGlobalType(GlobalType object)Returns the result of interpreting the object as an instance of 'Global Type'.booleanDroolsValidator. validateGlobalType(GlobalType globalType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
-