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(Pipe plantComp) |
Modifier and Type | Method and Description |
---|---|
abstract void |
PlantControllerVisitor.visit(Pipe plantComp) |
Constructor and Description |
---|
PipeController(Pipe model,
PipeView view,
IRenderQueue renderQueue)
The default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
CoreChannel
Simulates the fluid flow associated with a solid heat structure part.
|
class |
PipeWithHeatStructure
Simulates the fluid flow associated with a solid heat structure part.
|
class |
Subchannel
Represents a lattice of rods for housing fuel rods of a reactor.
|
Modifier and Type | Method and Description |
---|---|
Pipe |
HeatExchanger.getPrimaryPipe() |
Pipe |
HeatExchanger.getSecondaryPipe() |
Modifier and Type | Method and Description |
---|---|
void |
Pipe.copy(Pipe otherObject)
Deep copies the contents of otherObject.
|
void |
SelectivePlantComponentVisitor.visit(Pipe plantComp) |
void |
PlantComponentWriter.visit(Pipe plantComp) |
void |
PlantComponentReader.visit(Pipe plantComp) |
void |
IPlantComponentVisitor.visit(Pipe plantComp)
Visits a PlantComponent of type Pipe.
|