public interface IPlantComponentVisitor
Defines the visitation routine for PlantComponents so that the type of a PlantComponent can be revealed.
Modifier and Type | Method and Description |
---|---|
void |
visit(Boundary plantComp)
Visits a PlantComponent of type Boundary.
|
void |
visit(Branch plantComp)
Visits a PlantComponent of type Branch.
|
void |
visit(CoreChannel plantComp)
Visits a PlantComponent of type CoreChannel.
|
void |
visit(DownComer plantComp)
Visits a PlantComponent of type DownComer.
|
void |
visit(FlowJunction plantComp)
Visits a PlantComponent of type FlowJunction.
|
void |
visit(GeometricalComponent plantComp)
Visits a PlantComponent of type GeometricalComponent.
|
void |
visit(HeatExchanger plantComp)
Visits a PlantComponent of type HeatExchanger.
|
void |
visit(IdealPump plantComp)
Visits a PlantComponent of type IdealPump.
|
void |
visit(Inlet plantComp)
Visits a PlantComponent of type Inlet.
|
void |
visit(Junction plantComp)
Visits a PlantComponent of type Junction.
|
void |
visit(MassFlowInlet plantComp)
Visits a PlantComponent of type MassFlowInlet.
|
void |
visit(OneInOneOutJunction plantComp)
Visits a PlantComponent of type OneInOneOutJunction.
|
void |
visit(Outlet plantComp)
Visits a PlantComponent of type Outlet.
|
void |
visit(Pipe plantComp)
Visits a PlantComponent of type Pipe.
|
void |
visit(PipeToPipeJunction plantComp)
Visits a PlantComponent of type PipeToPipeJunction.
|
void |
visit(PipeWithHeatStructure plantComp)
Visits a PlantComponent of type PipeWithHeatStructure.
|
void |
visit(PlantComposite plantComp) |
void |
visit(PointKinetics plantComp)
Visits a PlantComponent of type PointKinetics.
|
void |
visit(Pump plantComp)
Visits a PlantComponent of type Pump.
|
void |
visit(Reactor plantComp)
Visits a PlantComponent of type Reactor.
|
void |
visit(SeparatorDryer plantComp)
Visits a PlantComponent of type SeparatorDryer.
|
void |
visit(SolidWall plantComp)
Visits a PlantComponent of type SolidWall.
|
void |
visit(SpecifiedDensityAndVelocityInlet plantComp)
Visits a PlantComponent of type SpecifiedDensityAndVelocityInlet.
|
void |
visit(Subchannel plantComp)
Visits a PlantComponent of type GeometricalComponent.
|
void |
visit(SubchannelBranch plantComp)
Visits a PlantComponent of type SubchannelBranch.
|
void |
visit(TDM plantComp)
Visits a PlantComponent of type TDM.
|
void |
visit(TimeDependentJunction plantComp)
Visits a PlantComponent of type TimeDependentJunction.
|
void |
visit(TimeDependentVolume plantComp)
Visits a PlantComponent of type TimeDependentVolume.
|
void |
visit(Turbine plantComp)
Visits a PlantComponent of type Turbine.
|
void |
visit(Valve plantComp)
Visits a PlantComponent of type Valve.
|
void |
visit(VolumeBranch plantComp)
Visits a PlantComponent of type VolumeBranch.
|
void |
visit(WetWell plantComp)
Visits a PlantComponent of type WetWell.
|
void visit(PlantComposite plantComp)
void visit(GeometricalComponent plantComp)
Visits a PlantComponent of type GeometricalComponent.
plantComp
- The GeometricalComponent accepting visitors.
void visit(Junction plantComp)
Visits a PlantComponent of type Junction.
plantComp
- The Junction accepting visitors.
void visit(Reactor plantComp)
Visits a PlantComponent of type Reactor.
plantComp
- The Reactor accepting visitors.
void visit(PointKinetics plantComp)
Visits a PlantComponent of type PointKinetics.
plantComp
- The PointKinetics accepting visitors.
void visit(HeatExchanger plantComp)
Visits a PlantComponent of type HeatExchanger.
plantComp
- The HeatExchanger accepting visitors.
void visit(Pipe plantComp)
Visits a PlantComponent of type Pipe.
plantComp
- The Pipe accepting visitors.
void visit(CoreChannel plantComp)
Visits a PlantComponent of type CoreChannel.
plantComp
- The CoreChannel accepting visitors.
void visit(Subchannel plantComp)
Visits a PlantComponent of type GeometricalComponent.
plantComp
- The Subchannel accepting visitors.
void visit(PipeWithHeatStructure plantComp)
Visits a PlantComponent of type PipeWithHeatStructure.
plantComp
- The PipeWithHeatStructure accepting visitors.
void visit(Branch plantComp)
Visits a PlantComponent of type Branch.
plantComp
- The Branch accepting visitors.
void visit(SubchannelBranch plantComp)
Visits a PlantComponent of type SubchannelBranch.
plantComp
- The SubchannelBranch accepting visitors.
void visit(VolumeBranch plantComp)
Visits a PlantComponent of type VolumeBranch.
plantComp
- The VolumeBranch accepting visitors.
void visit(FlowJunction plantComp)
Visits a PlantComponent of type FlowJunction.
plantComp
- The FlowJunction accepting visitors.
void visit(WetWell plantComp)
Visits a PlantComponent of type WetWell.
plantComp
- The WetWell accepting visitors.
void visit(Boundary plantComp)
Visits a PlantComponent of type Boundary.
plantComp
- The Boundary accepting visitors.
void visit(OneInOneOutJunction plantComp)
Visits a PlantComponent of type OneInOneOutJunction.
plantComp
- The OneInOneOutJunction accepting visitors.
void visit(Turbine plantComp)
Visits a PlantComponent of type Turbine.
plantComp
- The Turbine accepting visitors.
void visit(IdealPump plantComp)
Visits a PlantComponent of type IdealPump.
plantComp
- The IdealPump accepting visitors.
void visit(Pump plantComp)
Visits a PlantComponent of type Pump.
plantComp
- The Pump accepting visitors.
void visit(Valve plantComp)
Visits a PlantComponent of type Valve.
plantComp
- The Valve accepting visitors.
void visit(PipeToPipeJunction plantComp)
Visits a PlantComponent of type PipeToPipeJunction.
plantComp
- The PipeToPipeJunction accepting visitors.
void visit(Inlet plantComp)
Visits a PlantComponent of type Inlet.
plantComp
- The Inlet accepting visitors.
void visit(MassFlowInlet plantComp)
Visits a PlantComponent of type MassFlowInlet.
plantComp
- The MassFlowInlet accepting visitors.
void visit(SpecifiedDensityAndVelocityInlet plantComp)
Visits a PlantComponent of type SpecifiedDensityAndVelocityInlet.
plantComp
- The SpecifiedDensityAndVelocityInlet accepting visitors.
void visit(Outlet plantComp)
Visits a PlantComponent of type Outlet.
plantComp
- The Outlet accepting visitors.
void visit(SolidWall plantComp)
Visits a PlantComponent of type SolidWall.
plantComp
- The SolidWall accepting visitors.
void visit(TDM plantComp)
Visits a PlantComponent of type TDM.
plantComp
- The TDM accepting visitors.
void visit(TimeDependentJunction plantComp)
Visits a PlantComponent of type TimeDependentJunction.
plantComp
- The TimeDependentJunction accepting visitors.
void visit(TimeDependentVolume plantComp)
Visits a PlantComponent of type TimeDependentVolume.
plantComp
- The TimeDependentVolume accepting visitors.
void visit(DownComer plantComp)
Visits a PlantComponent of type DownComer.
plantComp
- The DownComer accepting visitors.
void visit(SeparatorDryer plantComp)
Visits a PlantComponent of type SeparatorDryer.
plantComp
- The SeparatorDryer accepting visitors.