Package | Description |
---|---|
org.eclipse.ice.client.widgets.jme | |
org.eclipse.ice.client.widgets.reactoreditor.plant |
Class and Description |
---|
PlantAppState
This jME3-based
AppState provides a 3D view of a reactor plant. |
Class and Description |
---|
AbstractPlantController
This class provides a base implementation for a controller that manages a
model for a Plant-level component and synchronizes an
AbstractPlantView with any changes to the model or features provided
by this controller.The features exposed by this class should be similar to the features provided for each plant component in Peacock. |
AbstractPlantView
This class provides a base implementation for Plant-level jME3 views, like a
Pipe or a Reactor.
Operations in this class (not including the constructor) should be called from a SimpleApplication's simpleUpdate() thread. |
HeatExchangerView
This class provides a view for a
HeatExchanger . |
IPlantControllerManagerListener
This interface is used to listen to a
PlantControllerManager for
created or destroyed AbstractPlantController s for
PlantComponent s. |
JunctionView
This class provides a view for a
Junction . |
PipeController |
PipeView
This class provides a view for a
Pipe . |
PlantAppState
This jME3-based
AppState provides a 3D view of a reactor plant. |
PlantControllerManager
This class manages a collection of
AbstractPlantController s and also
serves as a sort of factory for creating them based on the type of
PlantComponent model that needs a view and controller. |
ReactorView
This class provides a view for a
Reactor . |