Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Component> |
ICESectionPage.getComponents()
This operation retrieves the Components that are managed by this page.
|
Modifier and Type | Method and Description |
---|---|
void |
ICESectionPage.addComponent(Component component)
This operation adds a Component to the set of Components that are managed
by this page.
|
Constructor and Description |
---|
TreeCompositeContentProvider(TreeCompositeViewer treeCompositeViewer,
java.util.Map<Component,TreeComposite> parentMap)
The default constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
RenderShape
Stores additional information for generating a JME3 spatial and material from
the IShape
|
Modifier and Type | Method and Description |
---|---|
void |
ReactorPage.addComponent(Component component)
This operation adds a Component to the set of Components that are managed
by this page.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IReactorComponent
This interface specializes the Component interface for LWRReactors.
|
Modifier and Type | Class and Description |
---|---|
class |
AdaptiveTreeComposite
This class extends
TreeComposite to create TreeComposites that have
adaptive properties based on a currently selected type. |
class |
DataComponent
The DataComponent class is a container for Entries and behaves as a Component
from the UpdateableComposite package.
|
class |
Form
The Form class is a representation of the Item class and contains all of the
Entries that must be addressed by the Eclipse User before the Item can
perform its task or tasks.
|
class |
MasterDetailsComponent
This class provides a data structure that orders key values and
DataComponents in a way that is consistent with the Master/Details pattern.
|
class |
MatrixComponent
The MatrixComponent class is a realization of the Component interface that
provides the functionality necessary to encapsulate a two dimensional array
of double values, mimicking a mathematical matrix.
|
class |
ResourceComponent
The ResourceComponent is a specialization of ListComponent that is used to
manage a set of ICEResources.
|
class |
TableComponent
The TableComponent class is a Component that contains a set of Entries that
are related to each other within a single row of a table and it can contain
many rows.
|
class |
TimeDataComponent
A specific DataComponent implementation that handles very specific roles for
setting up time loops.
|
class |
TreeComposite
The TreeComposite realizes the Composite interface to provide a multi-level
hierarchical tree of ICE Components.
|
Modifier and Type | Method and Description |
---|---|
Component |
TreeComposite.getActiveDataNode()
This operation returns the active data node for this TreeComposite or
null if the active data node has not been specified if and only if active
data nodes are allowed for this TreeComposite.
|
Component |
TreeComposite.getComponent(int childId)
(non-Javadoc)
|
Component |
Form.getComponent(int childId)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Component> |
TreeComposite.getComponents()
(non-Javadoc)
|
java.util.ArrayList<Component> |
Form.getComponents()
(non-Javadoc)
|
java.util.ArrayList<Component> |
TreeComposite.getDataNodes()
This operation returns the set of data nodes managed by the TreeComposite
or null if no such nodes exist.
|
Modifier and Type | Method and Description |
---|---|
void |
TreeComposite.addComponent(Component child)
(non-Javadoc)
|
void |
Form.addComponent(Component child)
(non-Javadoc)
|
void |
TreeComposite.setActiveDataNode(Component node)
This operation sets the active data node for the TreeComposite if and
only if active data nodes are allowed for this TreeComposite.
|
Modifier and Type | Class and Description |
---|---|
class |
EMFComponent
The EMFComponent is a realization of the Component interface that
encapsulates the data in an Eclipse Modeling Framework (EMF) Ecore model
tree.
|
class |
EMFTreeComposite
The EMFTreeComposite is a subclass of TreeComposite that represents a tree node in
an Eclipse Modeling Framework Ecore model tree.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IShape
Interface describing a type of solid in the geometry editor
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractShape
Implements a number of operations shared between the components in the Shape
composite pattern
|
class |
ComplexShape
Represents an ordered collection of shape components which are applied to a
parent set operator
|
class |
GeometryComponent
Composite container for ComplexShapes and PrimitiveShapes along with any
additional information required to interpret the geometry data
|
class |
PrimitiveShape
Represents a mathematically simple solid with no child shapes
|
Modifier and Type | Class and Description |
---|---|
class |
Custom2DShape
This is a class for custom 2D shapes that can be manually constructed via the
Mesh Editor.
|
class |
Hex
This is a 6-sided polygon with 6 edges and 6 vertices.
|
class |
MeshComponent
Composite container for Polygons along with any additional information
required to interpret the mesh data.
The MeshComponent breaks a mesh down into vertices and edges. |
class |
Polygon
This class represents a polygon composed of a certain number of vertices
connected by edges.
|
class |
Quad
This is a 4-sided polygon with 4 edges and 4 vertices.
|
Modifier and Type | Class and Description |
---|---|
class |
PainfullySimpleForm
The PainfullySimpleForm is a Form that is initialized from a InputStream that
contains the serialized contents of a Form in the Painfully Simple Form file format (PSF).
|
Modifier and Type | Interface and Description |
---|---|
interface |
Composite
The Composite interface defines behavior for realizations of the Component
interface that will also have children.
|
Modifier and Type | Class and Description |
---|---|
class |
ListComponent<T>
This is a base class for Components that are based on lists.
|
Modifier and Type | Field and Description |
---|---|
static java.util.ArrayList<Component> |
Composite.component |
Modifier and Type | Method and Description |
---|---|
Component |
Composite.getComponent(int childId)
This operation retrieves a child Component to a class that realizes the
Composite interface.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Component> |
Composite.getComponents()
This operation returns all of the Components stored in the Composite.
|
Modifier and Type | Method and Description |
---|---|
void |
Composite.addComponent(Component child)
This operation adds a child Component to a class that realizes the
Composite interface.
|
Constructor and Description |
---|
WrappedGlazedEventListener(IUpdateableListener listener,
Component component)
The constructor
|
Modifier and Type | Class and Description |
---|---|
class |
LoginInfoForm
A LoginInfoForm is a Form with a single DataComponent and two Entries.
|
Modifier and Type | Class and Description |
---|---|
class |
JobLauncherForm
The JobLauncherForm is a subclass of Form that is specialized to work with
the JobLauncher Item.
|
Modifier and Type | Class and Description |
---|---|
class |
JobProfileForm
The JobProfileForm is a subclass of Form that is specialized to work with the
JobProfile Item.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Component> |
NekReader.loadREAFile(java.io.File reaFile)
Reads in a reafile, and returns an ArrayList of Components representing
the contents of the file.
|
Modifier and Type | Method and Description |
---|---|
void |
NekWriter.writeReaFile(java.util.ArrayList<Component> components,
java.io.File outputFile,
ProblemProperties properties)
Reads in an ArrayList of Components, creates a HashMap keyed by Component
name, and then writes the contents into the specified output file using
formatting appropriate for a Nek5000 reafile.
|
Modifier and Type | Class and Description |
---|---|
class |
GridLabelProvider
This is a utility class that provides labels on a 2D grid for rows and
columns.
|
class |
LWRComponent
The LWRComponent class represents all reactor components that can be stored
in a LWRComposite.
|
class |
LWRComposite
The LWRComposite class represents all reactor components that can store and
manage LWRComponents.
|
class |
LWReactor
The LWReactor class represents any Light Water Nuclear Reactor.
|
class |
LWRGridManager
The LWRGridManager class manages LWRComponents and their GridLocations on a
Cartesian grid with an equal number of rows and columns.
|
class |
LWRRod
The LWRRod class is a generalized class representing a basic rod as a
collection of materialBlocks contained by a ring (aka the clad).
|
class |
Material
The Material class is a representation of any material property of any class
within an LWReactor.
|
class |
MaterialBlock
The MaterialBlock class is a generalized class containing a set of concentric
and/or radial collection of Rings that constitute the inner core of an
LWRRod.
|
class |
Ring
The ring class represents a single instance of a material at a particular
radial coordinate within a cylindrical location on the rod.
|
class |
Tube
The Tube class represents the hollow tubes in a FuelAssembly which allow for
the insertion of discrete poison rodlets (Guide Tubes) and instrument
thimbles (Instrument Tube).
|
Modifier and Type | Method and Description |
---|---|
Component |
LWRComposite.getComponent(int childId)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Component> |
LWRComposite.getComponents()
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
LWRComposite.addComponent(Component child)
(non-Javadoc)
|
void |
LWReactor.addComponent(Component component)
An operation that overrides the LWRComposite's operation.
|
void |
LWRGridManager.addComponent(Component component,
GridLocation location)
(non-Javadoc)
|
void |
IGridManager.addComponent(Component component,
GridLocation location)
Adds a Component and its GridLocation to this GridManager.
|
void |
LWRGridManager.removeComponent(Component component)
(non-Javadoc)
|
void |
IGridManager.removeComponent(Component component)
Removes the provided Component from this GridManager.
|
Modifier and Type | Class and Description |
---|---|
class |
BWReactor
The BWReactor class represents any Boiling Water Reactor.
|
Modifier and Type | Class and Description |
---|---|
class |
Boundary
Base class for components of a boundary type (inlet, outlet, etc.).
|
class |
Branch
Flow branch.
|
class |
CoreChannel
Simulates the fluid flow associated with a solid heat structure part.
|
class |
DownComer
A downcomer component is a pipe intended to conduct fluid downwards.
|
class |
FlowJunction
Joint for flow.
|
class |
GeometricalComponent
Intermediate class for all geometrical components (i.e.
|
class |
HeatExchanger
This is the primary design of a countercurrent exchanger.
|
class |
IdealPump
An ideal pump (isothermal).
|
class |
Inlet
A component for an inlet with prescribed pressure and temperature.
|
class |
Junction
Base class for junction-like components that connect objects, such as pipes.
|
class |
MassFlowInlet
A specialized inlet.
|
class |
OneInOneOutJunction
A special type of junction which only requires one input and one output
component.
|
class |
Outlet
A component with prescribed pressure.
|
class |
Pipe
A simple pipe component.
|
class |
PipeToPipeJunction
Flow junction using the approach based on "characteristics".
|
class |
PipeWithHeatStructure
Simulates the fluid flow associated with a solid heat structure part.
|
class |
PlantComponent
Base class for RELAP7 components.
|
class |
PlantComposite
A PlantComposite is a container for
PlantComponent s. |
class |
PointKinetics
A point kinetics component is responsible for calculating the power of a
reactor.
|
class |
Pump
A simple pump model for single phase fluid.
|
class |
Reactor
Describes reactor parameters.
|
class |
SeparatorDryer
A separator dryer component.
|
class |
SolidWall
A simple component for a solid wall boundary condition.
|
class |
SpecifiedDensityAndVelocityInlet
A specialized inlet.
|
class |
Subchannel
Represents a lattice of rods for housing fuel rods of a reactor.
|
class |
SubchannelBranch
A component to connect subchannels.
|
class |
TDM
A simple TDM component, which provides a velocity boundary condition to the
loop.
|
class |
TimeDependentJunction
A simple TimeDependentJunction component, which provides a velocity boundary
condition to the loop.
|
class |
TimeDependentVolume
A simple TimeDependentVolume component, which provides a pressure boundary
condition to the loop.
|
class |
Turbine
A simple turbine model ignoring thermal, inertial and gravity potential.
|
class |
Valve
A valve component to implement the basic on/off capability of valves.
|
class |
VolumeBranch
A VolumeBranch component.
|
class |
WetWell
A simple wet well model of non-LOCA BWR simulations.
|
Modifier and Type | Method and Description |
---|---|
Component |
PlantComposite.getComponent(int childId)
Gets the Component with the specified ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Component> |
PlantComposite.getComponents()
Gets a list of the Components stored in this PlantComposite.
|
Modifier and Type | Method and Description |
---|---|
void |
PlantComposite.addComponent(Component child)
|
Modifier and Type | Class and Description |
---|---|
class |
ControlBank
The ControlBank class contains properties associated with axially movable
RodClusterAssembly objects known as Rod Cluster Control Assemblies.
|
class |
FuelAssembly
The FuelAssembly class is a PWRAssembly populated with a collection of Tubes
positioned on a fixed grid.
|
class |
IncoreInstrument
The IncoreInstrument class represents instruments (or detectors) that are
used for power distribution monitoring inside of a PWReactor.
|
class |
PressurizedWaterReactor
The PressurizedWaterReactor (PWReactor) class represents any Pressurized
Water Reactor.
|
class |
PWRAssembly
The PWRAssembly class contains a collection of LWRRods mapped to locations on
a grid.
|
class |
RodClusterAssembly
The RodClusterAssembly class is a PWRAssembly associated with a particular
FuelAssembly object.
|
Modifier and Type | Method and Description |
---|---|
void |
PWRAssembly.addComponent(Component component)
This operation overrides the LWRComposite's operation.
|
Modifier and Type | Class and Description |
---|---|
class |
SFRComponent
The SFRComponent class represents all reactor components that can be stored in a SFRComposite. |
class |
SFRComposite
The SFRComposite class represents all reactor components that can store and
manage SFRComponents.
|
Modifier and Type | Method and Description |
---|---|
Component |
SFRComposite.getComponent(int childId)
Returns the SFRComponent of the specified ID, from
the SFRComposite.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Component> |
SFRComposite.getComponents()
Returns an ArrayList of SFRComponents contained in
the SFRComposite.
|
Modifier and Type | Method and Description |
---|---|
void |
SFRComposite.addComponent(Component child)
Adds the specified Component to the SFRComposite.
|
Modifier and Type | Class and Description |
---|---|
class |
SFReactor
Class represents a sodium fast reactor at the highest core-level view.
|
Modifier and Type | Method and Description |
---|---|
void |
SFReactor.addComponent(Component child)
An operation that overrides the SFRComposite's operation.
|
Modifier and Type | Class and Description |
---|---|
class |
PinAssembly
Class representing any assemblies in a SFR that contain pins.
|
class |
ReflectorAssembly
Class representing radial reflector assemblies.
|
class |
SFRAssembly
Class representing the assembly structure of a SFR.
|
class |
SFRPin
Class representing the SFR pin structure.
|
class |
SFRRod
Class representing the solid cylindrical structure found inside radial
reflector assemblies.
|
Modifier and Type | Method and Description |
---|---|
void |
ReflectorAssembly.addComponent(Component child)
An operation that overrides the SFRComposite's operation.
|
void |
PinAssembly.addComponent(Component child)
An operation that overrides the SFRComposite's operation.
|
Modifier and Type | Class and Description |
---|---|
class |
ReactorComposite
This class is intended to contain
IReactorComponent s by implementing
the Composite interface. |
Modifier and Type | Method and Description |
---|---|
Component |
ReactorComposite.getComponent(int childId)
Gets the IReactorComponent in this Composite that is associated with the
specified ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Component> |
ReactorComposite.getComponents()
Gets the list of Components stored in this Composite.
|
Modifier and Type | Method and Description |
---|---|
void |
ReactorComposite.addComponent(Component child)
If the child is an IReactorComponent, this method adds the child to this
Composite.
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionTable
This class manages a list of uniquely-keyed VisIt connections within an ICE
TableComponent . |
Modifier and Type | Class and Description |
---|---|
class |
VisItConnectionTable
This class extends
ConnectionTable to provide additional connection
preferences specific to the VisIt vizualization service. |