Class | Description |
---|---|
EntryListener |
This class can be used to listen to an
Entry . |
GeometricalComponentLinker |
This class provides an
PlantComponentLinker that links
GeometricalComponent properties (position, orientation, etc.) with
the Entry instances in a DataComponent . |
HeatExchangerLinker |
This class provides an
PlantComponentLinker that links
HeatExchanger properties (length, radius, etc. |
JunctionLinker |
This class provides an
PlantComponentLinker that links
Junction properties (inputs and outputs) with the Entry
instances in a DataComponent . |
PipeLinker |
This class provides an
PlantComponentLinker that links Pipe
properties (length, radius, etc. |
PlantBlockManager |
This class connects the MOOSE Component block (in the form of a
TreeComposite with a PlantComposite . |
PlantComponentFactory |
This class is used to create a generic PlantComponent based on a string (or a
string that is pulled from an
Entry in a DataComponent ). |
PlantComponentLinker |
This class serves as a base for classes that must link
Entry values
from DataComponent s with properties of PlantComponent s. |