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 

E

EclipseClient - Class in org.eclipse.ice.client.rcp
This class controls all aspects of the application's execution
EclipseClient() - Constructor for class org.eclipse.ice.client.rcp.EclipseClient
 
EclipseClientWorkbenchAdvisor - Class in org.eclipse.ice.client.rcp
 
EclipseClientWorkbenchAdvisor() - Constructor for class org.eclipse.ice.client.rcp.EclipseClientWorkbenchAdvisor
 
EclipseErrorBoxWidget - Class in org.eclipse.ice.client.widgets
This class implements IErrorBox interface to display an error box using elements of SWT/JFace and the Eclipse Rich Client Platform.
EclipseErrorBoxWidget() - Constructor for class org.eclipse.ice.client.widgets.EclipseErrorBoxWidget
 
EclipseExtraInfoWidget - Class in org.eclipse.ice.client.widgets
This class implements the IExtraInfoWidget interface for Eclipse.
EclipseExtraInfoWidget() - Constructor for class org.eclipse.ice.client.widgets.EclipseExtraInfoWidget
The constructor
EclipseFormWidget - Class in org.eclipse.ice.client.widgets
This class implements the IFormWidget interface to display a Form using elements of SWT/JFace and the Eclipse Rich Client Platform.
EclipseFormWidget() - Constructor for class org.eclipse.ice.client.widgets.EclipseFormWidget
The Constructor.
EclipseFormWidget(ICEFormEditor) - Constructor for class org.eclipse.ice.client.widgets.EclipseFormWidget
This is an alternative constructor that allows the ICEFormEditor to be injected.
EclipseStreamingTextWidget - Class in org.eclipse.ice.client.widgets
 
EclipseStreamingTextWidget() - Constructor for class org.eclipse.ice.client.widgets.EclipseStreamingTextWidget
 
EclipseTextEditor - Class in org.eclipse.ice.client.widgets
This class implements ITextEditor interface to open a text editor using elements of SWT/JFace and the Eclipse Rich Client Platform.
EclipseTextEditor() - Constructor for class org.eclipse.ice.client.widgets.EclipseTextEditor
 
EclipseUIWidgetFactory - Class in org.eclipse.ice.client.widgets
This class is a concrete implementation of the UIWidgetFactory abstract class and creates widgets that work with the Eclipse Rich Client Platform.
EclipseUIWidgetFactory() - Constructor for class org.eclipse.ice.client.widgets.EclipseUIWidgetFactory
The constructor
Edge - Class in org.eclipse.ice.datastructures.form.mesh
This class represents a single edge in a polygon.
Edge() - Constructor for class org.eclipse.ice.datastructures.form.mesh.Edge
A nullary constructor.
Edge(Vertex, Vertex) - Constructor for class org.eclipse.ice.datastructures.form.mesh.Edge
The default constructor.
Edge(ArrayList<Vertex>) - Constructor for class org.eclipse.ice.datastructures.form.mesh.Edge
This constructor takes a collection of vertices.
EdgeController - Class in org.eclipse.ice.client.widgets.mesh
This class provides a controller for Edge instances, and it creates an EdgeView for an Edge.
EdgeController(Edge, ConcurrentLinkedQueue<AbstractMeshController>, Material) - Constructor for class org.eclipse.ice.client.widgets.mesh.EdgeController
The default constructor.
EdgeInfoSection - Class in org.eclipse.ice.client.widgets.mesh.properties
This class provides an ISection for displaying the information of an Edge in a modifiable manner.
EdgeInfoSection() - Constructor for class org.eclipse.ice.client.widgets.mesh.properties.EdgeInfoSection
The default constructor.
EdgeInfoSection(int) - Constructor for class org.eclipse.ice.client.widgets.mesh.properties.EdgeInfoSection
This constructor should be used when the selection is expected to be a Polygon.
EdgeProperties - Class in org.eclipse.ice.datastructures.form.mesh
This class contains properties of an edge.
EdgeProperties() - Constructor for class org.eclipse.ice.datastructures.form.mesh.EdgeProperties
The default constructor for properties of an Edge.
EdgeView - Class in org.eclipse.ice.client.widgets.mesh
This class provides a basic view for an Edge, i.e., a line on the grid.
EdgeView(String, Material) - Constructor for class org.eclipse.ice.client.widgets.mesh.EdgeView
The default constructor.
EditMaterialsDatabaseHandler - Class in org.eclipse.ice.materials.ui
 
EditMaterialsDatabaseHandler() - Constructor for class org.eclipse.ice.materials.ui.EditMaterialsDatabaseHandler
 
EditMode - Class in org.eclipse.ice.client.widgets.mesh
This MeshAppStateMode allows the user to select available vertices and modify them by dragging them or deleting them.
EditMode(MeshAppState) - Constructor for class org.eclipse.ice.client.widgets.mesh.EditMode
The default constructor.
ElementSourceDialog<T> - Class in org.eclipse.ice.client.widgets
This class is a JFace Dialog for rendering IElementSources that are used by ListComponents.
ElementSourceDialog(Shell, IElementSource<T>) - Constructor for class org.eclipse.ice.client.widgets.ElementSourceDialog
The constructor
EmbeddedView - Class in org.eclipse.ice.client.widgets.jme
This class provides a jME-based view that can be embedded within an AWT Frame.
EmbeddedView(Application, int) - Constructor for class org.eclipse.ice.client.widgets.jme.EmbeddedView
The default constructor.
EMFComponent - Class in org.eclipse.ice.datastructures.form.emf
The EMFComponent is a realization of the Component interface that encapsulates the data in an Eclipse Modeling Framework (EMF) Ecore model tree.
EMFComponent() - Constructor for class org.eclipse.ice.datastructures.form.emf.EMFComponent
The nullary constructor
EMFComponent(File) - Constructor for class org.eclipse.ice.datastructures.form.emf.EMFComponent
The constructor, takes a Java file pointing to the XML schema model.
EMFEntry - Class in org.eclipse.ice.datastructures.form.emf
EMFEntry is a subclass of Entry that modifies a unique EAttribute instance each time its value is changed.
EMFEntry() - Constructor for class org.eclipse.ice.datastructures.form.emf.EMFEntry
The nullary constructor
EMFEntry(EAttribute, EObject) - Constructor for class org.eclipse.ice.datastructures.form.emf.EMFEntry
The constructor
EMFSectionPage - Class in org.eclipse.ice.client.widgets
This class is a FormPage that creates a page with an embedded Form for manipulating an EMFComponent.
EMFSectionPage(FormEditor, String, String) - Constructor for class org.eclipse.ice.client.widgets.EMFSectionPage
The constructor.
EMFTreeComposite - Class in org.eclipse.ice.datastructures.form.emf
The EMFTreeComposite is a subclass of TreeComposite that represents a tree node in an Eclipse Modeling Framework Ecore model tree.
EMFTreeComposite() - Constructor for class org.eclipse.ice.datastructures.form.emf.EMFTreeComposite
The nullary-constructor
EMFTreeComposite(EClass) - Constructor for class org.eclipse.ice.datastructures.form.emf.EMFTreeComposite
The constructor, takes a Ecore model tree EClass metadata object.
EMFTreeComposite(EObject) - Constructor for class org.eclipse.ice.datastructures.form.emf.EMFTreeComposite
The constructor, takes a Ecore model tree EObject node instance
EMFTreeCompositeViewer - Class in org.eclipse.ice.client.widgets
This class extends TreeCompositeViewer to add a Combo for selecting MOOSE tools.
EMFTreeCompositeViewer() - Constructor for class org.eclipse.ice.client.widgets.EMFTreeCompositeViewer
The constructor
enableAppState() - Method in class org.eclipse.ice.client.widgets.mesh.AddMode
 
enableAppState() - Method in class org.eclipse.ice.client.widgets.mesh.EditMode
 
enableAppState() - Method in class org.eclipse.ice.client.widgets.mesh.MeshAppStateMode
 
enableControls() - Method in class org.eclipse.ice.client.widgets.jme.CompositeAppState
In addition to enabling the CompositeAppState's controls, this enables all child SimpleAppState controls.
enableControls() - Method in class org.eclipse.ice.client.widgets.jme.SimpleAppState
This method enables the controls for the SimpleAppState.
enableMPI(int, int, int) - Method in class org.eclipse.ice.item.jobLauncher.JobLauncher
This operation directs the JobLauncher to enable MPI support for this task.
enableMPI(int, int, int) - Method in class org.eclipse.ice.item.jobLauncher.JobLauncherForm
This operation enables support for MPI that allows a client to set the number of threads for the job.
enableOpenMP(int, int, int) - Method in class org.eclipse.ice.item.jobLauncher.JobLauncher
This operation enables OpenMP support for the job so long as the executable was compiled with OpenMP support.
enableOpenMP(int, int, int) - Method in class org.eclipse.ice.item.jobLauncher.JobLauncherForm
This operation enables support for OpenMP that allows a client to set the number of threads for the job.
enableTBB(int, int, int) - Method in class org.eclipse.ice.item.jobLauncher.JobLauncher
This operation enables Intel Thread Building Block (TBB) support for the job so long as the executable was compiled with Intel Thread Building Block (TBB) support.
enableTBB(int, int, int) - Method in class org.eclipse.ice.item.jobLauncher.JobLauncherForm
This operation enables support for Intel's Thread Building Blocks that allows a client to set the number of threads for the job.
enqueue(Callable<T>) - Method in interface org.eclipse.ice.client.widgets.jme.IRenderQueue
Queues a rendering task.
enqueue(Callable<T>) - Method in class org.eclipse.ice.client.widgets.jme.SimpleAppState
Queues a rendering task for the underlying Application.
enqueueMouseLocation(int, int) - Method in class org.eclipse.ice.viz.visit.VisitMouseManager
This function collects the necessary state information execute an image rotation operation.
Entry - Class in org.eclipse.ice.datastructures.form
The Entry class is responsible for collecting and managing the individual values needed by the Item to perform a task.
Entry() - Constructor for class org.eclipse.ice.datastructures.form.Entry
A constructor that will create an Entry with only a unique ID and a name.
Entry(IEntryContentProvider) - Constructor for class org.eclipse.ice.datastructures.form.Entry
A constructor that sets the entry to the content provider.
EntryCellContentProvider - Class in org.eclipse.ice.viz.service.preferences
This class provides a basic JFace content provider that wraps an ICE Entry.
EntryCellContentProvider() - Constructor for class org.eclipse.ice.viz.service.preferences.EntryCellContentProvider
 
EntryCellEditingSupport - Class in org.eclipse.ice.viz.service.preferences
 
EntryCellEditingSupport(ColumnViewer, EntryCellContentProvider) - Constructor for class org.eclipse.ice.viz.service.preferences.EntryCellEditingSupport
The default constructor.
EntryComposite - Class in org.eclipse.ice.client.widgets
This is an subclass of SWT's Composite class made specifically to work with ICE Entries.
EntryComposite(Composite, int, Entry) - Constructor for class org.eclipse.ice.client.widgets.EntryComposite
The Constructor
EntryListener - Class in org.eclipse.ice.client.widgets.moose.components
This class can be used to listen to an Entry.
EntryListener(Entry) - Constructor for class org.eclipse.ice.client.widgets.moose.components.EntryListener
The default constructor.
equals(Object) - Method in class org.eclipse.ice.client.widgets.geometry.RenderShape
 
equals(Object) - Method in class org.eclipse.ice.client.widgets.mesh.AbstractMeshController
This operation is used to check equality between this AbstractMeshController and another AbstractMeshController.
equals(Object) - Method in class org.eclipse.ice.client.widgets.mesh.AbstractMeshView
This operation is used to check equality between this AbstractMeshView and another AbstractMeshView.
equals(Object) - Method in class org.eclipse.ice.client.widgets.mesh.EdgeController
This operation is used to check equality between this Edge and another Edge.
equals(Object) - Method in class org.eclipse.ice.client.widgets.mesh.EdgeView
This operation is used to check equality between this VertexController and another VertexController.
equals(Object) - Method in class org.eclipse.ice.client.widgets.mesh.VertexController
This operation is used to check equality between this VertexController and another VertexController.
equals(Object) - Method in class org.eclipse.ice.client.widgets.mesh.VertexView
This operation is used to check equality between this VertexController and another VertexController.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.AdaptiveTreeComposite
Performs an equality check between two AdaptiveTreeComposites.
equals(IEntryContentProvider) - Method in class org.eclipse.ice.datastructures.form.BasicEntryContentProvider
(non-Javadoc)
equals(Object) - Method in class org.eclipse.ice.datastructures.form.DataComponent
This operation is used to check equality between the DataComponent and another DataComponent.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.emf.EMFComponent
This operation is used to check equality between the EMFComponent and another EMFComponent.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.emf.EMFTreeComposite
This operation is used to check equality between the EMFTreeComposite and another EMFTreeComposite.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.Entry
This method is used to check equality between the Entry and another Entry.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.Form
This operation is used to check equality between the Form and another Form.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.geometry.AbstractShape
This operation is used to check equality between this shape and another shape.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.geometry.ComplexShape
This operation is used to check equality between this ComplexShape and another ComplexShape.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.geometry.GeometryComponent
This operation is used to check equality between this GeometryComponent and another GeometryComponent.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.geometry.PrimitiveShape
This operation is used to check equality between the PrimitiveShape and another PrimitiveShape.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.geometry.Transformation
This operation is used to check equality between this Transformation and another Transformation.
equals(IEntryContentProvider) - Method in interface org.eclipse.ice.datastructures.form.IEntryContentProvider
Returns true if equal.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.MasterDetailsComponent
This operation is used to check equality between the MasterDetailsComponent and another MasterDetailsComponent.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.MasterDetailsPair
An operation that checks to see if the current object equals the other object.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.Material
This operation overrides Object.equals() to tailor its behavior for materials.
equals(MatrixComponent) - Method in class org.eclipse.ice.datastructures.form.MatrixComponent
This operation is used to check equality between the MatrixComponent and another MatrixComponent.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.BezierEdge
This operation is used to check equality between this BezierEdge and another BezierEdge.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.BoundaryCondition
This operation is used to check equality between this BoundaryCondition and another.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.Custom2DShape
This operation is used to check equality between this Custom2DShape and another Custom2DShape.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.Edge
This operation is used to check equality between this Edge and another Edge.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.EdgeProperties
This operation is used to check equality between this EdgeProperties and another.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.Hex
This operation is used to check equality between this Hex and another Hex.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.MeshComponent
This operation is used to check equality between this MeshComponent and another MeshComponent.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.Polygon
This operation is used to check equality between this Polygon and another Polygon.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.PolygonProperties
This operation is used to check equality between this PolygonProperties and another PolygonProperties.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.PolynomialEdge
This operation is used to check equality between this PolynomialEdge and another PolynomialEdge.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.Quad
This operation is used to check equality between this Quad and another Quad.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.mesh.Vertex
This operation is used to check equality between this Vertex and another Vertex.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.ResourceComponent
This operation is used to check equality between the ResourceComponent and another ResourceComponent.
equals(TableComponent) - Method in class org.eclipse.ice.datastructures.form.TableComponent
This operation is used to check equality between the TableComponent and another TableComponent.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.TimeDataComponent
This operation is used to check equality between the DataComponent and another DataComponent.
equals(Object) - Method in class org.eclipse.ice.datastructures.form.TreeComposite
This operation is used to check equality between the TreeComposite and another TreeComposite.
equals(Object) - Method in class org.eclipse.ice.datastructures.ICEObject.ICEObject
(non-Javadoc)
equals(Object) - Method in interface org.eclipse.ice.datastructures.ICEObject.Identifiable
This operation is used to check equality between the ICE and another Identifiable entity.
equals(Object) - Method in class org.eclipse.ice.datastructures.ICEObject.ListComponent
 
equals(Object) - Method in class org.eclipse.ice.datastructures.resource.ICEResource
This operation is used to check equality between the ICEResource and another ICEResource.
equals(Object) - Method in class org.eclipse.ice.datastructures.resource.VizResource
This operation is used to check equality between the VizResource and another VizResource.
equals(Object) - Method in class org.eclipse.ice.item.Item
(non-Javadoc)
equals(JobLauncher) - Method in class org.eclipse.ice.item.jobLauncher.JobLauncher
This operation is used to check equality between the JobLauncher and another JobLauncher.
equals(SuiteLauncher) - Method in class org.eclipse.ice.item.jobLauncher.SuiteLauncher
This operation overrides JobLauncher.equals() to check the additional pieces of this class.
equals(KDDMatrix) - Method in class org.eclipse.ice.kdd.kddmath.KDDMatrix
This method indicates whether or not this KDDMatrix and the given KDDMatrix argument are equal.
equals(Object) - Method in class org.eclipse.ice.reactor.bwr.BWReactor
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.FeatureSet
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.GridLabelProvider
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.GridLocation
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.LWRComponent
 
equals(Object) - Method in class org.eclipse.ice.reactor.LWRComposite
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.LWRData
 
equals(Object) - Method in class org.eclipse.ice.reactor.LWRDataProvider
Equality check.
equals(Object) - Method in class org.eclipse.ice.reactor.LWReactor
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.LWRGridManager
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.LWRRod
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.Material
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.MaterialBlock
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.Boundary
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.Branch
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.CoreChannel
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.DownComer
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.FlowJunction
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.GeometricalComponent
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.HeatExchanger
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.IdealPump
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.Inlet
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.Junction
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.MassFlowInlet
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.OneInOneOutJunction
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.Outlet
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.Pipe
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.PipeToPipeJunction
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.PipeWithHeatStructure
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.PlantComponent
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.PlantComposite
 
equals(Object) - Method in class org.eclipse.ice.reactor.plant.PointKinetics
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.Pump
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.Reactor
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.SeparatorDryer
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.SolidWall
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.SpecifiedDensityAndVelocityInlet
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.Subchannel
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.SubchannelBranch
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.TDM
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.TimeDependentJunction
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.TimeDependentVolume
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.Turbine
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.Valve
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.VolumeBranch
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.plant.WetWell
Performs an equality check between two Objects.
equals(Object) - Method in class org.eclipse.ice.reactor.pwr.ControlBank
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.pwr.FuelAssembly
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.pwr.IncoreInstrument
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.pwr.PressurizedWaterReactor
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.pwr.PWRAssembly
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.pwr.RodClusterAssembly
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.Ring
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.base.FeatureSet
Compares the contents of the objects and returns true if they are identical, otherwise returns false.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.base.GridDataManager
Compares the contents of objects and returns true if they are identical, otherwise returns false.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.base.GridManager
Compares the contents of objects and returns true if they are identical, otherwise returns false.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.base.SFRComponent
Compares the contents of objects and returns true if they are identical, otherwise returns false.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.base.SFRComposite
Compares the contents of objects and returns true if they are identical, otherwise returns false.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.base.SFRData
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.PinAssembly
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.ReflectorAssembly
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.Ring
Compares the contents of objects and returns true if that are identical.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.SFRAssembly
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.SFRPin
Compares the contents of objects and returns true if that are identical.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.core.assembly.SFRRod
Compares the contents of objects and returns true if that are identical.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.core.Material
Compares the contents of objects and returns true if they are identical, otherwise returns false.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.core.MaterialBlock
Compares the contents of objects and returns true if that are identical.
equals(Object) - Method in class org.eclipse.ice.reactor.sfr.core.SFReactor
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactor.Tube
Overrides the equals operation to check the attributes on this object with another object of the same type.
equals(Object) - Method in class org.eclipse.ice.reactorAnalyzer.ReactorComposite
Compares the contents of objects and returns true if they are identical, otherwise returns false.
equals(IEntryContentProvider) - Method in class org.eclipse.ice.viz.PlotEntryContentProvider
This operation checks to see if this PlotEntryContentProvider is equal to an input IEntryContentProvider.
equals(Object) - Method in class org.eclipse.ice.viz.service.csv.CSVData
Method to check if the current object is equal to the object passed in
equals(Object) - Method in class org.eclipse.ice.viz.visit.VisitEditorInput
Check if an instance of this class is equal to the input object.
EuclideanDistanceMeasure - Class in org.eclipse.ice.kdd.kddstrategy.kmeansclustering
 
EuclideanDistanceMeasure() - Constructor for class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.EuclideanDistanceMeasure
 
execute(ExecutionEvent) - Method in class org.eclipse.ice.client.common.CreateItemHandler
Opens an NewItemWizard in a new WizardDialog.
execute(ExecutionEvent) - Method in class org.eclipse.ice.client.common.DeleteItemHandler
Deletes any currently selected Items in the ItemViewer.
execute(ExecutionEvent) - Method in class org.eclipse.ice.client.common.ImportFileWizardHandler
Opens a new FileDialog and imports any selected files into the ICE project space.
execute(ExecutionEvent) - Method in class org.eclipse.ice.client.common.ImportItemWizardHandler
Opens an ImportItemWizard in a new WizardDialog.
execute(ExecutionEvent) - Method in class org.eclipse.ice.client.common.LaunchMeshEditorHandler
Opens a new MeshEditor if possible.
execute(ExecutionEvent) - Method in class org.eclipse.ice.client.widgets.moose.actions.NewKernelHandler
(non-Javadoc)
execute(ExecutionEvent) - Method in class org.eclipse.ice.client.widgets.moose.wizards.ForkStorkHandler
(non-Javadoc)
execute(ExecutionEvent) - Method in class org.eclipse.ice.client.widgets.moose.wizards.GenerateYAMLHandler
 
execute(Dictionary<String, String>) - Method in class org.eclipse.ice.item.action.Action
This operation executes the Action based on the information provided in the dictionary.
execute(Dictionary<String, String>) - Method in class org.eclipse.ice.item.action.JobLaunchAction
 
execute(Dictionary<String, String>) - Method in class org.eclipse.ice.item.action.TaggedOutputWriterAction
 
execute(ExecutionEvent) - Method in class org.eclipse.ice.materials.ui.EditMaterialsDatabaseHandler
 
execute(ExecutionEvent) - Method in class org.eclipse.ice.viz.visit.LaunchVisitHandler
This operation handles the command and launches the VisIt configuration dialog.
executeStrategy() - Method in class org.eclipse.ice.kdd.kddstrategy.compositestrategy.CompositeStrategy
(non-Javadoc)
executeStrategy() - Method in class org.eclipse.ice.kdd.kddstrategy.godfreystrategy.AxialPower
This method allows subclasses to implement a unique clustering or anomaly detection algorithm and produce a KDDAnalysisAsset for clients to display and manipulate.
executeStrategy() - Method in class org.eclipse.ice.kdd.kddstrategy.godfreystrategy.GodfreyStrategy
 
executeStrategy() - Method in class org.eclipse.ice.kdd.kddstrategy.godfreystrategy.GodfreySubStrategy
This method allows subclasses to implement a unique clustering or anomaly detection algorithm and produce a KDDAnalysisAsset for clients to display and manipulate.
executeStrategy() - Method in class org.eclipse.ice.kdd.kddstrategy.godfreystrategy.PinPowerDifference
This method allows subclasses to implement a unique clustering or anomaly detection algorithm and produce a KDDAnalysisAsset for clients to display and manipulate.
executeStrategy() - Method in class org.eclipse.ice.kdd.kddstrategy.godfreystrategy.RadialPower
This method allows subclasses to implement a unique clustering or anomaly detection algorithm and produce a KDDAnalysisAsset for clients to display and manipulate.
executeStrategy() - Method in class org.eclipse.ice.kdd.kddstrategy.KDDStrategy
This method allows subclasses to implement a unique clustering or anomaly detection algorithm and produce a KDDAnalysisAsset for clients to display and manipulate.
executeStrategy() - Method in class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.ComparativeKMeansStrategy
 
executeStrategy() - Method in class org.eclipse.ice.kdd.kddstrategy.kmeansclustering.RawKMeansStrategy
 
exists() - Method in class org.eclipse.ice.client.widgets.ICEFormInput
(non-Javadoc)
exists() - Method in class org.eclipse.ice.client.widgets.reactoreditor.grid.GridEditorInput
 
exists() - Method in class org.eclipse.ice.materials.ui.MaterialsDatabaseEditorInput
 
exists() - Method in class org.eclipse.ice.viz.visit.VisitEditorInput
(non-Javadoc)
exportImage(File) - Method in class org.eclipse.ice.client.widgets.jme.EmbeddedView
Exports the EmbeddedView as an image file.
exportImage() - Method in class org.eclipse.ice.client.widgets.jme.ViewAppState
Exports the view to an image file.
extensionSupported(URI) - Method in class org.eclipse.ice.viz.service.AbstractVizService
Determines if the URI's extension is included in the set of AbstractVizService.supportedExtensions.
ExtraInfoDialog - Class in org.eclipse.ice.client.widgets
This class is a subclass of JFace's Dialog that renders a DataComponent to the screen using the EntryComposite.
ExtraInfoDialog(Shell) - Constructor for class org.eclipse.ice.client.widgets.ExtraInfoDialog
The Constructor
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