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 |
BasicEntryContentProvider
A class that implements the IEntryContentProvider interface.
|
class |
DataComponent
The DataComponent class is a container for Entries and behaves as a Component
from the UpdateableComposite package.
|
class |
Entry
The Entry class is responsible for collecting and managing the individual
values needed by the Item to perform a task.
|
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 |
MasterDetailsPair
The MasterDetailsPair class is used by the MasterDetailsComponent to keep
track of "masters" and "details" without having to store them in two separate
arrays.
|
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 |
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 | 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 |
EMFEntry
EMFEntry is a subclass of Entry that modifies a unique EAttribute instance
each time its value is changed.
|
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 | 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
|
class |
Transformation
Stores the information needed to generate a 4D affine transformation matrix
given certain transformation variables
|
Modifier and Type | Class and Description |
---|---|
class |
BezierEdge
An Edge comprising a Bezier curve between its two Vertices.
|
class |
BoundaryCondition
This class provides a boundary condition for edges.
|
class |
Custom2DShape
This is a class for custom 2D shapes that can be manually constructed via the
Mesh Editor.
|
class |
Edge
This class represents a single edge in a polygon.
|
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 |
PolynomialEdge
An Edge comprising a polynomial curve that connects its two Vertices.
|
class |
Quad
This is a 4-sided polygon with 4 edges and 4 vertices.
|
class |
Vertex
This class represents a single vertex in a polygon.
|
Modifier and Type | Class and Description |
---|---|
class |
PainfullySimpleEntry
A PainfullySimpleEntry is used by the PainfullySimpleForm in place of a
regular Entry because it can be loaded from a string that takes a block of a
Painfully Simple Form file as input.
|
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 | Method and Description |
---|---|
void |
ICEObject.copy(ICEObject entity)
This operation copies the contents of an ICEObject into the current
object using a deep copy.
|
Modifier and Type | Class and Description |
---|---|
class |
ICEResource
The Resource class represents persistent data resources used by ICE and the
other software packages with which it interacts.
|
class |
VizResource
The VizResource is used for loading a data set that should be visualized in
one of the platform's many visualization services.
|
Modifier and Type | Method and Description |
---|---|
void |
HdfIOFactory.readICEObjectInfo(ICEObject object,
int objectId)
Reads the ICEObject information (name, description, ID) from an HDF5
Group or Object into an ICEObject.
|
void |
HdfIOFactory.writeICEObjectInfo(ICEObject object,
int objectId)
Writes an ICEObject's name, description, and ID as Attributes for an HDF5
Object.
|
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 | 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 | Class and Description |
---|---|
class |
ReactorComposite
This class is intended to contain
IReactorComponent s by implementing
the Composite interface. |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionAdapter<T>
This class provides an adapter that wraps a connection.
|
class |
ConnectionTable
This class manages a list of uniquely-keyed VisIt connections within an ICE
TableComponent . |
class |
KeyEntry
A
KeyEntry is essentially a basic Entry with a single caveat:
Its value and allowed values are managed by a IKeyManager . |
class |
KeyEntryContentProvider
This class provides an
IEntryContentProvider geared toward
KeyEntry s whose allowed keys are managed by a IKeyManager . |
class |
PortEntry
This class provides an
Entry that is a "continuous" Entry
with a twist: instead of the allowed values' being a range between two
doubles, they are a range between two integers. |
class |
PortEntryContentProvider
This class provides a basic content provider for
PortEntry s. |
class |
SecretEntry
A
SecretEntry is simply an Entry whose secret flag is set to
true. |
Modifier and Type | Class and Description |
---|---|
class |
VisItConnectionAdapter
This class provides a
ConnectionAdapter that wraps a
VisItSwtConnection . |
class |
VisItConnectionTable
This class extends
ConnectionTable to provide additional connection
preferences specific to the VisIt vizualization service. |
Modifier and Type | Class and Description |
---|---|
class |
CSVData
This class is the implementation of IData and inherits from NiCEObject for
the PlotViewer tool.
|