Package | Description |
---|---|
org.eclipse.emfforms.coffee.model.coffee | |
org.eclipse.emfforms.coffee.model.coffee.impl | |
org.eclipse.emfforms.coffee.model.coffee.util |
Modifier and Type | Method and Description |
---|---|
Processor |
CoffeeFactory.createProcessor()
Returns a new object of class 'Processor'.
|
Processor |
ControlUnit.getProcessor()
Returns the value of the 'Processor' containment reference.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlUnit.setProcessor(Processor value)
Sets the value of the '
Processor ' containment reference. |
Modifier and Type | Class and Description |
---|---|
class |
ProcessorImpl
An implementation of the model object 'Processor'.
|
Modifier and Type | Field and Description |
---|---|
protected Processor |
ControlUnitImpl.processor
The cached value of the '
Processor ' containment reference. |
Modifier and Type | Method and Description |
---|---|
Processor |
CoffeeFactoryImpl.createProcessor() |
Processor |
ControlUnitImpl.getProcessor() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
ControlUnitImpl.basicSetProcessor(Processor newProcessor,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ControlUnitImpl.setProcessor(Processor newProcessor) |
Modifier and Type | Method and Description |
---|---|
T |
CoffeeSwitch.caseProcessor(Processor object)
Returns the result of interpreting the object as an instance of 'Processor'.
|
Copyright © 2019. All rights reserved.