Package | Description |
---|---|
org.jboss.drools | |
org.jboss.drools.impl | |
org.jboss.drools.util |
Modifier and Type | Method and Description |
---|---|
GlobalType |
DroolsFactory.createGlobalType()
Returns a new object of class 'Global Type'
|
GlobalType |
DocumentRoot.getGlobal()
Returns the value of the 'Global' containment reference
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentRoot.setGlobal(GlobalType value)
Sets the value of the '
Global ' containment reference |
Modifier and Type | Class and Description |
---|---|
class |
GlobalTypeImpl
An implementation of the model object 'Global Type'
|
Modifier and Type | Method and Description |
---|---|
GlobalType |
DroolsFactoryImpl.createGlobalType() |
GlobalType |
DocumentRootImpl.getGlobal() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
DocumentRootImpl.basicSetGlobal(GlobalType newGlobal,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
DocumentRootImpl.setGlobal(GlobalType newGlobal) |
Modifier and Type | Method and Description |
---|---|
T |
DroolsSwitch.caseGlobalType(GlobalType object)
Returns the result of interpreting the object as an instance of 'Global Type'
|
boolean |
DroolsValidator.validateGlobalType(GlobalType globalType,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.