Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor.lwr | |
org.eclipse.ice.client.widgets.reactoreditor.plant | |
org.eclipse.ice.reactor.plant |
Modifier and Type | Method and Description |
---|---|
void |
StateBrokerHandler.visit(CoreChannel plantComp) |
Modifier and Type | Method and Description |
---|---|
void |
PlantControllerVisitor.visit(CoreChannel plantComp) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<CoreChannel> |
Reactor.getCoreChannels() |
Modifier and Type | Method and Description |
---|---|
void |
CoreChannel.copy(CoreChannel otherObject)
Deep copies the contents of otherObject.
|
void |
SelectivePlantComponentVisitor.visit(CoreChannel plantComp) |
void |
PlantComponentWriter.visit(CoreChannel plantComp) |
void |
PlantComponentReader.visit(CoreChannel plantComp) |
void |
IPlantComponentVisitor.visit(CoreChannel plantComp)
Visits a PlantComponent of type CoreChannel.
|
Modifier and Type | Method and Description |
---|---|
void |
Reactor.setCoreChannels(java.util.ArrayList<CoreChannel> coreChannels) |
Constructor and Description |
---|
Reactor(java.util.ArrayList<CoreChannel> channels)
The core channel(s) contained in the reactor.
|