A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

R

RadialPower - Class in org.eclipse.ice.kdd.kddstrategy.godfreystrategy
 
RadialPower(PinPowerDifference, HashMap<Integer, ArrayList<IDataMatrix>>, HashMap<Integer, ArrayList<IDataMatrix>>, HashMap<Integer, ArrayList<KDDMatrix>>) - Constructor for class org.eclipse.ice.kdd.kddstrategy.godfreystrategy.RadialPower
 
raiseCamera(float) - Method in class org.eclipse.ice.client.widgets.jme.FlightCamera
Moves the camera up or down.
RawKMeansBuilder - Class in org.eclipse.ice.kdd.kddstrategy.kmeansclustering
The RawKMeansBuilder is a realization of the KDDStrategyBuilder and is used to validate incoming data and return a new instance of the RawKMeansStrategy.
RawKMeansBuilder() - Constructor for class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.RawKMeansBuilder
 
RawKMeansStrategy - Class in org.eclipse.ice.kdd.kddstrategy.kmeansclustering
RawKMeansStrategy is a subclass of KDDStrategy that provides an executeStrategy method that runs the KMeans clustering algorithm for a raw data set (matrix).
RawKMeansStrategy(ArrayList<IDataProvider>) - Constructor for class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.RawKMeansStrategy
The constructor, takes an array of IDataProviders.
RawKMeansStrategy(ClusterKDDMatrix) - Constructor for class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.RawKMeansStrategy
Constructor used for injecting a specific ClusterKDDMatrix.
Reactor - Class in org.eclipse.ice.reactor.plant
Describes reactor parameters.
Reactor() - Constructor for class org.eclipse.ice.reactor.plant.Reactor
Nullary constructor.
Reactor(ArrayList<CoreChannel>) - Constructor for class org.eclipse.ice.reactor.plant.Reactor
The core channel(s) contained in the reactor.
ReactorAnalyzer - Class in org.eclipse.ice.reactorAnalyzer
The ReactorAnalyzer class is the primary class in ICE for analyzing data produced as part of a reactor simulation.
ReactorAnalyzer(IProject) - Constructor for class org.eclipse.ice.reactorAnalyzer.ReactorAnalyzer
The constructor.
ReactorAnalyzer() - Constructor for class org.eclipse.ice.reactorAnalyzer.ReactorAnalyzer
An alternative nullary constructor used primarily for serialization.
ReactorAnalyzerBuilder - Class in org.eclipse.ice.reactorAnalyzer
This class is the ItemBuilder for the ReactorAnalyzer.
ReactorAnalyzerBuilder() - Constructor for class org.eclipse.ice.reactorAnalyzer.ReactorAnalyzerBuilder
The constructor.
ReactorClientHolder - Class in org.eclipse.ice.reactor.perspective.internal
 
ReactorClientHolder() - Constructor for class org.eclipse.ice.reactor.perspective.internal.ReactorClientHolder
 
ReactorComponentPropertySource - Class in org.eclipse.ice.client.widgets.reactoreditor.properties
This class provides the properties of an SFRComponent to be displayed in the ICE Properties View.
ReactorComponentPropertySource(IReactorComponent) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.properties.ReactorComponentPropertySource
The default constructor.
ReactorComposite - Class in org.eclipse.ice.reactorAnalyzer
This class is intended to contain IReactorComponents by implementing the Composite interface.
ReactorComposite() - Constructor for class org.eclipse.ice.reactorAnalyzer.ReactorComposite
The default constructor.
reactorCompositeId - Static variable in class org.eclipse.ice.reactorAnalyzer.ReactorAnalyzer
The component ID for the ReactorComposite that will contain the input and reference reactor components.
ReactorController - Class in org.eclipse.ice.client.widgets.reactoreditor.plant
This class provides a controller for Reactors and links the Reactor model with the ReactorView.
ReactorController(Reactor, ReactorView, IRenderQueue, PlantControllerManager) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.plant.ReactorController
The default constructor.
ReactorEclipseFormWidget - Class in org.eclipse.ice.client.widgets.reactoreditor
This class extends the EclipseFormWidget and opens the ReactorFormEditor instead of the ICEFormEditor.
ReactorEclipseFormWidget(IAnalysisWidgetRegistry, IReactorEditorRegistry) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.ReactorEclipseFormWidget
The default constructor.
ReactorEditorRegistry - Class in org.eclipse.ice.reactor.perspective.internal
This class implements IReactorEditorRegistry so that classes in the bundle can access the currently-available Reactor Editors.

This class provides the IReactorEditorRegistry interface and is referenced by the main Reactor Editor bundle via OSGi.
ReactorEditorRegistry() - Constructor for class org.eclipse.ice.reactor.perspective.internal.ReactorEditorRegistry
 
ReactorFormEditor - Class in org.eclipse.ice.client.widgets.reactoreditor
This class extends the default ICEFormEditor to enable it to draw data from the ReactorAnalyzer better.
ReactorFormEditor() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.ReactorFormEditor
 
ReactorFormInput - Class in org.eclipse.ice.client.widgets.reactoreditor
This class provides input for ReactorFormEditors.
ReactorFormInput(Form, IAnalysisWidgetRegistry) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.ReactorFormInput
The default constructor.
ReactorFormInput(Form, IAnalysisWidgetRegistry, StateBroker) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.ReactorFormInput
This constructor provides the specified StateBroker for the ReactorFormEditor.
ReactorFormInputFactory - Class in org.eclipse.ice.client.widgets.reactoreditor
This factory is used to help construct ReactorFormInput for a ReactorFormEditor.
ReactorFormInputFactory() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.ReactorFormInputFactory
 
ReactorFormWidgetBuilder - Class in org.eclipse.ice.client.widgets.reactoreditor
This class provides the declarative service that registers the Reactor Editor Form Widget with ICE's service for dynamically extending the widget factory.
ReactorFormWidgetBuilder() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.ReactorFormWidgetBuilder
 
ReactorMesh - Class in org.eclipse.ice.client.widgets.reactoreditor.plant
This class provides a custom mesh for displaying a cut-away view of a reactor chamber.
ReactorMesh() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.plant.ReactorMesh
The default constructor.
ReactorPage - Class in org.eclipse.ice.client.widgets.reactoreditor
This class extends the default ICEFormPage to provide custom page composed of widgets for reactors.
ReactorPage(FormEditor, String, String) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.ReactorPage
The constructor
ReactorReaderFactory - Class in org.eclipse.ice.reactorAnalyzer
 
ReactorReaderFactory() - Constructor for class org.eclipse.ice.reactorAnalyzer.ReactorReaderFactory
 
ReactorsPerspective - Class in org.eclipse.ice.reactor.perspective
This class implements IPerspectiveFactory to create the Visualization Perspective.
ReactorsPerspective() - Constructor for class org.eclipse.ice.reactor.perspective.ReactorsPerspective
 
ReactorTreeContentProvider - Class in org.eclipse.ice.reactor.perspective
This class fills out the tree in the ReactorViewer.
ReactorTreeContentProvider() - Constructor for class org.eclipse.ice.reactor.perspective.ReactorTreeContentProvider
 
ReactorTreeLabelProvider - Class in org.eclipse.ice.reactor.perspective
This class provides the labels for the ReactorViewer's TreeView.
ReactorTreeLabelProvider() - Constructor for class org.eclipse.ice.reactor.perspective.ReactorTreeLabelProvider
 
ReactorView - Class in org.eclipse.ice.client.widgets.reactoreditor.plant
This class provides a view for a Reactor.
ReactorView(String, Material) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.plant.ReactorView
The default constructor.
ReactorViewer - Class in org.eclipse.ice.reactor.perspective
This class extends the ViewPart class to display opened reactor files and their components.
ReactorViewer() - Constructor for class org.eclipse.ice.reactor.perspective.ReactorViewer
The default constructor.
read(JmeImporter) - Method in class org.eclipse.ice.client.widgets.geometry.ShapeTransient
Not implemented
read(JmeImporter) - Method in class org.eclipse.ice.client.widgets.geometry.Tube
 
read(ArrayList<Class>, InputStream) - Method in class org.eclipse.ice.datastructures.ICEObject.ICEJAXBHandler
This operation reads an instance of a particular class type from the input stream into a Java Object.
read(IFile) - Method in class org.eclipse.ice.io.csv.CSVReader
 
read(int, String) - Method in class org.eclipse.ice.io.hdf.HdfIOFactory
Sub-classes must override this method.
read(int, String) - Method in interface org.eclipse.ice.io.hdf.IHdfIOFactory
Reads an object from an HDF5 file specified by a URI.
read(URI) - Method in interface org.eclipse.ice.io.hdf.IHdfReader
This operation creates and populates an IHdfWriteable instance and its children from the HDF5 file at the provided URI.
read(IFile) - Method in class org.eclipse.ice.io.ini.INIReader
Read through an INI file by reading each section.
read(IFile) - Method in class org.eclipse.ice.io.ips.IPSReader
Reads in the given IFile to the VibeModel datastructures.
read(IFile) - Method in interface org.eclipse.ice.io.serializable.IReader
Return a Form representation of the input file with given URI.
read(IFile) - Method in class org.eclipse.ice.item.utilities.moose.MOOSEFileHandler
This realization of IReader.read() takes the given file reference, gets its file extension, and calls the appropriate routines to either load a MOOSE input file or a MOOSE YAML specification.
read(IFile) - Method in class org.eclipse.ice.persistence.xml.XMLPersistenceProvider
 
read(URI) - Method in class org.eclipse.ice.reactor.LWRComponentReader
(non-Javadoc)
read(int, String) - Method in class org.eclipse.ice.reactor.plant.PlantIOFactory
 
read(IFile) - Method in class org.eclipse.ice.vibe.kvPair.VibeKVPair
Reads in the KV Pair file to a form.
readAttribute(int, String, int) - Method in class org.eclipse.ice.io.hdf.HdfIOFactory
Reads an Attribute for an HDF5 Object, which is typically a Group.
readAttributes(H5Group) - Method in interface org.eclipse.ice.io.hdf.IHdfReadable
This operation reads Attributes from h5Group and assigns their values to class variables.
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.GridLabelProvider
 
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.LWRComponent
 
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.LWReactor
 
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.LWRGridManager
 
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.LWRRod
 
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.Material
 
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.MaterialBlock
Reads the hdf5 attributes.
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.pwr.ControlBank
 
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.pwr.FuelAssembly
 
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.pwr.PressurizedWaterReactor
This operation reads Attributes from h5Group and assigns their values to class variables.
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.pwr.PWRAssembly
 
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.Ring
 
readAttributes(H5Group) - Method in class org.eclipse.ice.reactor.Tube
 
readChild(IHdfReadable) - Method in interface org.eclipse.ice.io.hdf.IHdfReadable
This operation assigns the reference of the provided iHdfReadable to a class variable.
readChild(IHdfReadable) - Method in class org.eclipse.ice.reactor.LWRComponent
 
readChild(IHdfReadable) - Method in class org.eclipse.ice.reactor.LWRComposite
This operation returns an ArrayList of IHdfReadable child objects.
readChild(IHdfReadable) - Method in class org.eclipse.ice.reactor.LWRRod
This operation returns an ArrayList of IHdfReadable child objects.
readChild(IHdfReadable) - Method in class org.eclipse.ice.reactor.MaterialBlock
This operation returns an ArrayList of IHdfReadable child objects.
readChild(IHdfReadable) - Method in class org.eclipse.ice.reactor.pwr.FuelAssembly
This operation returns an ArrayList of IHdfReadable child objects.
readChild(IHdfReadable) - Method in class org.eclipse.ice.reactor.pwr.IncoreInstrument
This operation returns an ArrayList of IHdfReadable child objects.
readChild(IHdfReadable) - Method in class org.eclipse.ice.reactor.pwr.PressurizedWaterReactor
This operation returns an ArrayList of IHdfReadable child objects.
readChild(IHdfReadable) - Method in class org.eclipse.ice.reactor.pwr.PWRAssembly
This operation returns an ArrayList of IHdfReadable child objects.
readChild(IHdfReadable) - Method in class org.eclipse.ice.reactor.Ring
This operation returns an ArrayList of IHdfReadable child objects.
readData(URI) - Method in class org.eclipse.ice.client.widgets.reactoreditor.AnalysisDataReader
Reads in data from a provided file.
readDataset(int, String, int) - Method in class org.eclipse.ice.io.hdf.HdfIOFactory
Reads a dataset without requiring advance knowledge of its entire structure.
readDatasets(H5Group) - Method in interface org.eclipse.ice.io.hdf.IHdfReadable
This operation reads Datasets from h5Group and assigns their values to class variables.
readDatasets(H5Group) - Method in class org.eclipse.ice.reactor.GridLabelProvider
Overrides LWRComponent's readDatasets.
readDatasets(H5Group) - Method in class org.eclipse.ice.reactor.LWRComponent
 
readDatasets(H5Group) - Method in class org.eclipse.ice.reactor.LWRGridManager
Overrides LWRComponent's readDatasets.
readDoubleAttribute(H5Group, String) - Static method in class org.eclipse.ice.io.hdf.HdfReaderFactory
Reads and returns a Double object read from the Attribute called name from the metadata for h5Group.
readFileLines(File) - Method in class org.eclipse.ice.nek5000.NekReader
Utility class to read in a reafile and return its contents as an ArrayList of Strings, broken at each newline character.
readHDF5(URI) - Method in class org.eclipse.ice.reactor.sfr.base.SFReactorIOHandler
Reads data from an input HDF5 file into a SFReactor.
readICEObjectInfo(ICEObject, int) - Method in class org.eclipse.ice.io.hdf.HdfIOFactory
Reads the ICEObject information (name, description, ID) from an HDF5 Group or Object into an ICEObject.
readIntegerAttribute(H5Group, String) - Static method in class org.eclipse.ice.io.hdf.HdfReaderFactory
Reads and returns an Integer object read from the Attribute called name from the metadata for h5Group.
readObjects(URI) - Method in class org.eclipse.ice.io.hdf.HdfIOFactory
Reads all objects from the file specified by the URI.
readPlantComponent(PlantComponent, int) - Method in class org.eclipse.ice.reactor.plant.PlantComponentReader
Reads a PlantComponent's information from the specified HDF5 Group.
readReactor(URI) - Method in class org.eclipse.ice.reactorAnalyzer.ReactorReaderFactory
This method reads the data from a given file into an implementation of an IReactorComponent.
readStringAttribute(int, String) - Method in class org.eclipse.ice.io.hdf.HdfIOFactory
Reads a String Attribute from an HDF5 Object, which is typically a Group.
readStringAttribute(H5Group, String) - Static method in class org.eclipse.ice.io.hdf.HdfReaderFactory
Reads and returns a String object read from the Attribute called name from the metadata for h5Group.
readTag(int) - Method in class org.eclipse.ice.io.hdf.HdfIOFactory
Reads the value of a tag from the specified HDF5 Group.
RealSpinner - Class in org.eclipse.ice.client.widgets.geometry
Wrapper for a spinner-like SWT widget which supports real numbers and helpful key commands for value manipulation
RealSpinner(Composite) - Constructor for class org.eclipse.ice.client.widgets.geometry.RealSpinner
Initializes the object and adds the widget to the given parent
RealSpinnerListener - Interface in org.eclipse.ice.client.widgets.geometry
Enables the implementer to be notified of changes to a RealSpinner by calling its listen() operation
referenceReactorComponentId - Static variable in class org.eclipse.ice.reactorAnalyzer.ReactorAnalyzer
The component id for the LWRComponent component that holds analysis artifacts
reflectivity - Variable in class org.eclipse.ice.reflectivity.ReflectivityProfile
 
ReflectivityCalculator - Class in org.eclipse.ice.reflectivity
This class performs all of the operations necessary to calculate the reflectivity of a stack of materials.
ReflectivityCalculator() - Constructor for class org.eclipse.ice.reflectivity.ReflectivityCalculator
 
ReflectivityEditor - Class in org.eclipse.ice.materials.ui
 
ReflectivityEditor() - Constructor for class org.eclipse.ice.materials.ui.ReflectivityEditor
 
ReflectivityModel - Class in org.eclipse.ice.reflectivity
This classes calculates the reflectivity profile of a set of materials layered on top of each other.
ReflectivityModel() - Constructor for class org.eclipse.ice.reflectivity.ReflectivityModel
The constructor.
ReflectivityModel(IProject) - Constructor for class org.eclipse.ice.reflectivity.ReflectivityModel
The constructor with a project space in which files should be handled.
ReflectivityModelBuilder - Class in org.eclipse.ice.reflectivity
The ItemBuilder for creating reflectivity models.
ReflectivityModelBuilder() - Constructor for class org.eclipse.ice.reflectivity.ReflectivityModelBuilder
The constructor
ReflectivityProfile - Class in org.eclipse.ice.reflectivity
This class stores the wave vector and reflectivity for a reflectivity calculation.
ReflectivityProfile() - Constructor for class org.eclipse.ice.reflectivity.ReflectivityProfile
 
ReflectivityViewPart - Class in org.eclipse.ice.materials.ui
This is a view that holds the Reflectivity plot.
ReflectivityViewPart() - Constructor for class org.eclipse.ice.materials.ui.ReflectivityViewPart
The constructor
ReflectorAssembly - Class in org.eclipse.ice.reactor.sfr.core.assembly
Class representing radial reflector assemblies.
ReflectorAssembly(int) - Constructor for class org.eclipse.ice.reactor.sfr.core.assembly.ReflectorAssembly
Parameterized constructor with the size (number of rods) specified.
ReflectorAssembly(String, int) - Constructor for class org.eclipse.ice.reactor.sfr.core.assembly.ReflectorAssembly
Parameterized constructor with the name and size (number of rods) specified.
refresh() - Method in class org.eclipse.ice.client.widgets.ComponentPropertySection
This operation refreshes widgets in the tabbed properties section based on the current input.
refresh() - Method in class org.eclipse.ice.client.widgets.DataComponentComposite
This operation handles a re-draw of EntryComposites that have been recently changed.
refresh() - Method in class org.eclipse.ice.client.widgets.EntryComposite
This operation directs the EntryComposite to refresh its view of the Entry.
refresh() - Method in class org.eclipse.ice.client.widgets.ICEDataComponentDetailsPage
(non-Javadoc)
refresh() - Method in class org.eclipse.ice.client.widgets.ICEDataComponentSectionPart
Override the refresh() operation to handle a redraw if needed.
refresh() - Method in class org.eclipse.ice.client.widgets.ICETableComponentSectionPart
 
refresh() - Method in class org.eclipse.ice.client.widgets.mesh.properties.BoundaryConditionSection
 
refresh() - Method in class org.eclipse.ice.client.widgets.mesh.properties.GeneralInfoSection
This should update all of the widgets that show data from the associated IMeshPart.
refresh() - Method in class org.eclipse.ice.client.widgets.mesh.properties.VertexSection
This should update all of the widgets that show data from the associated vertex.
refresh() - Method in class org.eclipse.ice.client.widgets.moose.MOOSETreePropertySection
In addition to the default refresh, this packs the additional columns.
refresh(boolean) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.TubeMesh
Updates the underlying buffers used to render the mesh.
refresh(boolean) - Method in class org.eclipse.ice.client.widgets.ScrollClientComposite
Reflows the ScrollClientComposite.scrolledAncestor based on the current size of this Composite.
refresh() - Method in class org.eclipse.ice.client.widgets.TreePropertySection
Refreshes any widgets required for the current input for this property section.
refresh() - Method in class org.eclipse.ice.materials.ui.MaterialDetailsPage
 
refresh() - Method in class org.eclipse.ice.viz.service.csv.CSVPlotEditor
This operation refreshes the VisIt view.
refresh() - Method in class org.eclipse.ice.viz.service.PlotRender
This method updates the UI widgets based on the current settings.
refresh(boolean) - Method in class org.eclipse.ice.viz.service.PlotRender
This method updates the UI widgets based on the current settings.
refresh() - Method in class org.eclipse.ice.viz.visit.VisitEditor
This operation refreshes the VisIt view.
refreshDataTable(CSVDataProvider) - Method in class org.eclipse.ice.viz.csv.viewer.CSVDataTableViewer
This function creates a new data table in the CSV Data Table Viewer to display the new provider.
refreshMaster() - Method in class org.eclipse.ice.client.widgets.ICEMasterDetailsPage
Refreshes the tableViewer on the ICEScrollBlock
refreshMesh() - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.HeatExchangerView
Applies any changes to the underlying mesh to AbstractPlantView.geometry.
refreshMesh() - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.JunctionView
Updates the box mesh based on the current min and max vectors in JunctionView.boxMap.
refreshMesh() - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.PipeView
Applies any changes to the underlying mesh to AbstractPlantView.geometry.
refreshSecondaryMesh(boolean) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.HeatExchangerView
Applies any changes to the specified secondary pipe mesh to its geometry and/or node.
register(IUpdateableListener) - Method in class org.eclipse.ice.client.widgets.geometry.RenderShape
 
register(String, IStateListener) - Method in class org.eclipse.ice.client.widgets.reactoreditor.StateBroker
Registers an IStateListener to be notified if the value associated with the key has changed.
register(IUpdateableListener) - Method in class org.eclipse.ice.datastructures.form.geometry.GeometryComponent
(non-Javadoc)
register(IUpdateableListener) - Method in class org.eclipse.ice.datastructures.form.TreeComposite
Override the register operation so that listeners are also registered with all
register(IUpdateableListener) - Method in class org.eclipse.ice.datastructures.ICEObject.ICEObject
(non-Javadoc)
register(IUpdateableListener) - Method in interface org.eclipse.ice.datastructures.ICEObject.IUpdateable
This operation registers a listener that realizes the IUpdateableListener interface with the IUpdateable so that it can receive notifications of changes to the IUpdateable if they are published.
register(IUpdateableListener) - Method in class org.eclipse.ice.datastructures.ICEObject.ListComponent
 
register(IUpdateable, String) - Method in class org.eclipse.ice.item.Registry
The register operation registers a class that implements IUpdateable against a key in the Registry.
register(IUpdateableListener) - Method in class org.eclipse.ice.reactor.LWRComponent
 
register(IUpdateableListener) - Method in class org.eclipse.ice.reactor.sfr.base.SFRComponent
This operation registers a listener that realizes the IComponentListener interface with the Component so that it can receive notifications of changes to the Component, if the Component publishes such information.
register(IVizService) - Method in class org.eclipse.ice.viz.service.BasicVizServiceFactory
 
register(IUpdateableListener) - Method in class org.eclipse.ice.viz.service.connections.ConnectionAdapter
 
register(IVizService) - Method in interface org.eclipse.ice.viz.service.IVizServiceFactory
This operation registers an IVizService with the factory so that it can be retrieved and used by clients.
registerBuilder(ItemBuilder) - Method in class org.eclipse.ice.core.internal.itemmanager.ItemManager
This operation registers an ItemBuilder and thereby a particular Item class with the ItemManager.
registerClassProvider(IJAXBClassProvider) - Method in class org.eclipse.ice.persistence.xml.XMLPersistenceProvider
This operation registers an IJAXBClassProvider with the persistence provider.
registerCompositeBuilder(ICompositeItemBuilder) - Method in class org.eclipse.ice.core.internal.itemmanager.ItemManager
This operation registers an ICompositeItemBuilder with the ItemManager.
registerCompositeItem(ICompositeItemBuilder) - Method in class org.eclipse.ice.client.internal.RemoteCoreProxy
(non-Javadoc)
registerCompositeItem(ICompositeItemBuilder) - Method in interface org.eclipse.ice.core.iCore.ICore
This operation registers a composite Item with the ICore.
registerCompositeItem(ICompositeItemBuilder) - Method in class org.eclipse.ice.core.internal.Core
(non-Javadoc)
registerControls() - Method in class org.eclipse.ice.client.widgets.mesh.AddMode
Registers additional controls for adding mesh elements.
registerControls() - Method in class org.eclipse.ice.client.widgets.mesh.EditMode
Registers additional controls for editing mesh elements.
registerControls() - Method in class org.eclipse.ice.client.widgets.mesh.MeshAppState
 
registerControls() - Method in class org.eclipse.ice.client.widgets.mesh.MeshAppStateMode
registerControls() - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.PlantAppState
 
registerFormWidgetBuilder(IFormWidgetBuilder) - Method in class org.eclipse.ice.client.widgets.EclipseUIWidgetFactory
This operation registers an IFormWidgetBuilder with the Factory.
registerHdfIOFactory(IHdfIOFactory) - Method in class org.eclipse.ice.io.hdf.HdfIORegistry
 
registerHdfIOFactory(IHdfIOFactory) - Method in interface org.eclipse.ice.io.hdf.IHdfIORegistry
Registers an IHdfIOFactory with the registry.
registerItem(ItemBuilder) - Method in class org.eclipse.ice.client.internal.RemoteCoreProxy
(non-Javadoc)
registerItem(ItemBuilder) - Method in interface org.eclipse.ice.core.iCore.ICore
This operation registers an ItemBuilder and thereby a particular Item class with the Core.
registerItem(ItemBuilder) - Method in class org.eclipse.ice.core.internal.Core
(non-Javadoc)
registerJunctionListener(IJunctionListener) - Method in interface org.eclipse.ice.reactor.plant.IJunction
Registers an IJunctionListener to listen to the Junction for pipe add and remove events, as well as any other specialized events that may be too complex for a regular IUpdateableListener to interpret.
registerJunctionListener(IJunctionListener) - Method in class org.eclipse.ice.reactor.plant.Junction
 
registerKeys() - Method in class org.eclipse.ice.client.widgets.reactoreditor.AnalysisView
Registers any keys of interest with the current broker.
registerKeys() - Method in interface org.eclipse.ice.client.widgets.reactoreditor.IStateListener
Register all keys the listener would like to hear about.
registerKeys() - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.AssemblyAnalysisView
Registers any keys of interest with the current broker.
registerKeys() - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.ComparisonPlotAnalysisView
The ComparisonPlotComposite does not need to listen for any keys.
registerKeys() - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.CoreAnalysisView
Registers any keys of interest with the current broker.
registerKeys() - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.PlantAnalysisView
Registers any keys of interest with the current broker.
registerKeys() - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.PlotAnalysisView
Registers any keys of interest with the current broker.
registerKeys() - Method in class org.eclipse.ice.client.widgets.reactoreditor.lwr.RodAnalysisView
Registers any keys of interest with the current broker.
registerKeys() - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.CoreAnalysisView
Registers any keys of interest with the current broker.
registerKeys() - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.PinAnalysisView
Registers any keys of interest with the current broker.
registerKeys() - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.PinAssemblyAnalysisView
Registers any keys of interest with the current broker.
registerKeys() - Method in class org.eclipse.ice.client.widgets.reactoreditor.sfr.PlotAnalysisView
Registers any keys of interest with the current broker.
registerListener(IPlantControllerManagerListener) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.PlantControllerManager
Registers a listener to listen for controller creation and deletion events.
registerPlantCompositeListener(IPlantCompositeListener) - Method in class org.eclipse.ice.reactor.plant.PlantComposite
Registers an IPlantCompositeListener to listen to the Composite for Component add and remove events, as well as any other specialized events that may be too complex for a regular IUpdateableListener to interpret.
registerProcessListener(IProcessEventListener) - Method in class org.eclipse.ice.client.widgets.EclipseFormWidget
 
registerProcessListener(IProcessEventListener) - Method in class org.eclipse.ice.client.widgets.ICEFormEditor
(non-Javadoc)
registerProcessListener(IProcessEventListener) - Method in interface org.eclipse.ice.iclient.uiwidgets.IObservableWidget
This operation registers an IProcessEventListener with the FormWidget.
registerResourceProvider(ISimpleResourceProvider) - Method in class org.eclipse.ice.client.widgets.EclipseFormWidget
 
registerResourceProvider(ISimpleResourceProvider) - Method in class org.eclipse.ice.client.widgets.ICEFormEditor
(non-Javadoc)
registerResourceProvider(ISimpleResourceProvider) - Method in interface org.eclipse.ice.iclient.uiwidgets.IObservableWidget
This operation registers an ISimpleResourceProvider with the observable widget so that it can notify the provider when a resource should be loaded.
registerStrategy(IStrategyBuilder) - Method in class org.eclipse.ice.kdd.kddstrategy.KDDStrategyFactory
This method, used by the underlying OSGi framework, registers any available KDDStrategyBuilder with this KDDStrategyFactory so it can be used in data validation and the creation of KDDStrategies.
registerStrategyFactory(KDDStrategyFactory) - Method in class org.eclipse.ice.kdd.KDDAnalysisTool
 
registerUpdateListener(IUpdateEventListener) - Method in class org.eclipse.ice.client.widgets.EclipseFormWidget
 
registerUpdateListener(IUpdateEventListener) - Method in class org.eclipse.ice.client.widgets.ICEFormEditor
(non-Javadoc)
registerUpdateListener(IUpdateEventListener) - Method in interface org.eclipse.ice.iclient.uiwidgets.IObservableWidget
This operation registers an IUpdateEventListener with the FormWidget.
registerViewClient(IEmbeddedViewClient) - Method in class org.eclipse.ice.client.widgets.jme.EmbeddedView
Registers or configures an IEmbeddedViewClient for this EmbeddedView.
registerWithInput(InputManager) - Method in class org.eclipse.ice.client.widgets.jme.InputControl
Registers the control with the specified InputManager.
Registry - Class in org.eclipse.ice.item
The Registry class holds all of the information relevant to the Item, which is accessible as a key-value pair.
Registry() - Constructor for class org.eclipse.ice.item.Registry
The constructor.
releaseEmbeddedView(EmbeddedView) - Method in class org.eclipse.ice.client.widgets.jme.MasterApplication
Releases an EmbeddedView for use elsewhere in the program.
reloadItemData() - Method in class org.eclipse.ice.core.internal.itemmanager.ItemManager
This operation directs the ItemManager to have its Items reload any data because of updates to projects during runtime.
reloadProjectData() - Method in class org.eclipse.ice.core.internal.itemmanager.ItemManager
(non-Javadoc)
reloadProjectData() - Method in class org.eclipse.ice.item.Item
This operation directs the Item to reload data that it has read from its project.
reloadProjectData() - Method in interface org.eclipse.ice.item.ItemListener
This operation informs the listener that it should reload its data in response to a change that the Item made to the project.
reloadProjectData() - Method in class org.eclipse.ice.item.jobLauncher.JobLauncher
This operation directs the JobLauncher to reload the data it used from the project space.
RemoteCoreProxy - Class in org.eclipse.ice.client.internal
This class acts as a proxy for a realization of ICore that is running on an entirely different machine.
RemoteCoreProxy() - Constructor for class org.eclipse.ice.client.internal.RemoteCoreProxy
The Constructor.
remove(ActionTree) - Method in class org.eclipse.ice.client.common.ActionTree
Removes the first occurrence of the specified child ActionTree to this node, if possible.
remove(int) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.BoundingBoxMap
Removes the BoundingBox associated with an ID from this BoundingBoxMap.
remove() - Method in class org.eclipse.ice.datastructures.form.iterator.AbstractTreeCompositeIterator
 
removeAll() - Method in class org.eclipse.ice.client.common.ActionTree
Removes all child ActionTrees.
removeAll(List<Integer>) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.BoundingBoxMap
Removes multiple BoundingBoxes associated with IDs from this BoundingBoxMap.
removeAllDataFromFeature(String) - Method in class org.eclipse.ice.reactor.LWRComponent
Removes the feature and all associated IData from the dataTree at all time steps.
removeAllDataFromFeature(String) - Method in class org.eclipse.ice.reactor.LWRDataProvider
Removes the feature and all associated IData from the dataTree at all time steps.
removeAssembly(AssemblyType, String) - Method in class org.eclipse.ice.reactor.pwr.PressurizedWaterReactor
Removes an assembly of the specified type from the collection of assemblies.
removeAssembly(AssemblyType, String) - Method in class org.eclipse.ice.reactor.sfr.core.SFReactor
Removes the specified assembly from the reactor core; returns true if the operation was successful.
removeAssemblyFromLocation(AssemblyType, int, int) - Method in class org.eclipse.ice.reactor.pwr.PressurizedWaterReactor
Removes the assembly at the provided location and of the specified if it exists.
removeAssemblyFromLocation(AssemblyType, int, int) - Method in class org.eclipse.ice.reactor.sfr.core.SFReactor
Removes the assembly of AssemblyType, from the specified (x, y) location; returns true if the operation was successful.
removeCameraListener(ICameraListener) - Method in class org.eclipse.ice.client.widgets.mesh.CustomChaseCamera
Unregisters the specified listener from the camera so that it will no longer be notified of camera events.
removeChild(TreeComposite) - Method in class org.eclipse.ice.datastructures.form.emf.EMFTreeComposite
This method overrides TreeComposite.removeChild to also remove the corresponding EObject child node.
removeChild(TreeComposite) - Method in class org.eclipse.ice.datastructures.form.TreeComposite
This operation removes the specified child node from the set of children or does nothing if it is not a child of this TreeComposite.
removeClient(IConnectionClient<T>) - Method in class org.eclipse.ice.viz.service.connections.ConnectionManager
Removes a connection client from the default ConnectionManager.adapter.
removeComponent(int) - Method in class org.eclipse.ice.datastructures.form.Form
(non-Javadoc)
removeComponent(int) - Method in class org.eclipse.ice.datastructures.form.TreeComposite
(non-Javadoc)
removeComponent(int) - Method in interface org.eclipse.ice.datastructures.ICEObject.Composite
This operation removes a child Component to a class that realizes the Composite interface.
removeComponent(GridLocation) - Method in interface org.eclipse.ice.reactor.IGridManager
Removes the Component at the provided GridLocation from this GridManager.
removeComponent(Component) - Method in interface org.eclipse.ice.reactor.IGridManager
Removes the provided Component from this GridManager.
removeComponent(String) - Method in class org.eclipse.ice.reactor.LWRComposite
Removes a LWRComponent with the provided name from this LWRComposite.
removeComponent(int) - Method in class org.eclipse.ice.reactor.LWRComposite
(non-Javadoc)
removeComponent(int) - Method in class org.eclipse.ice.reactor.LWReactor
An operation that overrides the LWRComposite's operation.
removeComponent(String) - Method in class org.eclipse.ice.reactor.LWReactor
An operation that overrides the LWRComposite's operation.
removeComponent(GridLocation) - Method in class org.eclipse.ice.reactor.LWRGridManager
(non-Javadoc)
removeComponent(Component) - Method in class org.eclipse.ice.reactor.LWRGridManager
(non-Javadoc)
removeComponent(int) - Method in class org.eclipse.ice.reactor.plant.PlantComposite
Removes the PlantComponent with the specified ID.
removeComponent(int) - Method in class org.eclipse.ice.reactor.pwr.PWRAssembly
An operation that overrides the LWRComposite's operation.
removeComponent(String) - Method in class org.eclipse.ice.reactor.pwr.PWRAssembly
An operation that overrides the LWRComposite's operation.
removeComponent(int) - Method in class org.eclipse.ice.reactor.sfr.base.GridDataManager
Overrides the super class' behavior to also remove the IDataProvider from the location.
removeComponent(String) - Method in class org.eclipse.ice.reactor.sfr.base.GridDataManager
Overrides the super class' behavior to also remove the IDataProvider from any location inhabited by the component.
removeComponent(int) - Method in class org.eclipse.ice.reactor.sfr.base.GridManager
Dissociates the Component at a specified location with that location.
removeComponent(String) - Method in class org.eclipse.ice.reactor.sfr.base.GridManager
Dissociates the Component with all locations that it currently occupies.
removeComponent(int) - Method in interface org.eclipse.ice.reactor.sfr.base.IGridManager
Dissociates the Component at a specified location with that location.
removeComponent(String) - Method in interface org.eclipse.ice.reactor.sfr.base.IGridManager
Dissociates the Component with all locations that it currently occupies.
removeComponent(String) - Method in class org.eclipse.ice.reactor.sfr.base.SFRComposite
Removes the component with the specified name.
removeComponent(int) - Method in class org.eclipse.ice.reactor.sfr.base.SFRComposite
Removes the component specified by the ID, from the SFRComposite.
removeComponent(int) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.PinAssembly
An operation that overrides the SFRComposite's operation.
removeComponent(String) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.PinAssembly
An operation that overrides the SFRComposite's operation.
removeComponent(int) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.ReflectorAssembly
An operation that overrides the SFRComposite's operation.
removeComponent(String) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.ReflectorAssembly
An operation that overrides the SFRComposite's operation.
removeComponent(int) - Method in class org.eclipse.ice.reactor.sfr.core.SFReactor
An operation that overrides the SFRComposite's operation.
removeComponent(String) - Method in class org.eclipse.ice.reactor.sfr.core.SFReactor
An operation that overrides the SFRComposite's operation.
removeComponent(int) - Method in class org.eclipse.ice.reactorAnalyzer.ReactorComposite
Removes the IReactorComponent in this Composite that is associated with the specified ID.
removeController(PlantComponent) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.PlantControllerManager
Removes and disposes the AbstractPlantController for a PlantComponent.
removeDataFromFeature(String) - Method in class org.eclipse.ice.reactor.sfr.base.SFRComponent
Removes the feature and all associated IData from the dataTree at all time steps.
removeDataSeries(double, String) - Method in class org.eclipse.ice.viz.service.csv.CSVDataProvider
Removes a data series at a specified time with a specified feature.
removedComponents(PlantComposite, List<PlantComponent>) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.PlantAppState
 
removedComponents(PlantComposite, List<PlantComponent>) - Method in interface org.eclipse.ice.reactor.plant.IPlantCompositeListener
PlantComponents have been removed the PlantComposite.
removedController(PlantComponent) - Method in interface org.eclipse.ice.client.widgets.reactoreditor.plant.IPlantControllerManagerListener
A controller was just deleted for a PlantComponent.
removedController(PlantComponent) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.JunctionController
 
removedController(PlantComponent) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.ReactorController
 
removedPipes(IJunction, List<PlantComponent>) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.JunctionController
 
removedPipes(IJunction, List<PlantComponent>) - Method in interface org.eclipse.ice.reactor.plant.IJunctionListener
PlantComponents have been removed from the Junction.
removeFromEmbeddedFrame() - Method in class org.eclipse.ice.client.widgets.jme.EmbeddedView
Removes this view from its current AWT Frame.
removeInput(PlantComponent) - Method in interface org.eclipse.ice.reactor.plant.IJunction
Removes an input PlantComponent from the Junction.
removeInput(PlantComponent) - Method in class org.eclipse.ice.reactor.plant.Junction
 
removeInputFiles(String) - Method in class org.eclipse.ice.item.jobLauncher.JobLauncherForm
This method removes an input file type from the Form.
removeInputType(String) - Method in class org.eclipse.ice.item.jobLauncher.JobLauncher
This method removes an input file type from the Job Launcher.
removeKeyChangeListener(IKeyChangeListener) - Method in class org.eclipse.ice.viz.service.connections.ConnectionTable
 
removeKeyChangeListener(IKeyChangeListener) - Method in interface org.eclipse.ice.viz.service.connections.IKeyManager
Removes an existing IKeyChangeListener from the key manager.
removeListener(ILabelProviderListener) - Method in class org.eclipse.ice.viz.csv.viewer.DataTableLabelProvider
 
removeListener(ILabelProviderListener) - Method in class org.eclipse.ice.viz.csv.viewer.PlotTreeLabelProvider
 
removeListEventListener(ListEventListener<? super T>) - Method in class org.eclipse.ice.datastructures.ICEObject.ListComponent
Removes the specified listener from receiving change updates for this list.
removeLWRRod(String) - Method in class org.eclipse.ice.reactor.pwr.PWRAssembly
Removes a LWRRod from the collection of LWRRods.
removeLWRRodFromLocation(int, int) - Method in class org.eclipse.ice.reactor.pwr.PWRAssembly
Removes the LWRRod at the provided location.
removeMaterial(String) - Method in class org.eclipse.ice.client.widgets.jme.SimpleAppState
Removes a Material from the view.
removeMaterial(String) - Method in class org.eclipse.ice.client.widgets.mesh.AbstractApplication
Removes a Material from the PlantApplication.
removeMeshApplicationListener(IMeshSelectionListener) - Method in class org.eclipse.ice.client.widgets.mesh.MeshSelectionManager
Removes an IMeshApplicationListener from this MeshApplication.
removeNode(String) - Method in class org.eclipse.ice.viz.service.preferences.CustomScopedPreferenceStore
Removes the child preferences node at the specified relative path.
removeOutput(PlantComponent) - Method in interface org.eclipse.ice.reactor.plant.IJunction
Removes an output PlantComponent from the Junction.
removeOutput(PlantComponent) - Method in class org.eclipse.ice.reactor.plant.Junction
 
removePin(String) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.PinAssembly
Removes the specified SFRPin from the assembly; returns true if the operation was successful.
removePinFromLocation(int, int) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.PinAssembly
Removes the SFRPin from the specified location (x, y coordinates); returns true if operation was successful.
removePipes(List<Integer>) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.JunctionView
Detaches all BoundingBoxes defined by the outlets or inlets of input or output pipes, respectively.
removePipes(List<Integer>) - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.ReactorView
Detaches all BoundingBoxes defined by the specified pipes.
removePlot(int) - Method in class org.eclipse.ice.client.widgets.PlotGridComposite
Removes the drawn plot at the specified index in the grid.
removePlot(PlotProvider) - Method in class org.eclipse.ice.viz.csv.viewer.CSVPlotViewer
Removes a plot from the current set of CSV plots.
removePlot(Entry) - Method in class org.eclipse.ice.viz.visit.VisitPlotViewer
Removes a plot from the current set of VisIt plots.
removePlots(IPlot) - Method in class org.eclipse.ice.client.widgets.PlotGridComposite
Removes all renderings of the specified plot from the grid.
removePolygon(Polygon) - Method in class org.eclipse.ice.datastructures.form.mesh.Custom2DShape
Removes a Polygon from the Custom2DShape.
removePolygon(int) - Method in class org.eclipse.ice.datastructures.form.mesh.MeshComponent
Removes a polygon from the MeshComponent.
removePolygons(ArrayList<Integer>) - Method in class org.eclipse.ice.datastructures.form.mesh.MeshComponent
Removes a list polygons from the MeshComponent.
removeProperty(String) - Method in class org.eclipse.ice.client.widgets.geometry.RenderShape
 
removeProperty(String) - Method in class org.eclipse.ice.datastructures.form.geometry.AbstractShape
Removes the value associated with the key in the properties list
removeProperty(String) - Method in interface org.eclipse.ice.datastructures.form.geometry.IShape
Removes the value associated with the key in the properties list
removeReactorEditor(int) - Method in interface org.eclipse.ice.client.widgets.reactoreditor.IReactorEditorRegistry
Removes a ReactorFormEditor from the registry.
removeReactorEditor(int) - Method in class org.eclipse.ice.reactor.perspective.internal.ReactorEditorRegistry
Removes the ReactorFormEditor associated with the ID from ReactorEditorRegistry.editors.
removeRing(String) - Method in class org.eclipse.ice.reactor.MaterialBlock
Removes the Ring from this MaterialBlock's ring collection that has the provided name.
removeRing(String) - Method in class org.eclipse.ice.reactor.sfr.core.MaterialBlock
Removes the specified ring from the collection of rings; returns true if the operation was successful.
removeRod(String) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.ReflectorAssembly
Removes the rod with the specified name from the ReflectorAssembly; returns true if the operation is successful.
removeRodFromLocation(int, int) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.ReflectorAssembly
Removes the rod with the specified location (x, y coordinates) from the ReflectorAssembly; returns true operation is successful.
removeSecureString(String) - Method in class org.eclipse.ice.viz.service.preferences.CustomScopedPreferenceStore
Removes the specified, securely stored value from the store.
removeSelection() - Method in class org.eclipse.ice.reactor.perspective.ReactorViewer
Removes all ICEResources selected in ReactorViewer.reactorTreeViewer from the ReactorViewer.resourceComponent.
removeSelection() - Method in class org.eclipse.ice.viz.csv.viewer.CSVPlotViewer
Removes all plots selected in CSVPlotViewer.plotTreeViewer.
removeSelection() - Method in interface org.eclipse.ice.viz.IDeletePlotActionViewPart
Remove the current selection from the list this view displays.
removeSelection() - Method in class org.eclipse.ice.viz.visit.VisitPlotViewer
Removes all plots selected in VisitPlotViewer.plotTreeViewer.
removeSelection() - Method in class org.eclipse.ice.viz.VizFileViewer
Removes all ICEResources selected in VizFileViewer.fileTreeViewer from the ResourceComponent.
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ice.client.widgets.ICEMeshPage
 
removeSelectionChangedListener(ISelectionChangedListener) - Method in class org.eclipse.ice.client.widgets.reactoreditor.SelectionProvider
Implements removeSelectionChangedListener for ISelectionProvider.
removeSeries(double, SeriesProvider) - Method in class org.eclipse.ice.viz.service.csv.PlotProvider
Removes an existing SeriesProvider from the specified time.
removeShape(IShape) - Method in class org.eclipse.ice.datastructures.form.geometry.ComplexShape
Removes a single shape from the shape list
removeShape(IShape) - Method in class org.eclipse.ice.datastructures.form.geometry.GeometryComponent
Removes the given IShape if it exists in the shape list
removeTube(String) - Method in class org.eclipse.ice.reactor.pwr.FuelAssembly
Removes a Tube from the collection of Tubes.
removeTubeFromLocation(int, int) - Method in class org.eclipse.ice.reactor.pwr.FuelAssembly
Removes the Tube at the provided location.
removeValue(String) - Method in class org.eclipse.ice.viz.service.preferences.CustomScopedPreferenceStore
Removes the specified value (including its defaults) from the store.
RenameNodeTreeAction - Class in org.eclipse.ice.client.widgets
This Action is used to rename nodes (TreeComposites) in the TreeCompositeViewer.
RenameNodeTreeAction() - Constructor for class org.eclipse.ice.client.widgets.RenameNodeTreeAction
The default constructor.
render(RenderManager) - Method in class org.eclipse.ice.client.widgets.jme.SimpleAppState
 
renderGeometryComposite(Composite, GeometryComponent) - Method in class org.eclipse.ice.client.widgets.geometry.GeometryCompositeFactory
This operation renders the GeometryComponent.
renderSection() - Method in class org.eclipse.ice.client.widgets.ICEDataComponentSectionPart
This operation reads the DataComponent assigned to this SectionPart and renders the view of that data for the user.
renderSection() - Method in class org.eclipse.ice.client.widgets.ICEMatrixComponentSectionPart
This operation reads the MatrixComponent assigned to this SectionPart and renders the view of that data for the user.
renderSection() - Method in class org.eclipse.ice.client.widgets.ICETableComponentSectionPart
This operation reads the TableComponent assigned to this SectionPart and renders the view of that data for the user.
RenderShape - Class in org.eclipse.ice.client.widgets.geometry
Stores additional information for generating a JME3 spatial and material from the IShape
RenderShape(IShape) - Constructor for class org.eclipse.ice.client.widgets.geometry.RenderShape
 
replace(IFile, String, String) - Method in class org.eclipse.ice.io.ini.INIWriter
This method is not used.
replace(IFile, String, String) - Method in class org.eclipse.ice.io.ips.IPSWriter
Searches a given IFile for content that matches a given regular expression, and replaces that match with another given value.
replace(IFile, String, String) - Method in interface org.eclipse.ice.io.serializable.ITemplatedWriter
This method provides clients with a basic search and replace functionality.
replace(IFile, String, String) - Method in interface org.eclipse.ice.io.serializable.IWriter
This method provides clients with a basic search and replace functionality.
replace(IFile, String, String) - Method in class org.eclipse.ice.item.utilities.moose.MOOSEFileHandler
 
replace(IFile, String, String) - Method in class org.eclipse.ice.persistence.xml.XMLPersistenceProvider
 
replace(IFile, String, String) - Method in class org.eclipse.ice.vibe.kvPair.VibeKVPair
 
ReplicateDialog - Class in org.eclipse.ice.client.widgets.geometry
Dialog box displaying parameters for the Replication action
ReplicateDialog(Shell) - Constructor for class org.eclipse.ice.client.widgets.geometry.ReplicateDialog
Initializes the Dialog with the given shell
requiresCombo(Object) - Method in interface org.eclipse.ice.client.common.properties.IComboCellContentProvider
Whether or not the specified element requires a Combo widget to let the user select from a list of available values.
requiresCombo(Object) - Method in class org.eclipse.ice.client.common.properties.ValueCellContentProvider
Returns true if the TreeProperty corresponds to the type of AdaptiveTreeComposite or if its wrapped Entry is flagged as AllowedValueType.Discrete, false otherwise.
requiresCombo(Object) - Method in class org.eclipse.ice.viz.service.preferences.EntryCellContentProvider
An Entry requires a combo widget if its AllowedValueType is discrete.
reset() - Method in class org.eclipse.ice.client.widgets.reactoreditor.ColorFactory
Resets the color palette so that the next color will be the first in the palette.
resetCamera() - Method in class org.eclipse.ice.client.widgets.reactoreditor.plant.PlantAppState
Resets the plant view's camera to its default position and orientation.
resetChildIterator() - Method in class org.eclipse.ice.datastructures.form.TreeComposite
This operation resets the child iterator of this TreeComposite to its initial position at the beginning of the set.
resetExecuted() - Method in class org.eclipse.ice.kdd.kddstrategy.godfreystrategy.GodfreySubStrategy
 
resetProperties() - Method in interface org.eclipse.ice.analysistool.IAnalysisAsset
This operations resets the properties of the asset to their default state.
resetProperties() - Method in class org.eclipse.ice.kdd.kddstrategy.KDDStrategy
This operations resets the properties of the asset to their default state.
resetProperties() - Method in class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.ComparativeKMeansStrategy
 
resetPropertyValue(Object) - Method in class org.eclipse.ice.client.common.PropertySource
 
resetPropertyValue(Object) - Method in class org.eclipse.ice.client.widgets.reactoreditor.properties.ReactorComponentPropertySource
Does nothing.
resetSource(String) - Method in class org.eclipse.ice.client.widgets.reactoreditor.StateBroker
Resets all of the keys prefixed by the provided String.
resetZoom() - Method in class org.eclipse.ice.client.widgets.mesh.CustomChaseCamera
Resets the camera's distance from the target to the default value.
reshape(ViewPort, int, int) - Method in class org.eclipse.ice.client.widgets.jme.EmbeddedView
Updates the known dimensions of the associated EmbeddedView.viewPort.
ResourceComponent - Class in org.eclipse.ice.datastructures.form
The ResourceComponent is a specialization of ListComponent that is used to manage a set of ICEResources.
ResourceComponent() - Constructor for class org.eclipse.ice.datastructures.form.ResourceComponent
The constructor.
resourceComponentId - Static variable in class org.eclipse.ice.item.nuclear.MOOSEModel
The ID of the ResourceComponent that holds the mesh ICEResource.
ResourceHandler - Class in org.eclipse.ice.datastructures.resource
This class acts as a manager for discovering and creating resource objects in ICE.
ResourceHandler() - Constructor for class org.eclipse.ice.datastructures.resource.ResourceHandler
Nullary constructor.
restoreDefaults() - Method in interface org.eclipse.ice.materials.IMaterialsDatabase
This operation restores the database to its initial configuration, destroying all new and updated material information in the process.
restoreDefaults() - Method in class org.eclipse.ice.materials.XMLMaterialsDatabase
 
retrieveAllEntries() - Method in class org.eclipse.ice.datastructures.form.DataComponent
This operation will return all of the Entries in the Form regardless of their dependency or preparation status.
retrieveAllEntries() - Method in class org.eclipse.ice.datastructures.form.TimeDataComponent
Overrides DataComponent's implementation of retrieveAllEntries.
retrieveEntry(String) - Method in class org.eclipse.ice.datastructures.form.DataComponent
This operation retrieves the Entry with name entryName from the Form.
retrieveItem(int) - Method in class org.eclipse.ice.core.internal.itemmanager.ItemManager
This operation retrieves the Form that represents the Item with id equal to itemID and returns it to the caller.
retrieveItemList() - Method in class org.eclipse.ice.core.internal.itemmanager.ItemManager
This operation will return a list of Identifiables that contain the names and unique item ids of each Item that is managed by the ItemManager.
retrieveReadyEntries() - Method in class org.eclipse.ice.datastructures.form.DataComponent
This operation retrieves those Entries in the Form that are currently ready to be answered by the Eclipse User.
revealSelectedEdge(int) - Method in class org.eclipse.ice.client.widgets.MeshElementTreeView
 
revealSelectedVertex(int) - Method in class org.eclipse.ice.client.widgets.MeshElementTreeView
 
rightClick(boolean, float) - Method in class org.eclipse.ice.client.widgets.mesh.MeshAppStateMode
This is called if the right mouse button is clicked or released.
Ring - Class in org.eclipse.ice.reactor
The ring class represents a single instance of a material at a particular radial coordinate within a cylindrical location on the rod.
Ring() - Constructor for class org.eclipse.ice.reactor.Ring
The nullary Constructor.
Ring(String) - Constructor for class org.eclipse.ice.reactor.Ring
A parameterized Constructor.
Ring(String, Material, double, double) - Constructor for class org.eclipse.ice.reactor.Ring
A parameterized Constructor.
Ring(String, Material, double, double, double) - Constructor for class org.eclipse.ice.reactor.Ring
A parameterized Constructor.
Ring - Class in org.eclipse.ice.reactor.sfr.core.assembly
The ring class represents a single instance of a material at a particular radial coordinate within a cylindrical location of a SFRPin or SFRod.
Ring() - Constructor for class org.eclipse.ice.reactor.sfr.core.assembly.Ring
Nullary constructor.
Ring(String) - Constructor for class org.eclipse.ice.reactor.sfr.core.assembly.Ring
Parameterized constructor with name specified.
Ring(String, Material, double, double, double) - Constructor for class org.eclipse.ice.reactor.sfr.core.assembly.Ring
Parameterized constructor with name, material, ring height and outer radius specified.
RodAnalysisView - Class in org.eclipse.ice.client.widgets.reactoreditor.lwr
This class provides an IAnalysisView for LWRRods and Tubes.
RodAnalysisView(DataSource) - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.lwr.RodAnalysisView
The default constructor.
RodAnalysisView.AxialLevelWidget - Enum in org.eclipse.ice.client.widgets.reactoreditor.lwr
This enum is used to determine the source of changes to the axial level.
RodClusterAssembly - Class in org.eclipse.ice.reactor.pwr
The RodClusterAssembly class is a PWRAssembly associated with a particular FuelAssembly object.
RodClusterAssembly(int) - Constructor for class org.eclipse.ice.reactor.pwr.RodClusterAssembly
 
RodClusterAssembly(String, int) - Constructor for class org.eclipse.ice.reactor.pwr.RodClusterAssembly
A parameterized Constructor.
RodFigure - Class in org.eclipse.ice.client.widgets.reactoreditor.lwr
This class extends CellFigure to provide a radial view of an LWRComponent.
RodFigure() - Constructor for class org.eclipse.ice.client.widgets.reactoreditor.lwr.RodFigure
The default constructor.
RodFigure.DisplayType - Enum in org.eclipse.ice.client.widgets.reactoreditor.lwr
This enum provides the two possible views for a RodFigure: geometry and data.
rollCamera(float) - Method in class org.eclipse.ice.client.widgets.jme.FlightCamera
Rotates (rolls) the camera right or left.
row - Variable in class org.eclipse.ice.client.widgets.reactoreditor.lwr.LWRComponentInfo
The row in which the LWRComponent resides.
row - Variable in class org.eclipse.ice.client.widgets.reactoreditor.sfr.SFRComponentInfo
The row in which the SFRComponent resides.
rowNormalize() - Method in class org.eclipse.ice.kdd.kddmath.KDDMatrix
This method row normalizes the matrix, ie, sums each row and divides each row element by that sum.
run() - Method in class org.eclipse.ice.client.common.ConnectCoreAction
 
run() - Method in class org.eclipse.ice.client.common.CreateItemAction
This operation connects to the Client to create an Item
run(IAction) - Method in class org.eclipse.ice.client.common.CreateItemActionDelegate
 
run(IAction) - Method in class org.eclipse.ice.client.common.CreateItemViewActionDelegate
 
run() - Method in class org.eclipse.ice.client.common.DeleteItemAction
This operation connects to the Client to delete an Item
run(IAction) - Method in class org.eclipse.ice.client.common.DeleteItemViewActionDelegate
 
run() - Method in class org.eclipse.ice.client.common.ImportFileAction
This operation runs the action.
run() - Method in class org.eclipse.ice.client.common.ImportItemWizardAction
This operation runs the action.
run() - Method in class org.eclipse.ice.client.common.LaunchMeshEditorAction
Overrides the JFace Action's run method to create a Mesh Editor item.
run() - Method in class org.eclipse.ice.client.internal.ItemProcessor
This operation launches the thread to process the Item.
run() - Method in class org.eclipse.ice.client.rcp.actions.SwitchWorkspaceAction
 
run(IAction) - Method in class org.eclipse.ice.client.rcp.actions.SwitchWorkspaceActionDelegate
 
run() - Method in class org.eclipse.ice.client.widgets.AbstractTreeAction
Overrides the default behavior and forces sub-classes to implement the run action.
run() - Method in class org.eclipse.ice.client.widgets.AddNodeTreeAction
If the Action can be run, this prompts the user to add a new TreeComposite to the currently selected tree node from its list of child exemplar TreeComposites.
run() - Method in class org.eclipse.ice.client.widgets.DeleteNodeTreeAction
If the Action can be run, this deletes the selected TreeComposite from its parent.
run() - Method in class org.eclipse.ice.client.widgets.FrameRateChangeAction
The function called whenever the item is selected from the drop-down.
run() - Method in class org.eclipse.ice.client.widgets.geometry.ActionAddShape
Runs this action
run() - Method in class org.eclipse.ice.client.widgets.geometry.ActionDeleteShape
Runs this action
run() - Method in class org.eclipse.ice.client.widgets.geometry.ActionDuplicateShape
 
run() - Method in class org.eclipse.ice.client.widgets.geometry.ActionReplicateShape
Opens the replicate dialog box and clones the selected shape to the properties
run() - Method in class org.eclipse.ice.client.widgets.moose.wizards.GenerateYAMLHandler
 
run() - Method in class org.eclipse.ice.client.widgets.NextAction
The function called whenever the button is clicked.
run() - Method in class org.eclipse.ice.client.widgets.PlayAction
The function called whenever the button is clicked.
run() - Method in class org.eclipse.ice.client.widgets.PreviousAction
The function called whenever the button is clicked.
run() - Method in class org.eclipse.ice.client.widgets.RenameNodeTreeAction
If the Action can be run, this prompts the user for a new name for the selected node and updates the node's name if the provided string is valid.
run() - Method in class org.eclipse.ice.client.widgets.ToggleAxesAction
 
run() - Method in class org.eclipse.ice.client.widgets.ToggleHUDAction
 
run() - Method in class org.eclipse.ice.item.action.JobLaunchAction
(non-Javadoc)
run() - Method in class org.eclipse.ice.item.jobLauncher.multiLauncher.MultiLauncher
(non-Javadoc)
run() - Method in class org.eclipse.ice.persistence.xml.XMLPersistenceProvider
The event loop.
run() - Method in class org.eclipse.ice.reactor.perspective.AddReactorPartAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.reactor.perspective.AnalyzeInReactorEditorAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.reactor.perspective.CompareAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.reactor.perspective.DeleteReactorPartAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.reactor.perspective.OpenReactorFileAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.reactor.perspective.SaveReactorFileAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.reactorAnalyzer.ReactorAnalyzer
(non-Javadoc)
run() - Method in class org.eclipse.ice.viz.AddFileAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.viz.AddFileSetAction
The function called whenever the Action is selected from the drop-down.
run() - Method in class org.eclipse.ice.viz.AddLocalFileAction
The function called whenever the Action is selected from the drop-down.
run() - Method in class org.eclipse.ice.viz.AddRemoteFileAction
The function called whenever the Action is selected from the drop-down.
run() - Method in class org.eclipse.ice.viz.AddTimeDependentSILOSetAction
The function called whenever the Action is selected from the drop-down.
run() - Method in class org.eclipse.ice.viz.csv.viewer.AddCSVPlotAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.viz.csv.viewer.AddCSVSeriesAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.viz.csv.viewer.CreateCSVPlotAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.viz.DeleteFileAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.viz.DeletePlotAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.viz.visit.AddVisitPlotAction
The function called whenever the action is clicked.
run() - Method in class org.eclipse.ice.viz.visit.LaunchPythonScriptDialogAction
The function called whenever the action is clicked.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z