Package | Description |
---|---|
org.eclipse.ice.client.widgets.reactoreditor.lwr | |
org.eclipse.ice.client.widgets.reactoreditor.plant | |
org.eclipse.ice.reactor.plant |
Modifier and Type | Class and Description |
---|---|
class |
StateBrokerHandler
This class provides keys for use in a
StateBroker . |
Modifier and Type | Class and Description |
---|---|
class |
PlantControllerVisitor
This visitor is commonly used for Plant MVC.
|
Modifier and Type | Class and Description |
---|---|
class |
PlantComponentReader
This class is used by the
PlantIOFactory for reading PlantComponents
from HDF5 files. |
class |
PlantComponentWriter
This class is used by the
PlantIOFactory for writing PlantComponents
to HDF5 files. |
class |
SelectivePlantComponentVisitor
This adapter class provides default implementations for the methods described
by the
IPlantComponentVisitor interface. |
Modifier and Type | Method and Description |
---|---|
void |
WetWell.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
VolumeBranch.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
Valve.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
Turbine.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
TimeDependentVolume.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
TimeDependentJunction.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
TDM.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
SubchannelBranch.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
Subchannel.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
SpecifiedDensityAndVelocityInlet.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
SolidWall.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
SeparatorDryer.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
Reactor.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
Pump.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
PointKinetics.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
PlantComposite.accept(IPlantComponentVisitor visitor) |
void |
PlantComponent.accept(IPlantComponentVisitor visitor)
Sub-classes will need to override this method so that the visit operation
will work correctly.
|
void |
PipeWithHeatStructure.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
PipeToPipeJunction.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
Pipe.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
Outlet.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
OneInOneOutJunction.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
MassFlowInlet.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
Junction.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
Inlet.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
IdealPump.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
HeatExchanger.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
GeometricalComponent.accept(IPlantComponentVisitor visitor)
Accepts IPlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
FlowJunction.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
DownComer.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
CoreChannel.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
Branch.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|
void |
Boundary.accept(IPlantComponentVisitor visitor)
Accepts PlantComponentVisitors to reveal the type of a PlantComponent.
|