- canAddRemoveButton() - Method in class org.eclipse.ice.datastructures.form.MasterDetailsComponent
-
Returns true if the MasterDetailsComponent's buttons should be enabled.
- cancel() - Method in class org.eclipse.ice.item.action.Action
-
This operation cancels the Action, if possible.
- cancel() - Method in class org.eclipse.ice.item.action.JobLaunchAction
-
(non-Javadoc)
- cancel() - Method in class org.eclipse.ice.item.action.TaggedOutputWriterAction
-
(non-Javadoc)
- cancelItemProcess(int, String) - Method in class org.eclipse.ice.client.internal.RemoteCoreProxy
-
(non-Javadoc)
- cancelItemProcess(int, String) - Method in interface org.eclipse.ice.core.iCore.ICore
-
This operation cancels the process with the specified name for the Item
identified.
- cancelItemProcess(int, String) - Method in class org.eclipse.ice.core.internal.Core
-
(non-Javadoc)
- cancelItemProcess(int, String) - Method in class org.eclipse.ice.core.internal.itemmanager.ItemManager
-
This operation cancels the process with the specified name for the Item
identified.
- cancelled() - Method in class org.eclipse.ice.client.internal.Client
-
(non-Javadoc)
- cancelled() - Method in class org.eclipse.ice.client.internal.ItemProcessor
-
(non-Javadoc)
- cancelled() - Method in interface org.eclipse.ice.iclient.uiwidgets.IWidgetClosedListener
-
- cancelProcess(String) - Method in class org.eclipse.ice.item.Item
-
This operation cancels all processes with the specified name.
- cancelProcess() - Method in class org.eclipse.ice.item.Item
-
This operation cancels the last process request sent to the Item.
- cancelRequested(Form, String) - Method in class org.eclipse.ice.client.internal.Client
-
(non-Javadoc)
- cancelRequested(Form, String) - Method in interface org.eclipse.ice.iclient.uiwidgets.IProcessEventListener
-
This operation directs the listener to cancel the last process request for the Form.
- Cell - Class in org.eclipse.ice.client.widgets.reactoreditor.grid
-
This class provides the Model for a Cell in a
Grid
.
- Cell(int, String, Cell.State) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.grid.Cell
-
The default constructor.
- Cell.State - Enum in org.eclipse.ice.client.widgets.reactoreditor.grid
-
This enumerates the possible states for a Cell to have.
- CellColumnLabelProvider - Class in org.eclipse.ice.client.common.properties
-
- CellColumnLabelProvider(ICellContentProvider) - Constructor for class org.eclipse.ice.client.common.properties.CellColumnLabelProvider
-
The default constructor.
- CellEditPart - Class in org.eclipse.ice.client.widgets.reactoreditor.grid
-
This class provides the Controller for a
Cell
.
- CellEditPart() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.grid.CellEditPart
-
- CellEditPart.MyMarquee - Class in org.eclipse.ice.client.widgets.reactoreditor.grid
-
The only customization currently implemented for this dragTracker is to
toggle all EditParts that are touched by its bounding box when the mouse
button is released.
- CellEditPart.MyMarquee() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.grid.CellEditPart.MyMarquee
-
- CellFigure - Class in org.eclipse.ice.client.widgets.reactoreditor.grid
-
This class provides a default view for a
Cell
model.
- CellFigure() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.grid.CellFigure
-
The default constructor for a CellFigure.
- CellOwnerDrawLabelProvider - Class in org.eclipse.ice.client.common.properties
-
This class provides an alternative CellLabelProvider
that extends
OwnerDrawLabelProvider
so that painting the cell can be customized.
- CellOwnerDrawLabelProvider(ICellContentProvider) - Constructor for class org.eclipse.ice.client.common.properties.CellOwnerDrawLabelProvider
-
The default constructor.
- CheckboxCellContentProvider - Class in org.eclipse.ice.client.widgets.moose
-
- CheckboxCellContentProvider(ColumnViewer) - Constructor for class org.eclipse.ice.client.widgets.moose.CheckboxCellContentProvider
-
The default constructor.
- CheckboxCellEditingSupport - Class in org.eclipse.ice.client.widgets.moose
-
This class provides
EditingSupport
for an
ICellContentProvider
that requires a checkbox
Button
to
be used for editing the cell elements.
- CheckboxCellEditingSupport(ColumnViewer, ICellContentProvider) - Constructor for class org.eclipse.ice.client.widgets.moose.CheckboxCellEditingSupport
-
The default constructor.
- CheckboxCellLabelProvider - Class in org.eclipse.ice.client.widgets.moose
-
This class implements the necessary methods to support drawing the
platform-specific Image
s checkbox
Button in the proper location in the cells.
- CheckboxCellLabelProvider(ICellContentProvider) - Constructor for class org.eclipse.ice.client.widgets.moose.CheckboxCellLabelProvider
-
The default constructor.
- checkStateChanged(CheckStateChangedEvent) - Method in class org.eclipse.ice.client.widgets.moose.MOOSETreeCheckStateManager
-
This method is called when one of the nodes in the tree is checked.
- ChooseWorkspaceDialog - Class in org.eclipse.ice.client.rcp.actions
-
- ChooseWorkspaceDialog(boolean, Image) - Constructor for class org.eclipse.ice.client.rcp.actions.ChooseWorkspaceDialog
-
- Circle - Class in org.eclipse.ice.client.widgets.reactoreditor
-
This class provides a strictly circular shape.
- Circle(double, double) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.Circle
-
The constructor for a circle shape.
- CircularCellEditPart - Class in org.eclipse.ice.client.widgets.reactoreditor.grid
-
This class provides the Controller for a
Cell
.
- CircularCellEditPart() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.grid.CircularCellEditPart
-
- CircularCellFigure - Class in org.eclipse.ice.client.widgets.reactoreditor.grid
-
This class provides a circular view for a
Cell
model.
- CircularCellFigure() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.grid.CircularCellFigure
-
The default constructor for a CircularCellFigure.
- CircularGridEditPart - Class in org.eclipse.ice.client.widgets.reactoreditor.grid
-
This class provides the "root" EditPart (circular) for the
Grid
model.
- CircularGridEditPart() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.grid.CircularGridEditPart
-
- CircularGridEditPartFactory - Class in org.eclipse.ice.client.widgets.reactoreditor.grid
-
This class connects GEF EditParts to the GridEditor's model so that the
appropriate EditParts can be created from the corresponding model.
- CircularGridEditPartFactory() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.grid.CircularGridEditPartFactory
-
- cleanup() - Method in class org.eclipse.ice.client.widgets.jme.EmbeddedView
-
Cleans up resources used by this class as a SceneProcessor
.
- cleanup() - Method in class org.eclipse.ice.client.widgets.jme.SimpleAppState
-
- cleanupAppState() - Method in class org.eclipse.ice.client.widgets.jme.ViewAppState
-
Disconnects the ViewAppState
from the associated
Application
.
- clearControllers() - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.PlantControllerManager
-
- clearData() - Method in class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.Cluster
-
This method removes all data from this cluster.
- clearEntries() - Method in class org.eclipse.ice.datastructures.form.DataComponent
-
This operation clears all entries that are currently stored in the Form.
- clearEntries() - Method in class org.eclipse.ice.datastructures.form.TimeDataComponent
-
Overrides and does nothing.
- clearPlots() - Method in class org.eclipse.ice.client.widgets.PlotGridComposite
-
Removes all drawn plots from the grid.
- clearResources() - Method in class org.eclipse.ice.datastructures.form.ResourceComponent
-
An operation that clears all the ICEResources stored on the
ResourceComponent.
- clearSelection() - Method in class org.eclipse.ice.client.widgets.mesh.MeshSelectionManager
-
Clears all of the currently selected vertices, edges, and polygons.
- clickCell(int) - Method in interface org.eclipse.ice.client.widgets.reactoreditor.grid.IGridListener
-
The cell in a particular location has been clicked.
- clickCell(int) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.AssemblyAnalysisView
-
- clickCell(int) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.CoreAnalysisView
-
- clickCell(int) - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.CoreAnalysisView
-
- clickCell(int) - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.PinAssemblyAnalysisView
-
- clickRing(Ring) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.RodAnalysisView
-
The RodAnalysisView listens for the MouseUp event on the RodFigure's
Rings.
- clickRing(Ring) - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.PinAnalysisView
-
The PinAnalysisView listens for the MouseUp event on the PinFigure's
Rings.
- Client - Class in org.eclipse.ice.client.internal
-
The Client class is a base class for clients of the Core.
- Client() - Constructor for class org.eclipse.ice.client.internal.Client
-
The Constructor
- ClientActionBarAdvisor - Class in org.eclipse.ice.client.common
-
This class sets up the Eclipse action bar, registers actions and fixes the
coolbar.
- ClientActionBarAdvisor(IActionBarConfigurer) - Constructor for class org.eclipse.ice.client.common.ClientActionBarAdvisor
-
The constructor
- ClientHolder - Class in org.eclipse.ice.client.common.internal
-
This class accepts a reference to the Client from the OSGi Framework and
stores it for later retrieval by members of the plugin.
- ClientHolder() - Constructor for class org.eclipse.ice.client.common.internal.ClientHolder
-
- ClientWorkbenchWindowAdvisor - Class in org.eclipse.ice.client.common
-
- ClientWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer) - Constructor for class org.eclipse.ice.client.common.ClientWorkbenchWindowAdvisor
-
- clone() - Method in class org.eclipse.ice.client.widgets.geometry.RenderShape
-
- clone() - Method in class org.eclipse.ice.client.widgets.mesh.AbstractMeshController
-
This operation returns a clone of the AbstractMeshController using a deep
copy.
- clone() - Method in class org.eclipse.ice.client.widgets.mesh.AbstractMeshView
-
This operation returns a clone of the AbstractMeshView using a deep copy.
- clone() - Method in class org.eclipse.ice.client.widgets.mesh.EdgeController
-
This operation returns a clone of the Edge using a deep copy.
- clone() - Method in class org.eclipse.ice.client.widgets.mesh.EdgeView
-
This operation returns a clone of the VertexController using a deep copy.
- clone() - Method in class org.eclipse.ice.client.widgets.mesh.VertexController
-
This operation returns a clone of the VertexController using a deep copy.
- clone() - Method in class org.eclipse.ice.client.widgets.mesh.VertexView
-
This operation returns a clone of the VertexController using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.AdaptiveTreeComposite
-
Performs a deep copy and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.datastructures.form.BasicEntryContentProvider
-
This operation provides a deep copy of the BasicEntryContentProvider.
- clone() - Method in class org.eclipse.ice.datastructures.form.DataComponent
-
This operation provides a deep copy of the DataComponent.
- clone() - Method in class org.eclipse.ice.datastructures.form.emf.EMFComponent
-
This operation provides a deep copy of the EMFComponent.
- clone() - Method in class org.eclipse.ice.datastructures.form.emf.EMFEntry
-
This operation provides a deep copy of the EMFEntry.
- clone() - Method in class org.eclipse.ice.datastructures.form.emf.EMFTreeComposite
-
This operation provides a deep copy of the TreeComposite.
- clone() - Method in class org.eclipse.ice.datastructures.form.Entry
-
This operation provides a deep copy of the Entry.
- clone() - Method in class org.eclipse.ice.datastructures.form.Form
-
This operation provides a deep copy of the Form.
- clone() - Method in class org.eclipse.ice.datastructures.form.geometry.ComplexShape
-
This operation returns a clone of the ComplexShape using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.geometry.GeometryComponent
-
This operation returns a clone of the GeometryComponent using a deep
copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.geometry.PrimitiveShape
-
This operation returns a clone of the PrimitiveShape using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.geometry.Transformation
-
Returns a clone of the Transformation using a deep copy.
- clone() - Method in interface org.eclipse.ice.datastructures.form.IEntryContentProvider
-
This operation provides a deep copy of the IEntryContentProvider.
- clone() - Method in class org.eclipse.ice.datastructures.form.MasterDetailsComponent
-
This operation provides a deep copy of the MasterDetailsComponent.
- clone() - Method in class org.eclipse.ice.datastructures.form.MasterDetailsPair
-
Deep copies current object and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.datastructures.form.Material
-
This operation clones the material and creates a completely new material
with the same information.
- clone() - Method in class org.eclipse.ice.datastructures.form.MatrixComponent
-
This operation provides a deep copy of the MatrixComponent.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.BezierEdge
-
This operation returns a clone of the BezierEdge using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.BoundaryCondition
-
This operation returns a clone of the BoundaryCondition using a deep
copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.Custom2DShape
-
This operation returns a clone of the Custom2DShape using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.Edge
-
This operation returns a clone of the Edge using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.EdgeProperties
-
This operation returns a clone of the EdgeProperties using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.Hex
-
This operation returns a clone of the Hex using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.MeshComponent
-
This operation returns a clone of the MeshComponent using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.Polygon
-
This operation returns a clone of the Polygon using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.PolygonProperties
-
This operation returns a clone of the PolygonProperties using a deep
copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.PolynomialEdge
-
This operation returns a clone of the PolynomialEdge using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.Quad
-
This operation returns a clone of the Quad using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.mesh.Vertex
-
This operation returns a clone of the Vertex using a deep copy.
- clone() - Method in class org.eclipse.ice.datastructures.form.ResourceComponent
-
This operation provides a deep copy of the ResourceComponent.
- clone() - Method in class org.eclipse.ice.datastructures.form.TableComponent
-
This operation provides a deep copy of the TableComponent.
- clone() - Method in class org.eclipse.ice.datastructures.form.TimeDataComponent
-
This operation provides a deep copy of the TimeDataComponent.
- clone() - Method in class org.eclipse.ice.datastructures.form.TreeComposite
-
This operation provides a deep copy of the TreeComposite.
- clone() - Method in class org.eclipse.ice.datastructures.ICEObject.ICEObject
-
This operation returns a clone of the ICEObject using a deep copy.
- clone() - Method in interface org.eclipse.ice.datastructures.ICEObject.Identifiable
-
This operation returns a clone of the Identifiable instance using a deep
copy.
- clone() - Method in class org.eclipse.ice.datastructures.ICEObject.ListComponent
-
- clone() - Method in class org.eclipse.ice.datastructures.resource.ICEResource
-
This operation provides a deep copy of the ICEResource.
- clone() - Method in class org.eclipse.ice.datastructures.resource.VizResource
-
This operation provides a deep copy of the VizResource.
- clone() - Method in class org.eclipse.ice.item.Item
-
This operation provides a deep copy of the Item.
- clone() - Method in class org.eclipse.ice.item.jobLauncher.JobLauncher
-
This operation provides a deep copy of the JobLauncher.
- clone() - Method in class org.eclipse.ice.item.jobLauncher.SuiteLauncher
-
This operation overrides JobLauncher.clone to get the cloned type
correct.
- clone() - Method in class org.eclipse.ice.reactor.bwr.BWReactor
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.FeatureSet
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.GridLabelProvider
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.GridLocation
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.LWRComponent
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.LWRComposite
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.LWRData
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.LWRDataProvider
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.LWReactor
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.LWRGridManager
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.LWRRod
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.Material
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.MaterialBlock
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.plant.Boundary
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.Branch
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.CoreChannel
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.DownComer
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.FlowJunction
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.GeometricalComponent
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.HeatExchanger
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.IdealPump
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.Inlet
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.Junction
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.MassFlowInlet
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.OneInOneOutJunction
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.Outlet
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.Pipe
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.PipeToPipeJunction
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.PipeWithHeatStructure
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.PlantComponent
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.PlantComposite
-
- clone() - Method in class org.eclipse.ice.reactor.plant.PointKinetics
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.Pump
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.Reactor
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.SeparatorDryer
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.SolidWall
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.SpecifiedDensityAndVelocityInlet
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.Subchannel
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.SubchannelBranch
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.TDM
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.TimeDependentJunction
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.TimeDependentVolume
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.Turbine
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.Valve
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.VolumeBranch
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.plant.WetWell
-
Performs a deep copy and returns a newly instantiated Object.
- clone() - Method in class org.eclipse.ice.reactor.pwr.ControlBank
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.pwr.FuelAssembly
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.pwr.IncoreInstrument
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.pwr.PressurizedWaterReactor
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.pwr.PWRAssembly
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.pwr.RodClusterAssembly
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.Ring
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.base.FeatureSet
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.base.GridDataManager
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.base.GridManager
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.base.SFRComponent
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.base.SFRComposite
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.base.SFRData
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.core.assembly.PinAssembly
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.core.assembly.ReflectorAssembly
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.core.assembly.Ring
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.core.assembly.SFRAssembly
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.core.assembly.SFRPin
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.core.assembly.SFRRod
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.core.Material
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.core.MaterialBlock
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.sfr.core.SFReactor
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactor.Tube
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.reactorAnalyzer.ReactorComposite
-
Deep copies and returns a newly instantiated object.
- clone() - Method in class org.eclipse.ice.viz.PlotEntryContentProvider
-
Returns a clone of this PlotEntryContentProvider.
- clone() - Method in class org.eclipse.ice.viz.service.connections.KeyEntry
-
Overrides the default clone operation on Entry
.
- clone() - Method in class org.eclipse.ice.viz.service.connections.PortEntry
-
Overrides the default clone operation on Entry
.
- clone() - Method in class org.eclipse.ice.viz.service.connections.SecretEntry
-
- clone() - Method in class org.eclipse.ice.viz.service.csv.CSVData
-
This operation creates a deep copy of the CSVData object and returns it
- close() - Method in interface org.eclipse.ice.analysistool.IAnalysisTool
-
This operation allows subclasses to perform shutdown operations when they are required by a back-end analysis service (such as VisIt) to close the running processes.
- close() - Method in class org.eclipse.ice.kdd.KDDAnalysisTool
-
(non-Javadoc)
- closedOK() - Method in class org.eclipse.ice.client.internal.Client
-
(non-Javadoc)
- closedOK() - Method in class org.eclipse.ice.client.internal.ItemProcessor
-
(non-Javadoc)
- closedOK() - Method in interface org.eclipse.ice.iclient.uiwidgets.IWidgetClosedListener
-
- closeGroup(int) - Method in class org.eclipse.ice.io.hdf.HdfIOFactory
-
Closes an HDF5 Group.
- closeH5File(H5File) - Static method in class org.eclipse.ice.io.hdf.HdfFileFactory
-
Closes an h5File.
- Cluster - Class in org.eclipse.ice.kdd.kddstrategy.kmeansclustering
-
Cluster is a class that encapsulates a set of similar N-dimensional vector
data.
- Cluster(int) - Constructor for class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.Cluster
-
The Constructor
- cluster(int, int) - Method in class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.ClusterKDDMatrix
-
This method performs a KMeans cluster algorithm on this matrix-structured
data set.
- ClusterKDDMatrix - Class in org.eclipse.ice.kdd.kddstrategy.kmeansclustering
-
The ClusterKDDMatrix is a subclass of KDDMatrix that provides a cluster
method that produces a set of Clusters.
- ClusterKDDMatrix(IDataProvider) - Constructor for class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.ClusterKDDMatrix
-
The constructor, takes a valid set of IData and constructs this matrix.
- ClusterKDDMatrix(ArrayList<Double>, int, int) - Constructor for class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.ClusterKDDMatrix
-
- ClusterKDDMatrix(IDataProvider, DistanceMeasure) - Constructor for class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.ClusterKDDMatrix
-
The constructor, for injecting a realization of the DistanceMeasure
interface.
- ClusterKDDMatrix() - Constructor for class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.ClusterKDDMatrix
-
The Constructor
- ColorFactory - Class in org.eclipse.ice.client.widgets.reactoreditor
-
A ColorFactory can be used to get the next available color from a pre-defined
palette.
- ColorFactory() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.ColorFactory
-
The default constructor.
- ColorScale - Class in org.eclipse.ice.client.widgets.reactoreditor
-
The Class ColorScale creates a color scale based on the 3 overlapping
Gaussian functions representing bands of red, green and blue.
- ColorScale(double, double, double, double, double, double) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.ColorScale
-
The Constructor.
- ColorScalePalette - Enum in org.eclipse.ice.client.widgets.reactoreditor
-
- column - Variable in class org.eclipse.ice.client.widgets.reactoreditor.lwr.LWRComponentInfo
-
The column in which the LWRComponent resides.
- column - Variable in class org.eclipse.ice.client.widgets.reactoreditor.sfr.SFRComponentInfo
-
The column in which the SFRComponent resides.
- columnNormalize() - Method in class org.eclipse.ice.kdd.kddmath.KDDMatrix
-
This method column normalizes the matrix, ie, sums each column and
divides each column element by that sum.
- ComboCellEditingSupport - Class in org.eclipse.ice.client.common.properties
-
- ComboCellEditingSupport(ColumnViewer, IComboCellContentProvider) - Constructor for class org.eclipse.ice.client.common.properties.ComboCellEditingSupport
-
The default constructor.
- commit(boolean) - Method in class org.eclipse.ice.client.widgets.ICEDataComponentDetailsPage
-
(non-Javadoc)
- commit() - Method in class org.eclipse.ice.core.internal.SimpleLogin
-
This operation commits the new principle to the subject.
- commit(boolean) - Method in class org.eclipse.ice.materials.ui.MaterialDetailsPage
-
- ComparativeKMeansStrategy - Class in org.eclipse.ice.kdd.kddstrategy.kmeansclustering
-
The ComparativeKMeansStrategy performs a basic KMeans clustering algorithm on
a matrix that is the difference between a loaded set of analysis data and a
given reference set of data.
- ComparativeKMeansStrategy(IDataProvider) - Constructor for class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.ComparativeKMeansStrategy
-
The Constructor
- ComparativeKMeansStrategy(ClusterKDDMatrix) - Constructor for class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.ComparativeKMeansStrategy
-
The Constructor with direct matrix to cluster injection.
- CompareAction - Class in org.eclipse.ice.reactor.perspective
-
This class looks up the currently open Reactor Editors using the
ReactorEditorRegistry
and tells the
ReactorViewer
to send its
current selection to one of the Reactor Editors.
- CompareAction(ViewPart) - Constructor for class org.eclipse.ice.reactor.perspective.CompareAction
-
The constructor
- compareSelection(int) - Method in class org.eclipse.ice.reactor.perspective.ReactorViewer
-
- compareTo(GridLocation) - Method in class org.eclipse.ice.reactor.GridLocation
-
(non-Javadoc)
- compareTo(MaterialBlock) - Method in class org.eclipse.ice.reactor.MaterialBlock
-
- compareTo(Ring) - Method in class org.eclipse.ice.reactor.Ring
-
(non-Javadoc)
- compareTo(Ring) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.Ring
-
Compares "this" ring to the input parameter ring
("that" ring).
- compareTo(MaterialBlock) - Method in class org.eclipse.ice.reactor.sfr.core.MaterialBlock
-
Compares the vertical position of two MaterialBlocks.
- ComparisonPlotAnalysisView - Class in org.eclipse.ice.client.widgets.reactoreditor.lwr
-
- ComparisonPlotAnalysisView(DataSource) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.lwr.ComparisonPlotAnalysisView
-
The default constructor.
- ComplexShape - Class in org.eclipse.ice.datastructures.form.geometry
-
Represents an ordered collection of shape components which are applied to a
parent set operator
- ComplexShape() - Constructor for class org.eclipse.ice.datastructures.form.geometry.ComplexShape
-
Calls AbstractShape's constructor and sets the operator type to None
- ComplexShape(OperatorType) - Constructor for class org.eclipse.ice.datastructures.form.geometry.ComplexShape
-
Calls AbstractShape's constructor and sets the operator type to the given
value
- Component - Interface in org.eclipse.ice.datastructures.ICEObject
-
The Component interface is the base for all shared operations in the
UpdateableComposite package's classes.
- component - Static variable in interface org.eclipse.ice.datastructures.ICEObject.Composite
-
- component - Static variable in interface org.eclipse.ice.datastructures.ICEObject.IUpdateableListener
-
The Component that was updated.
- ComponentPropertySection - Class in org.eclipse.ice.client.widgets
-
This class is responsible for ICE Components in a TabbedPropertiesWindow.
- ComponentPropertySection() - Constructor for class org.eclipse.ice.client.widgets.ComponentPropertySection
-
- Composite - Interface in org.eclipse.ice.datastructures.ICEObject
-
The Composite interface defines behavior for realizations of the Component
interface that will also have children.
- CompositeAppState - Class in org.eclipse.ice.client.widgets.jme
-
This class represents a
SimpleAppState
that can contain multiple
child
SimpleAppState
s.
- CompositeAppState() - Constructor for class org.eclipse.ice.client.widgets.jme.CompositeAppState
-
- CompositeStrategy - Class in org.eclipse.ice.kdd.kddstrategy.compositestrategy
-
The CompositeStrategy is a realization of the Composite design pattern that
encapsulates a tree structure of available KDDStrategies to execute.
- CompositeStrategy(ArrayList<IDataProvider>) - Constructor for class org.eclipse.ice.kdd.kddstrategy.compositestrategy.CompositeStrategy
-
The constructor.
- CompositeStrategy() - Constructor for class org.eclipse.ice.kdd.kddstrategy.compositestrategy.CompositeStrategy
-
The constructor.
- computeBottomPad(Layout) - Method in class org.eclipse.ice.client.widgets.PadFinder
-
Computes the padding on the bottom side of the specified layout.
- computeLeftPad(Layout) - Method in class org.eclipse.ice.client.widgets.PadFinder
-
Computes the padding on the left side of the specified layout.
- computeRightPad(Layout) - Method in class org.eclipse.ice.client.widgets.PadFinder
-
Computes the padding on the right side of the specified layout.
- computeSize(int, int) - Method in class org.eclipse.ice.client.widgets.ScrollClientComposite
-
Override the default computeSize(int,int)
to redirect it to the
other method regardless of the Composite
implementation.
- computeSize(int, int, boolean) - Method in class org.eclipse.ice.client.widgets.ScrollClientComposite
-
- computeTopPad(Layout) - Method in class org.eclipse.ice.client.widgets.PadFinder
-
Computes the padding on the top side of the specified layout.
- connect(String, String) - Method in class org.eclipse.ice.client.internal.RemoteCoreProxy
-
This operation connects to the ICE Core using Basic authentication over
HTTPS.
- connect() - Method in class org.eclipse.ice.client.internal.RemoteCoreProxy
-
(non-Javadoc)
- connect() - Method in interface org.eclipse.ice.core.iCore.ICore
-
This operation "connects" a client to the ICore.
- connect() - Method in class org.eclipse.ice.core.internal.Core
-
(non-Javadoc)
- connect() - Method in class org.eclipse.ice.viz.service.connections.ConnectionAdapter
-
- connect(boolean) - Method in class org.eclipse.ice.viz.service.connections.ConnectionAdapter
-
- connect() - Method in class org.eclipse.ice.viz.service.connections.ConnectionManager
-
- connect() - Method in interface org.eclipse.ice.viz.service.connections.IConnectionAdapter
-
Connects to the associated connection if not already connected or
connecting.
- connect(boolean) - Method in interface org.eclipse.ice.viz.service.connections.IConnectionAdapter
-
Connects to the associated connection if not already connected or
connecting.
- connect() - Method in class org.eclipse.ice.viz.service.csv.CSVVizService
-
- connect() - Method in interface org.eclipse.ice.viz.service.IVizService
-
This operation directs the IVizService to "connect" to any pieces of its
service that may not already be running or require additional
configuration at run time.
- connect() - Method in class org.eclipse.ice.viz.service.visit.VisItVizService
-
- ConnectCoreAction - Class in org.eclipse.ice.client.common
-
ConnectCoreAction inherits JFace Action and defines the action that occurs
when a user attempts to connect Client to a Core
- ConnectCoreAction(IWorkbenchWindow) - Constructor for class org.eclipse.ice.client.common.ConnectCoreAction
-
- ConnectionAdapter<T> - Class in org.eclipse.ice.viz.service.connections
-
This class provides an adapter that wraps a connection.
- ConnectionAdapter() - Constructor for class org.eclipse.ice.viz.service.connections.ConnectionAdapter
-
The default constructor.
- ConnectionManager<T> - Class in org.eclipse.ice.viz.service.connections
-
- ConnectionPlot<T> - Class in org.eclipse.ice.viz.service.connections
-
This class provides the basic implementation for an
IPlot
whose
content depends on a local or remote connection (a
ConnectionAdapter
).
- ConnectionPlot(IVizService) - Constructor for class org.eclipse.ice.viz.service.connections.ConnectionPlot
-
The default constructor.
- ConnectionPlotRender<T> - Class in org.eclipse.ice.viz.service.connections
-
- ConnectionPlotRender(Composite, ConnectionPlot<T>) - Constructor for class org.eclipse.ice.viz.service.connections.ConnectionPlotRender
-
The default constructor.
- ConnectionPreference - Enum in org.eclipse.ice.viz.service.visit
-
This enum defines connection preferences supported by VisIt.
- ConnectionState - Enum in org.eclipse.ice.viz.service.connections
-
This enum defines the possible states of a viz service connection.
- ConnectionTable - Class in org.eclipse.ice.viz.service.connections
-
This class manages a list of uniquely-keyed VisIt connections within an ICE
TableComponent
.
- ConnectionTable() - Constructor for class org.eclipse.ice.viz.service.connections.ConnectionTable
-
The default constructor.
- connectToCore(String, int) - Method in class org.eclipse.ice.client.internal.Client
-
(non-Javadoc)
- connectToCore(String, int) - Method in interface org.eclipse.ice.iclient.IClient
-
This operation directs the client to connect to the Core at the specified remote address and port.
- contains(String) - Method in class org.eclipse.ice.datastructures.form.DataComponent
-
This operation determines whether a Form contains an Entry with the name
entryName.
- contains(KDDMatrix) - Method in class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.Cluster
-
This method checks that this data vector is contained in this Cluster.
- containsKey(String) - Method in class org.eclipse.ice.item.Registry
-
This operation checks to see if the Registry contains a particular key.
- containsPoint(int, int) - Method in class org.eclipse.ice.client.widgets.reactoreditor.Circle
-
Returns true if the point (x, y) is contained within this circle.
- containsPoint(int, int) - Method in class org.eclipse.ice.client.widgets.reactoreditor.MaterialShape
-
Returns true if the point (x, y) is contained within this circle.
- ControlBank - Class in org.eclipse.ice.reactor.pwr
-
The ControlBank class contains properties associated with axially movable
RodClusterAssembly objects known as Rod Cluster Control Assemblies.
- ControlBank() - Constructor for class org.eclipse.ice.reactor.pwr.ControlBank
-
The nullary Constructor.
- ControlBank(String, double, int) - Constructor for class org.eclipse.ice.reactor.pwr.ControlBank
-
A parameterized Constructor.
- convolute(double[], double, double, double, int, int, int, double[]) - Method in class org.eclipse.ice.reflectivity.ReflectivityCalculator
-
This operation convolutes the data in refFit with a Gaussian resolution
function in q, calculated from theta, delThe, and delLamOLam.
- convoluteReflectivity(double, double, double, boolean, double[], Tile[]) - Method in class org.eclipse.ice.reflectivity.ReflectivityCalculator
-
This operation computes the convolution of the reflectivity with a
variable Gaussian resolution function.
- copy(AbstractMeshController) - Method in class org.eclipse.ice.client.widgets.mesh.AbstractMeshController
-
This operation copies the contents of a AbstractMeshController into the
current object using a deep copy.
- copy(AbstractMeshView) - Method in class org.eclipse.ice.client.widgets.mesh.AbstractMeshView
-
This operation copies the contents of a AbstractMeshView into the current
object using a deep copy.
- copy(AbstractMeshController) - Method in class org.eclipse.ice.client.widgets.mesh.EdgeController
-
This operation copies the contents of a Edge into the current object
using a deep copy.
- copy(EdgeView) - Method in class org.eclipse.ice.client.widgets.mesh.EdgeView
-
This operation copies the contents of a VertexController into the current
object using a deep copy.
- copy(VertexController) - Method in class org.eclipse.ice.client.widgets.mesh.VertexController
-
This operation copies the contents of a VertexController into the current
object using a deep copy.
- copy(VertexView) - Method in class org.eclipse.ice.client.widgets.mesh.VertexView
-
This operation copies the contents of a VertexController into the current
object using a deep copy.
- copy(AdaptiveTreeComposite) - Method in class org.eclipse.ice.datastructures.form.AdaptiveTreeComposite
-
Performs a deep copy.
- copy(BasicEntryContentProvider) - Method in class org.eclipse.ice.datastructures.form.BasicEntryContentProvider
-
Deep copies another BasicEntryContentProvider.
- copy(DataComponent) - Method in class org.eclipse.ice.datastructures.form.DataComponent
-
This operation performs a deep copy of the attributes of another
DataComponent into the current DataComponent.
- copy(EMFComponent) - Method in class org.eclipse.ice.datastructures.form.emf.EMFComponent
-
This operation performs a deep copy of the attributes of another
EMFComponent into the current EMFComponent.
- copy(EMFEntry) - Method in class org.eclipse.ice.datastructures.form.emf.EMFEntry
-
This method provides a copy of the EMFEntry.
- copy(EMFTreeComposite) - Method in class org.eclipse.ice.datastructures.form.emf.EMFTreeComposite
-
This operation performs a deep copy of the attributes of another
EMFTreeComposite into the current EMFTreeComposite.
- copy(Entry) - Method in class org.eclipse.ice.datastructures.form.Entry
-
This operation performs a deep copy of the attributes of another Entry
into the current Entry.
- copy(Form) - Method in class org.eclipse.ice.datastructures.form.Form
-
This operation performs a deep copy of the attributes of another Form
into the current Form.
- copy(AbstractShape) - Method in class org.eclipse.ice.datastructures.form.geometry.AbstractShape
-
Copies the contents of a shape into the current object using a deep copy
- copy(ComplexShape) - Method in class org.eclipse.ice.datastructures.form.geometry.ComplexShape
-
This operation copies the contents of a ComplexShape into the current
object using a deep copy.
- copy(GeometryComponent) - Method in class org.eclipse.ice.datastructures.form.geometry.GeometryComponent
-
This operation copies the contents of a GeometryComponent into the
current object using a deep copy.
- copy(PrimitiveShape) - Method in class org.eclipse.ice.datastructures.form.geometry.PrimitiveShape
-
This operation copies the contents of a PrimitiveShape into the current
object using a deep copy.
- copy(Transformation) - Method in class org.eclipse.ice.datastructures.form.geometry.Transformation
-
Copies the contents of a Transformation into the current object using a
deep copy
- copy(MasterDetailsComponent) - Method in class org.eclipse.ice.datastructures.form.MasterDetailsComponent
-
This operation performs a deep copy of the attributes of another
MasterDetailsComponent into the current MasterDetailsComponent.
- copy(MasterDetailsPair) - Method in class org.eclipse.ice.datastructures.form.MasterDetailsPair
-
An operation that copies the object passed into the current object.
- copy(Material) - Method in class org.eclipse.ice.datastructures.form.Material
-
This operation copies the content of the incoming material into this
material.
- copy(MatrixComponent) - Method in class org.eclipse.ice.datastructures.form.MatrixComponent
-
This operation performs a deep copy of the attributes of another
MatrixComponent into the current MatrixComponent.
- copy(BezierEdge) - Method in class org.eclipse.ice.datastructures.form.mesh.BezierEdge
-
This operation copies the contents of a BezierEdge into the current
object using a deep copy.
- copy(BoundaryCondition) - Method in class org.eclipse.ice.datastructures.form.mesh.BoundaryCondition
-
This operation copies the contents of a BoundaryCondition into the
current object using a deep copy.
- copy(Custom2DShape) - Method in class org.eclipse.ice.datastructures.form.mesh.Custom2DShape
-
This operation copies the contents of a Custom2DShape into the current
object using a deep copy.
- copy(Edge) - Method in class org.eclipse.ice.datastructures.form.mesh.Edge
-
This operation copies the contents of a Edge into the current object
using a deep copy.
- copy(EdgeProperties) - Method in class org.eclipse.ice.datastructures.form.mesh.EdgeProperties
-
This operation copies the contents of a EdgeProperties into the current
object using a deep copy.
- copy(Hex) - Method in class org.eclipse.ice.datastructures.form.mesh.Hex
-
This operation copies the contents of a Hex into the current object using
a deep copy.
- copy(MeshComponent) - Method in class org.eclipse.ice.datastructures.form.mesh.MeshComponent
-
This operation copies the contents of a MeshComponent into the current
object using a deep copy.
- copy(Polygon) - Method in class org.eclipse.ice.datastructures.form.mesh.Polygon
-
This operation copies the contents of a Polygon into the current object
using a deep copy.
- copy(PolygonProperties) - Method in class org.eclipse.ice.datastructures.form.mesh.PolygonProperties
-
This operation copies the contents of a PolygonProperties into the
current object using a deep copy.
- copy(PolynomialEdge) - Method in class org.eclipse.ice.datastructures.form.mesh.PolynomialEdge
-
This operation copies the contents of a PolynomialEdge into the current
object using a deep copy.
- copy(Quad) - Method in class org.eclipse.ice.datastructures.form.mesh.Quad
-
This operation copies the contents of a Quad into the current object
using a deep copy.
- copy(Polygon) - Method in class org.eclipse.ice.datastructures.form.mesh.Quad
-
This operation copies the contents of a 4-sided Polygon into the current
object using a deep copy.
- copy(Vertex) - Method in class org.eclipse.ice.datastructures.form.mesh.Vertex
-
This operation copies the contents of a Vertex into the current object
using a deep copy.
- copy(TableComponent) - Method in class org.eclipse.ice.datastructures.form.TableComponent
-
This operation performs a deep copy of the attributes of another
TableComponent into the current TableComponent.
- copy(TimeDataComponent) - Method in class org.eclipse.ice.datastructures.form.TimeDataComponent
-
This operation performs a deep copy of the attributes of another
TimeDataComponent into the current TimeDataComponent.
- copy(TreeComposite) - Method in class org.eclipse.ice.datastructures.form.TreeComposite
-
This operation performs a deep copy of the attributes of another
TreeComposite into the current TreeComposite.
- copy(TreeComposite, boolean) - Method in class org.eclipse.ice.datastructures.form.TreeComposite
-
This operation performs a deep copy of the attributes of another
TreeComposite into the current TreeComposite.
- copy(ICEObject) - Method in class org.eclipse.ice.datastructures.ICEObject.ICEObject
-
This operation copies the contents of an ICEObject into the current
object using a deep copy.
- copy(ListComponent<T>) - Method in class org.eclipse.ice.datastructures.ICEObject.ListComponent
-
This operation copies the contents of the ListComponent into the current
object using a deep copy.
- copy(ICEResource) - Method in class org.eclipse.ice.datastructures.resource.ICEResource
-
This operation performs a deep copy of the attributes of another
ICEResource into the current ICEResource.
- copy(VizResource) - Method in class org.eclipse.ice.datastructures.resource.VizResource
-
This operation performs a deep copy of the attributes of another
VizResource into the current VizResource.
- copy(Item) - Method in class org.eclipse.ice.item.Item
-
This operation performs a deep copy of the attributes of another Item
into the current Item.
- copy(JobLauncher) - Method in class org.eclipse.ice.item.jobLauncher.JobLauncher
-
- copy(SuiteLauncher) - Method in class org.eclipse.ice.item.jobLauncher.SuiteLauncher
-
This operation overrides JobLauncher.copy to copy extra executable
information.
- copy(KDDMatrix) - Method in class org.eclipse.ice.kdd.kddmath.KDDMatrix
-
Create a copy of this KDDMatrix and return it.
- copy(KDDMatrix) - Method in class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.ClusterKDDMatrix
-
- copy(BWReactor) - Method in class org.eclipse.ice.reactor.bwr.BWReactor
-
Deep copies the contents of the object.
- copy(FeatureSet) - Method in class org.eclipse.ice.reactor.FeatureSet
-
Deep copies the contents of the object.
- copy(GridLabelProvider) - Method in class org.eclipse.ice.reactor.GridLabelProvider
-
Deep copies the contents of the object.
- copy(GridLocation) - Method in class org.eclipse.ice.reactor.GridLocation
-
Deep copies the contents of the object.
- copy(LWRComponent) - Method in class org.eclipse.ice.reactor.LWRComponent
-
Deep copies the contents of the object.
- copy(LWRComposite) - Method in class org.eclipse.ice.reactor.LWRComposite
-
Deep copies the contents of the object.
- copy(LWRData) - Method in class org.eclipse.ice.reactor.LWRData
-
Deep copies the contents of the object.
- copy(LWRDataProvider) - Method in class org.eclipse.ice.reactor.LWRDataProvider
-
Deep copies the contents of the object.
- copy(LWReactor) - Method in class org.eclipse.ice.reactor.LWReactor
-
Deep copies the contents of the object.
- copy(LWRGridManager) - Method in class org.eclipse.ice.reactor.LWRGridManager
-
Deep copies the contents of the object.
- copy(LWRRod) - Method in class org.eclipse.ice.reactor.LWRRod
-
Deep copies the contents of the object.
- copy(Material) - Method in class org.eclipse.ice.reactor.Material
-
Deep copies the contents of the object.
- copy(MaterialBlock) - Method in class org.eclipse.ice.reactor.MaterialBlock
-
Deep copies the contents of the object.
- copy(Boundary) - Method in class org.eclipse.ice.reactor.plant.Boundary
-
Deep copies the contents of otherObject.
- copy(Branch) - Method in class org.eclipse.ice.reactor.plant.Branch
-
Deep copies the contents of otherObject.
- copy(CoreChannel) - Method in class org.eclipse.ice.reactor.plant.CoreChannel
-
Deep copies the contents of otherObject.
- copy(DownComer) - Method in class org.eclipse.ice.reactor.plant.DownComer
-
Deep copies the contents of otherObject.
- copy(FlowJunction) - Method in class org.eclipse.ice.reactor.plant.FlowJunction
-
Deep copies the contents of otherObject.
- copy(GeometricalComponent) - Method in class org.eclipse.ice.reactor.plant.GeometricalComponent
-
Deep copies the contents of otherObject.
- copy(HeatExchanger) - Method in class org.eclipse.ice.reactor.plant.HeatExchanger
-
Deep copies the contents of otherObject.
- copy(IdealPump) - Method in class org.eclipse.ice.reactor.plant.IdealPump
-
Deep copies the contents of otherObject.
- copy(Inlet) - Method in class org.eclipse.ice.reactor.plant.Inlet
-
Deep copies the contents of otherObject.
- copy(Junction) - Method in class org.eclipse.ice.reactor.plant.Junction
-
Deep copies the contents of otherObject.
- copy(MassFlowInlet) - Method in class org.eclipse.ice.reactor.plant.MassFlowInlet
-
Deep copies the contents of otherObject.
- copy(OneInOneOutJunction) - Method in class org.eclipse.ice.reactor.plant.OneInOneOutJunction
-
Deep copies the contents of otherObject.
- copy(Outlet) - Method in class org.eclipse.ice.reactor.plant.Outlet
-
Deep copies the contents of otherObject.
- copy(Pipe) - Method in class org.eclipse.ice.reactor.plant.Pipe
-
Deep copies the contents of otherObject.
- copy(PipeToPipeJunction) - Method in class org.eclipse.ice.reactor.plant.PipeToPipeJunction
-
Deep copies the contents of otherObject.
- copy(PipeWithHeatStructure) - Method in class org.eclipse.ice.reactor.plant.PipeWithHeatStructure
-
Deep copies the contents of otherObject.
- copy(PlantComponent) - Method in class org.eclipse.ice.reactor.plant.PlantComponent
-
Deep copies the contents of otherObject.
- copy(PlantComposite) - Method in class org.eclipse.ice.reactor.plant.PlantComposite
-
Copies the contents of the other PlantComposite.
- copy(PointKinetics) - Method in class org.eclipse.ice.reactor.plant.PointKinetics
-
Deep copies the contents of otherObject.
- copy(Pump) - Method in class org.eclipse.ice.reactor.plant.Pump
-
Deep copies the contents of otherObject.
- copy(Reactor) - Method in class org.eclipse.ice.reactor.plant.Reactor
-
Deep copies the contents of otherObject.
- copy(SeparatorDryer) - Method in class org.eclipse.ice.reactor.plant.SeparatorDryer
-
Deep copies the contents of otherObject.
- copy(SolidWall) - Method in class org.eclipse.ice.reactor.plant.SolidWall
-
Deep copies the contents of otherObject.
- copy(SpecifiedDensityAndVelocityInlet) - Method in class org.eclipse.ice.reactor.plant.SpecifiedDensityAndVelocityInlet
-
Deep copies the contents of otherObject.
- copy(Subchannel) - Method in class org.eclipse.ice.reactor.plant.Subchannel
-
Deep copies the contents of otherObject.
- copy(SubchannelBranch) - Method in class org.eclipse.ice.reactor.plant.SubchannelBranch
-
Deep copies the contents of otherObject.
- copy(TDM) - Method in class org.eclipse.ice.reactor.plant.TDM
-
Deep copies the contents of otherObject.
- copy(TimeDependentJunction) - Method in class org.eclipse.ice.reactor.plant.TimeDependentJunction
-
Deep copies the contents of otherObject.
- copy(TimeDependentVolume) - Method in class org.eclipse.ice.reactor.plant.TimeDependentVolume
-
Deep copies the contents of otherObject.
- copy(Turbine) - Method in class org.eclipse.ice.reactor.plant.Turbine
-
Deep copies the contents of otherObject.
- copy(Valve) - Method in class org.eclipse.ice.reactor.plant.Valve
-
Deep copies the contents of otherObject.
- copy(VolumeBranch) - Method in class org.eclipse.ice.reactor.plant.VolumeBranch
-
Deep copies the contents of otherObject.
- copy(WetWell) - Method in class org.eclipse.ice.reactor.plant.WetWell
-
Deep copies the contents of otherObject.
- copy(ControlBank) - Method in class org.eclipse.ice.reactor.pwr.ControlBank
-
Deep copies the contents of the object.
- copy(FuelAssembly) - Method in class org.eclipse.ice.reactor.pwr.FuelAssembly
-
Deep copies the contents of the object.
- copy(IncoreInstrument) - Method in class org.eclipse.ice.reactor.pwr.IncoreInstrument
-
Deep copies the contents of the object.
- copy(PressurizedWaterReactor) - Method in class org.eclipse.ice.reactor.pwr.PressurizedWaterReactor
-
Deep copies the contents of the object.
- copy(PWRAssembly) - Method in class org.eclipse.ice.reactor.pwr.PWRAssembly
-
Deep copies the contents of the object.
- copy(RodClusterAssembly) - Method in class org.eclipse.ice.reactor.pwr.RodClusterAssembly
-
Deep copies the contents of the object.
- copy(Ring) - Method in class org.eclipse.ice.reactor.Ring
-
Deep copies the contents of the object.
- copy(FeatureSet) - Method in class org.eclipse.ice.reactor.sfr.base.FeatureSet
-
Deep copies the contents of the object from another object.
- copy(GridDataManager) - Method in class org.eclipse.ice.reactor.sfr.base.GridDataManager
-
Deep copies the contents of the object from another object.
- copy(GridManager) - Method in class org.eclipse.ice.reactor.sfr.base.GridManager
-
Deep copies the contents of the object from another object.
- copy(SFRComponent) - Method in class org.eclipse.ice.reactor.sfr.base.SFRComponent
-
Deep copies the contents of the SFRComponent.
- copy(SFRComposite) - Method in class org.eclipse.ice.reactor.sfr.base.SFRComposite
-
Deep copies the contents of the object from another object.
- copy(SFRData) - Method in class org.eclipse.ice.reactor.sfr.base.SFRData
-
Deep copies the contents of the object.
- copy(PinAssembly) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.PinAssembly
-
Deep copies the contents of the object from another object.
- copy(ReflectorAssembly) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.ReflectorAssembly
-
Deep copies the contents of the object from another object.
- copy(Ring) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.Ring
-
Deep copies the contents of the object.
- copy(SFRAssembly) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.SFRAssembly
-
Deep copies the contents of the object from another object.
- copy(SFRPin) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.SFRPin
-
Deep copies the contents of the object.
- copy(SFRRod) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.SFRRod
-
Deep copies the contents of the object.
- copy(Material) - Method in class org.eclipse.ice.reactor.sfr.core.Material
-
Deep copies the contents of the object.
- copy(MaterialBlock) - Method in class org.eclipse.ice.reactor.sfr.core.MaterialBlock
-
Deep copies the contents of the object.
- copy(SFReactor) - Method in class org.eclipse.ice.reactor.sfr.core.SFReactor
-
Deep copies the contents of the object.
- copy(Tube) - Method in class org.eclipse.ice.reactor.Tube
-
Deep copies the contents of the object.
- copy(ReactorComposite) - Method in class org.eclipse.ice.reactorAnalyzer.ReactorComposite
-
Copies the contents of the object from another object.
- copy(CSVData) - Method in class org.eclipse.ice.viz.service.csv.CSVData
-
This operation performs a deep copy of the attributes of another CSVData
into the current CSVData.
- copyInputDirectory(String, String) - Method in class org.eclipse.ice.vibe.launcher.VibeLauncher
-
Recursively copies a directory to a destination.
- copyReactor(IReactorComponent, IReactorComponent) - Method in class org.eclipse.ice.reactorAnalyzer.ReactorReaderFactory
-
Copies the information from a source IReactorComponent instance to
another IReactorComponent.
- copyValues(StateBroker) - Method in class org.eclipse.ice.client.widgets.reactoreditor.StateBroker
-
Copies only the values from the specified StateBroker to this one.
- Core - Class in org.eclipse.ice.core.internal
-
The Core class is responsible for implementing and/or managing all of the
data and workflow management capabilities of ICE.
- Core(ItemManager) - Constructor for class org.eclipse.ice.core.internal.Core
-
An alternative constructor that allows the Core to be constructed with a
particular ItemManager.
- Core() - Constructor for class org.eclipse.ice.core.internal.Core
-
The Constructor
- CoreAnalysisView - Class in org.eclipse.ice.client.widgets.reactoreditor.lwr
-
- CoreAnalysisView(DataSource) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.lwr.CoreAnalysisView
-
The default constructor.
- CoreAnalysisView - Class in org.eclipse.ice.client.widgets.reactoreditor.sfr
-
This class provides an IAnalysisView geared toward an
SFReactor
core.
- CoreAnalysisView(DataSource) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.sfr.CoreAnalysisView
-
The default constructor.
- CoreCellEditPart - Class in org.eclipse.ice.client.widgets.reactoreditor.lwr
-
The CoreCellEditPart provides the EditPart for a Cell in a Grid.
- CoreCellEditPart(IGridListener) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.lwr.CoreCellEditPart
-
The default constructor.
- CoreCellEditPart - Class in org.eclipse.ice.client.widgets.reactoreditor.sfr
-
The CoreCellEditPart provides the EditPart fo a Cell in a Grid.
- CoreCellEditPart(IGridListener) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.sfr.CoreCellEditPart
-
The default constructor.
- CoreChannel - Class in org.eclipse.ice.reactor.plant
-
Simulates the fluid flow associated with a solid heat structure part.
- CoreChannel() - Constructor for class org.eclipse.ice.reactor.plant.CoreChannel
-
Nullary constructor.
- CoreConnectDialog - Class in org.eclipse.ice.client.common
-
- CoreEditPartFactory - Class in org.eclipse.ice.client.widgets.reactoreditor.lwr
-
This class connects GEF EditParts to the GridEditor's model so that the
appropriate EditParts can be created from the corresponding model.
- CoreEditPartFactory(IGridListener) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.lwr.CoreEditPartFactory
-
The default constructor.
- CoreEditPartFactory - Class in org.eclipse.ice.client.widgets.reactoreditor.sfr
-
This class connects GEF EditParts to the GridEditor's model so that the
appropriate EditParts can be created from the corresponding model.
- CoreEditPartFactory(IGridListener) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.sfr.CoreEditPartFactory
-
The default constructor.
- CoreIApplication - Class in org.eclipse.ice.core.launcher
-
This class is used as an application launcher for the Core when it is run as
a stand-alone server in an OSGi framework.
- CoreIApplication() - Constructor for class org.eclipse.ice.core.launcher.CoreIApplication
-
- create() - Method in class org.eclipse.ice.viz.visit.VisitPythonDialog
-
Set the title and message to display near the top of this dialog window.
- createActionBarAdvisor(IActionBarConfigurer) - Method in class org.eclipse.ice.client.common.ClientWorkbenchWindowAdvisor
-
- createApplication() - Method in interface org.eclipse.ice.client.widgets.jme.internal.IMasterApplicationFactory
-
Creates and starts a new MasterApplication
.
- createApplication() - Method in class org.eclipse.ice.client.widgets.jme.internal.MasterApplicationFactory
-
- createApplication() - Static method in class org.eclipse.ice.client.widgets.jme.MasterApplication
-
Creates a default MasterApplication that runs in the background.
- createBasicMaterial(ColorRGBA) - Method in class org.eclipse.ice.client.widgets.jme.SimpleAppState
-
- createBasicMaterial(ColorRGBA) - Method in class org.eclipse.ice.client.widgets.mesh.AbstractApplication
-
Generates a new, basic Material for use in the jME3 app.
- createButtonsForButtonBar(Composite) - Method in class org.eclipse.ice.viz.visit.VisitPythonDialog
-
Create the buttons in the button bar area.
- createComponent(String) - Method in class org.eclipse.ice.client.widgets.moose.components.PlantComponentFactory
-
Creates a PlantComponent based on a type string.
- createComponent(DataComponent) - Method in class org.eclipse.ice.client.widgets.moose.components.PlantComponentFactory
-
Creates a PlantComponent based on the "type"
Entry
in a
DataComponent.
- createComposite(Composite) - Method in class org.eclipse.ice.client.widgets.jme.ViewAppState
-
Creates a new SWT Composite
with this ViewAppState
embedded within it.
- createContents(Composite) - Method in class org.eclipse.ice.client.widgets.ICEDataComponentDetailsPage
-
- createContents(Composite) - Method in class org.eclipse.ice.materials.ui.MaterialDetailsPage
-
- createControl(Composite) - Method in class org.eclipse.ice.client.common.wizards.ImportFileWizardPage
-
- createControl(Composite) - Method in class org.eclipse.ice.client.common.wizards.ImportItemWizardPage
-
Override the default behavior to add a ListViewer
with the
available item types.
- createControl(Composite) - Method in class org.eclipse.ice.client.common.wizards.NewItemWizardPage
-
This operation creates the view that shows the list of Items that can be
created by the user.
- createControl(Composite) - Method in class org.eclipse.ice.client.widgets.moose.wizards.ForkStorkWizardPage
-
Create a Composite with fields for the application name
and GitHub user credentials.
- createControl(Composite) - Method in class org.eclipse.ice.client.widgets.moose.wizards.GenerateYAMLWizardPage
-
- createControl(Composite) - Method in class org.eclipse.ice.materials.ui.AddMaterialWizardPage
-
- createControl(Composite) - Method in class org.eclipse.ice.reactor.perspective.AddReactorPartWizardPage
-
Create and layout the widgets to be included in the WizardPage.
- createControl(Composite) - Method in class org.eclipse.ice.viz.visit.LaunchVisitWizardPage
-
(non-Javadoc)
- createController(PlantComponent, Material) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.PlantControllerManager
-
Creates an AbstractPlantController for the specified PlantComponent.
- createControls(Composite, TabbedPropertySheetPage) - Method in class org.eclipse.ice.client.widgets.ComponentPropertySection
-
This operation draws the controls in the properties view based on the
input.
- createControls(Composite, TabbedPropertySheetPage) - Method in class org.eclipse.ice.client.widgets.mesh.properties.BoundaryConditionSection
-
Creates the controls displayed in the section.
- createControls(Composite, TabbedPropertySheetPage) - Method in class org.eclipse.ice.client.widgets.mesh.properties.GeneralInfoSection
-
Creates the controls displayed in the section.
- createControls(Composite, TabbedPropertySheetPage) - Method in class org.eclipse.ice.client.widgets.mesh.properties.VertexSection
-
Creates the controls displayed in the section.
- createControls(Composite, TabbedPropertySheetPage) - Method in class org.eclipse.ice.client.widgets.TreePropertySection
-
This operation draws the (initial) controls in the properties view based
on the input.
- CreateCSVPlotAction - Class in org.eclipse.ice.viz.csv.viewer
-
This Action opens a dialog that allows the user to pick from plots available
in the selected file in the
VizFileViewer
.
- CreateCSVPlotAction(ViewPart, AddCSVPlotAction) - Constructor for class org.eclipse.ice.viz.csv.viewer.CreateCSVPlotAction
-
The constructor
- createDocument(URI) - Method in interface org.eclipse.ice.analysistool.IAnalysisTool
-
This operation create a new IAnalysisDocument for the data at the given URI.
- createDocument(IDataProvider) - Method in interface org.eclipse.ice.analysistool.IAnalysisTool
-
This operation creates a new IAnalysisDocument for the data within the given IDataProvider realization.
- createDocument(URI) - Method in class org.eclipse.ice.kdd.KDDAnalysisTool
-
(non-Javadoc)
- createDocument(IDataProvider) - Method in class org.eclipse.ice.kdd.KDDAnalysisTool
-
(non-Javadoc)
- createEditPart(EditPart, Object) - Method in class org.eclipse.ice.client.widgets.reactoreditor.grid.CircularGridEditPartFactory
-
Overrides the default behavior to connect Grids and Cells to their
corresponding EditParts (GridEditPart and CellEditPart).
- createEditPart(EditPart, Object) - Method in class org.eclipse.ice.client.widgets.reactoreditor.grid.GridEditPartFactory
-
Overrides the default behavior to connect Grids and Cells to their
corresponding EditParts (GridEditPart and CellEditPart).
- createEditPart(EditPart, Object) - Method in class org.eclipse.ice.client.widgets.reactoreditor.grid.HexagonalGridEditPartFactory
-
Overrides the default behavior to connect Grids and Cells to their
corresponding EditParts (GridEditPart and CellEditPart).
- createEditPart(EditPart, Object) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.AssemblyEditPartFactory
-
Overrides the default behavior to connect Grids and Cells to their
corresponding EditParts (GridEditPart and CellEditPart).
- createEditPart(EditPart, Object) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.CoreEditPartFactory
-
Overrides the default behavior to connect Grids and Cells to their
corresponding EditParts (GridEditPart and CellEditPart).
- createEditPart(EditPart, Object) - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.CoreEditPartFactory
-
Overrides the default behavior to connect Grids and Cells to their
corresponding EditParts (GridEditPart and CellEditPart).
- createEditPart(EditPart, Object) - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.PinAssemblyEditPartFactory
-
Overrides the default behavior to connect Grids and Cells to their
corresponding EditParts (GridEditPart and CellEditPart).
- createFloatH5Datatype(H5File) - Static method in class org.eclipse.ice.io.hdf.HdfWriterFactory
-
Creates and returns a 64-bit floating point H5Datatype from h5File.
- createFormContent(IManagedForm) - Method in class org.eclipse.ice.client.widgets.ICEGeometryPage
-
Provides the page with the geometryApplication's information to display
geometry.
- createFormContent(IManagedForm) - Method in class org.eclipse.ice.client.widgets.ICEMeshPage
-
This operation overrides the default/abstract implementation of
FormPage.createFormContents to create the contents of the ICEMeshPage and
set the page layout.
- createGroup(int, String) - Method in class org.eclipse.ice.io.hdf.HdfIOFactory
-
Creates and opens an HDF5 Group.
- createGroup(H5File, H5Group) - Method in interface org.eclipse.ice.io.hdf.IHdfWriteable
-
This operation creates and returns a child H5Group for the parentH5Group
in the h5File.
- createGroup(H5File, H5Group) - Method in class org.eclipse.ice.reactor.LWRComponent
-
- createH5File(URI) - Static method in class org.eclipse.ice.io.hdf.HdfFileFactory
-
Creates, opens, and returns an H5File from the provided uri.
- createH5Group(H5File, String, H5Group) - Static method in class org.eclipse.ice.io.hdf.HdfWriterFactory
-
Creates and returns a child H5Group called name for parentH5Group using
the h5File.
- createHUD(EmbeddedView) - Method in interface org.eclipse.ice.client.widgets.jme.IEmbeddedViewClient
-
Creates a new GUI or HUD Node
.
- createHUD(EmbeddedView) - Method in class org.eclipse.ice.client.widgets.jme.ViewAppState
-
- createHUD(EmbeddedView) - Method in class org.eclipse.ice.client.widgets.mesh.MeshAppState
-
Creates a custom HUD with a crosshair, player coordinates, and cursor
coordinates.
- createInitialLayout(IPageLayout) - Method in class org.eclipse.ice.client.widgets.moose.MOOSEPerspective
-
- createInitialLayout(IPageLayout) - Method in class org.eclipse.ice.client.widgets.Perspective
-
- createInitialLayout(IPageLayout) - Method in class org.eclipse.ice.materials.ui.perspectives.MaterialsPerspective
-
- createInitialLayout(IPageLayout) - Method in class org.eclipse.ice.reactor.perspective.ReactorsPerspective
-
- createInitialLayout(IPageLayout) - Method in class org.eclipse.ice.viz.VisualizationPerspective
-
- createInput(Form, IAnalysisWidgetRegistry) - Method in class org.eclipse.ice.client.widgets.reactoreditor.ReactorFormInputFactory
-
- createInput(ReactorFormInput, StateBroker) - Method in class org.eclipse.ice.client.widgets.reactoreditor.ReactorFormInputFactory
-
- createInput(ReactorFormInput, ITreeSelection, DataSource) - Method in class org.eclipse.ice.client.widgets.reactoreditor.ReactorFormInputFactory
-
- createIntegerH5Datatype(H5File) - Static method in class org.eclipse.ice.io.hdf.HdfWriterFactory
-
Creates and returns an integer H5Datatype from h5File.
- createItem(String) - Method in class org.eclipse.ice.client.internal.Client
-
(non-Javadoc)
- createItem(String) - Method in class org.eclipse.ice.client.internal.RemoteCoreProxy
-
(non-Javadoc)
- createItem(String) - Method in interface org.eclipse.ice.core.iCore.ICore
-
This operation directs ICE to create a new Item.
- createItem(String) - Method in class org.eclipse.ice.core.internal.Core
-
(non-Javadoc)
- createItem(String, IProject) - Method in class org.eclipse.ice.core.internal.itemmanager.ItemManager
-
This operation creates a new item of type newItemType and returns the
unique integer id of the created Item or, if the Item can not be created,
-1.
- createItem(String, String, IProject) - Method in class org.eclipse.ice.core.internal.itemmanager.ItemManager
-
This operation creates a new item of type newItemType and returns the
unique integer id of the created Item or, if the Item can not be created,
-1.
- createItem(String) - Method in interface org.eclipse.ice.iclient.IClient
-
This operation directs ICE to create a new Item.
- CreateItemAction - Class in org.eclipse.ice.client.common
-
This class is the Action by which new Items are created through the Eclipse
menu or toolbar.
- CreateItemAction(IWorkbenchWindow) - Constructor for class org.eclipse.ice.client.common.CreateItemAction
-
Constructor
- CreateItemActionDelegate - Class in org.eclipse.ice.client.common
-
This class is used by Eclipse to launch a CreateItemAction.
- CreateItemActionDelegate() - Constructor for class org.eclipse.ice.client.common.CreateItemActionDelegate
-
- CreateItemHandler - Class in org.eclipse.ice.client.common
-
- CreateItemHandler() - Constructor for class org.eclipse.ice.client.common.CreateItemHandler
-
- CreateItemViewActionDelegate - Class in org.eclipse.ice.client.common
-
This class is used by Eclipse to launch a CreateItemAction.
- CreateItemViewActionDelegate() - Constructor for class org.eclipse.ice.client.common.CreateItemViewActionDelegate
-
- createLitMaterial(ColorRGBA) - Method in class org.eclipse.ice.client.widgets.jme.SimpleAppState
-
- createLitMaterial(ColorRGBA) - Method in class org.eclipse.ice.client.widgets.mesh.AbstractApplication
-
Generates a new, basic material for use in the jME3 app.
- createMaterial() - Method in class org.eclipse.ice.client.widgets.geometry.RenderShape
-
Generates the material from the current shape state
- createMaterials() - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.PlantMaterialFactory
-
- createMeshView(MeshComponent) - Method in class org.eclipse.ice.client.widgets.jme.ViewFactory
-
- createPartControl(Composite) - Method in class org.eclipse.ice.client.common.ItemViewer
-
Create the table viewer that shows the list of Items accessible in the
Core by the Client.
- createPartControl(Composite) - Method in class org.eclipse.ice.client.rcp.workspaceviewer.WorkspaceExplorer
-
- createPartControl(Composite) - Method in class org.eclipse.ice.client.widgets.EMFTreeCompositeViewer
-
Create the tree viewer that shows the TreeComposite for the current Form
- createPartControl(Composite) - Method in class org.eclipse.ice.client.widgets.geometry.ShapeTreeView
-
Creates the SWT controls for this ShapeTreeView
- createPartControl(Composite) - Method in class org.eclipse.ice.client.widgets.geometry.TransformationView
-
- createPartControl(Composite) - Method in class org.eclipse.ice.client.widgets.ICEResourceView
-
This operation overrides the ViewPart.createPartControl method to create
and draw the TreeViewer before registering it as a selection provider.
- createPartControl(Composite) - Method in class org.eclipse.ice.client.widgets.MeshElementTreeView
-
This operation overrides the ViewPart.createPartControl method to create
and draw the TreeViewer before registering it as a selection provider and
part listener.
- createPartControl(Composite) - Method in class org.eclipse.ice.client.widgets.moose.MOOSETreeCompositeView
-
Overrides the parent class's behavior to register as a workbench part
listener.
- createPartControl(Composite) - Method in class org.eclipse.ice.client.widgets.TreeCompositeViewer
-
Create the tree viewer that shows the TreeComposite for the current Form
- createPartControl(Composite) - Method in class org.eclipse.ice.materials.ui.ReflectivityViewPart
-
- createPartControl(Composite) - Method in class org.eclipse.ice.materials.ui.ScatteringDensityViewPart
-
- createPartControl(Composite) - Method in class org.eclipse.ice.reactor.perspective.ReactorViewer
-
Creates the widgets and controls for the ReactorViewer.
- createPartControl(Composite) - Method in class org.eclipse.ice.viz.csv.viewer.CSVDataTableViewer
-
(non-Javadoc)
- createPartControl(Composite) - Method in class org.eclipse.ice.viz.csv.viewer.CSVPlotViewer
-
Creates the widgets and controls for the PlotViewer.
- createPartControl(Composite) - Method in class org.eclipse.ice.viz.service.csv.CSVPlotEditor
-
This operation sets up the Composite that contains the VisIt canvas and
create the VisIt widget.
- createPartControl(Composite) - Method in class org.eclipse.ice.viz.visit.VisitEditor
-
This operation sets up the Composite that contains the VisIt canvas and
create the VisIt widget.
- createPartControl(Composite) - Method in class org.eclipse.ice.viz.visit.VisitPlotViewer
-
Creates the widgets and controls for the PlotViewer.
- createPartControl(Composite) - Method in class org.eclipse.ice.viz.VizFileViewer
-
Creates the widgets and controls for the VizFileViewer.
- createPlantView(PlantComposite) - Method in class org.eclipse.ice.client.widgets.jme.ViewFactory
-
- createPlot(URI) - Method in class org.eclipse.ice.viz.service.AbstractVizService
-
This class provides a basic implementation where an
IllegalArgumentException
is thrown if the specified URI or its
associated file's extension is invalid.
- createPlot(URI) - Method in class org.eclipse.ice.viz.service.csv.CSVVizService
-
- createPlot(URI) - Method in interface org.eclipse.ice.viz.service.IVizService
-
This operation directs the IVizService to create a new plot using the
specified file and to return a handle to that plot to the caller so that
it may modify the plot.
- createPlot(URI) - Method in class org.eclipse.ice.viz.service.visit.VisItVizService
-
- createSelectedAssets() - Method in interface org.eclipse.ice.analysistool.IAnalysisDocument
-
This operation creates the selected assets in the IAnalysisDocument.
- createSelectedAssets() - Method in class org.eclipse.ice.kdd.KDDAnalysisDocument
-
- createShape() - Method in class org.eclipse.ice.client.widgets.geometry.ActionAddShape
-
Creates a shape corresponding to this Action's ShapeType or OperatorType
- createSpatial() - Method in class org.eclipse.ice.client.widgets.geometry.RenderShape
-
Generates a Spatial object from the current shape state
The proper material is automatically assigned to the Spatial when
created.
- createStateBrokerHandler() - Method in interface org.eclipse.ice.client.widgets.reactoreditor.IAnalysisWidgetFactory
-
- createStateBrokerHandler() - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.AnalysisWidgetFactory
-
- createStateBrokerHandler() - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.AnalysisWidgetFactory
-
- createStrategy(String, ArrayList<IDataProvider>) - Method in class org.eclipse.ice.kdd.kddstrategy.KDDStrategyFactory
-
This method creates the requested KDDStrategy with the given mapping of
IDataProviders.
- createSubStrategy(String, HashMap<Integer, ArrayList<IDataMatrix>>, HashMap<Integer, ArrayList<IDataMatrix>>, HashMap<Integer, ArrayList<KDDMatrix>>, HashMap<String, String>) - Method in class org.eclipse.ice.kdd.kddstrategy.godfreystrategy.SubStrategyFactory
-
This method returns the requested GodfreySubStrategy by string name.
- createView(String, DataSource) - Method in interface org.eclipse.ice.client.widgets.reactoreditor.IAnalysisWidgetFactory
-
Creates one of the possible views given a string.
- createView(String, DataSource) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.AnalysisWidgetFactory
-
- createView(String, DataSource) - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.AnalysisWidgetFactory
-
- createViewCamera(EmbeddedView) - Method in interface org.eclipse.ice.client.widgets.jme.IEmbeddedViewClient
-
Creates a new interactive camera for an EmbeddedView
.
- createViewCamera(EmbeddedView) - Method in class org.eclipse.ice.client.widgets.jme.ViewAppState
-
Creates a default
FlightCamera
for the specified
EmbeddedView
.
- createViewCamera(EmbeddedView) - Method in class org.eclipse.ice.client.widgets.mesh.MeshAppState
-
- createViewCamera(EmbeddedView) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.PlantAppState
-
Overrides the default view camera to set its initial location based on
the default position and orientation.
- createViewContent(Composite) - Method in class org.eclipse.ice.client.widgets.reactoreditor.AnalysisView
-
Fills out the parent Composite with information and widgets related to
this particular IAnalysisView.
- createViewContent(Composite) - Method in interface org.eclipse.ice.client.widgets.reactoreditor.IAnalysisView
-
Fills out the parent Composite with information and widgets related to
this particular IAnalysisView.
- createViewContent(Composite) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.AssemblyAnalysisView
-
Fills out the parent Composite with information and widgets related to
this particular IAnalysisView.
- createViewContent(Composite) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.CoreAnalysisView
-
Fills out the parent Composite with information and widgets related to
this particular IAnalysisView.
- createViewContent(Composite) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.PlantAnalysisView
-
Fills out the parent Composite with information and widgets related to
this particular IAnalysisView.
- createViewContent(Composite) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.PlotAnalysisView
-
Fills out the parent Composite with information and widgets related to
this particular IAnalysisView.
- createViewContent(Composite) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.RodAnalysisView
-
Fills out the parent Composite with information and widgets related to
this particular IAnalysisView.
- createViewContent(Composite) - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.CoreAnalysisView
-
Fills out the parent Composite with information and widgets related to
this particular IAnalysisView.
- createViewContent(Composite) - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.PinAnalysisView
-
Fills out the parent Composite with information and widgets related to
this particular IAnalysisView.
- createViewContent(Composite) - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.PinAssemblyAnalysisView
-
Fills out the parent Composite with information and widgets related to
this particular IAnalysisView.
- createViewContent(Composite) - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.PlotAnalysisView
-
Fills out the parent Composite with information and widgets related to
this particular IAnalysisView.
- createViewer(Composite, EditPartFactory) - Static method in class org.eclipse.ice.client.widgets.reactoreditor.grid.GridEditorTools
-
Creates a basic GEF viewer in the specified container and with the
specified EditPartFactory.
- createWizard(Object) - Method in interface org.eclipse.ice.client.widgets.reactoreditor.IAnalysisWidgetFactory
-
Gets a JFace IWizard
for creating a new child of the specified
component.
- createWizard(Object) - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.AnalysisWidgetFactory
-
- createWizard(Object) - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.AnalysisWidgetFactory
-
- createWorkbenchWindowAdvisor(IWorkbenchWindowConfigurer) - Method in class org.eclipse.ice.client.rcp.EclipseClientWorkbenchAdvisor
-
- CSVData - Class in org.eclipse.ice.viz.service.csv
-
This class is the implementation of IData and inherits from NiCEObject for
the PlotViewer tool.
- CSVData(String, Double) - Constructor for class org.eclipse.ice.viz.service.csv.CSVData
-
Constructor takes in feature and value
- CSVData(String) - Constructor for class org.eclipse.ice.viz.service.csv.CSVData
-
Constructor takes in feature, sets value to zero
- CSVDataLoader - Class in org.eclipse.ice.viz.service.csv
-
CSVDataLoader instantiates a CSVDataProvider and returns it
- CSVDataLoader() - Constructor for class org.eclipse.ice.viz.service.csv.CSVDataLoader
-
Default CSVDataLoader constructor
- CSVDataLoader(File) - Constructor for class org.eclipse.ice.viz.service.csv.CSVDataLoader
-
Constructor for File
- CSVDataLoader(String[]) - Constructor for class org.eclipse.ice.viz.service.csv.CSVDataLoader
-
Constructor for Array of Strings
- CSVDataLoader(String) - Constructor for class org.eclipse.ice.viz.service.csv.CSVDataLoader
-
Constructor of the String, sets String and Filename
- CSVDataProvider - Class in org.eclipse.ice.viz.service.csv
-
This class is the implementation of IDataProvider for the PlotViewer tool.
- CSVDataProvider() - Constructor for class org.eclipse.ice.viz.service.csv.CSVDataProvider
-
Default constructor
- CSVDataTableViewer - Class in org.eclipse.ice.viz.csv.viewer
-
This class extends the ViewPart class and provides a view in the
Visualization Perspective to display the raw data associated with currently
displayed CSV plot.
- CSVDataTableViewer() - Constructor for class org.eclipse.ice.viz.csv.viewer.CSVDataTableViewer
-
- CSVDBToXMLConverter - Class in org.eclipse.ice.materials
-
This class converts the materials database from CSV (defaultMatDB.csv) to XML
(defaultMatDB.xml).
- CSVDBToXMLConverter() - Constructor for class org.eclipse.ice.materials.CSVDBToXMLConverter
-
- CSVPlot - Class in org.eclipse.ice.viz.service.csv
-
This class implements the IPlot interface to provide access to a basic CSV
plot using the existing CSV infrastructure in ICE.
- CSVPlot(URI) - Constructor for class org.eclipse.ice.viz.service.csv.CSVPlot
-
The Constructor
- CSVPlotEditor - Class in org.eclipse.ice.viz.service.csv
-
This is an editor for displaying an SWT XYGraph used to draw plots from CSV
files.
- CSVPlotEditor() - Constructor for class org.eclipse.ice.viz.service.csv.CSVPlotEditor
-
The constructor
- CSVPlotViewer - Class in org.eclipse.ice.viz.csv.viewer
-
This class extends the ViewPart class and provides a view in the
Visualization Perspective to display CSV plots that are currently available.
- CSVPlotViewer() - Constructor for class org.eclipse.ice.viz.csv.viewer.CSVPlotViewer
-
The default constructor.
- CSVReader - Class in org.eclipse.ice.io.csv
-
This class implements the IReader interface to provide a reader for CSV
files.
- CSVReader() - Constructor for class org.eclipse.ice.io.csv.CSVReader
-
- CSVVizService - Class in org.eclipse.ice.viz.service.csv
-
This class implements the IVizService interface to provide CSV plotting tools
to the platform via the IVizServiceFactory.
- CSVVizService() - Constructor for class org.eclipse.ice.viz.service.csv.CSVVizService
-
The default constructor.
- Custom2DShape - Class in org.eclipse.ice.datastructures.form.mesh
-
This is a class for custom 2D shapes that can be manually constructed via the
Mesh Editor.
- Custom2DShape() - Constructor for class org.eclipse.ice.datastructures.form.mesh.Custom2DShape
-
The default constructor.
- CustomChaseCamera - Class in org.eclipse.ice.client.widgets.mesh
-
This class extends the default jME3
ChaseCamera
to provide additional
functionality:
1) Can reset the zoom to a default distance.
2) Notifies
ICameraListener
s when the zoom changes.
- CustomChaseCamera(Camera, Spatial, InputManager) - Constructor for class org.eclipse.ice.client.widgets.mesh.CustomChaseCamera
-
The default constructor.
- CustomFrameRateDialog - Class in org.eclipse.ice.client.widgets
-
This class extends Dialog to present the user with a means to provide frame
rates beyond few pre-set selections.
- CustomFrameRateDialog(Shell, ArrayList<Integer>) - Constructor for class org.eclipse.ice.client.widgets.CustomFrameRateDialog
-
The constructor
- CustomScopedPreferenceStore - Class in org.eclipse.ice.viz.service.preferences
-
This class provides a customized
ScopedPreferenceStore
that gives
client code following options:
Can add and remove child
IEclipsePreferences
nodes to the store.
Can remove keyed values from the store.
Can add and remove values for secure storage.
Changes to the store using any of the aforementioned features are not
persisted until
CustomScopedPreferenceStore.save()
is called by the JFace preference page
platform.
- CustomScopedPreferenceStore(Class<?>) - Constructor for class org.eclipse.ice.viz.service.preferences.CustomScopedPreferenceStore
-
A convenient constructor for getting a default
CustomScopedPreferenceStore
for a class' bundle.
- CustomScopedPreferenceStore(IScopeContext, String) - Constructor for class org.eclipse.ice.viz.service.preferences.CustomScopedPreferenceStore
-
The default constructor.