Modifier and Type | Class and Description |
---|---|
class |
BatMLModel
The BatMLModel extends the Item to provide a model generator for the CAEBAT
BatML input files.
|
Modifier and Type | Method and Description |
---|---|
Item |
BatMLModelBuilder.build(org.eclipse.core.resources.IProject projectSpace) |
Modifier and Type | Method and Description |
---|---|
Item |
IPersistenceProvider.loadItem(int itemID)
Loads the specified item keyed on the ID.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Item> |
IPersistenceProvider.loadItems()
Returns all the Items in the persistence piece.
|
Modifier and Type | Method and Description |
---|---|
boolean |
IPersistenceProvider.deleteItem(Item item)
Deletes an item from the persistence provider.
|
boolean |
IPersistenceProvider.persistItem(Item item)
Persists an item.
|
boolean |
IPersistenceProvider.updateItem(Item item)
Updates an item in the persistence unit.
|
Modifier and Type | Field and Description |
---|---|
static Item |
ItemBuilder.item |
Modifier and Type | Method and Description |
---|---|
Item |
SerializedItemBuilder.build(org.eclipse.core.resources.IProject projectSpace)
(non-Javadoc)
|
Item |
ItemBuilder.build(org.eclipse.core.resources.IProject projectSpace)
This operation builds and returns an instance of the Item that can be
constructed by the ItemBuilder.
|
Item |
AbstractItemBuilder.build(org.eclipse.core.resources.IProject projectSpace) |
Modifier and Type | Method and Description |
---|---|
void |
Item.copy(Item otherItem)
This operation performs a deep copy of the attributes of another Item
into the current Item.
|
Modifier and Type | Class and Description |
---|---|
class |
GeometryEditor
This is a subclass of Item that provides 3D geometry editing services to ICE.
|
Modifier and Type | Method and Description |
---|---|
Item |
GeometryEditorBuilder.build(org.eclipse.core.resources.IProject projectSpace)
(non-Javadoc)
|
Modifier and Type | Class and Description |
---|---|
class |
JobLauncher
The JobLauncher class handles local and remote job launch of simulations and
other tasks.
|
class |
SuiteLauncher
The SuiteLauncher is capable of launching suites of codes where a suite is
defined as a code base with multiple executables, each for solving a
different problem.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiLauncher
The MultiLauncher is an Item that is capable of launching a set of multiple
jobs.
|
Modifier and Type | Method and Description |
---|---|
Item |
MultiLauncherBuilder.build(org.eclipse.core.resources.IProject projectSpace) |
Modifier and Type | Method and Description |
---|---|
void |
MultiLauncher.setJobLaunchers(java.util.ArrayList<Item> jobLaunchers)
This operation sets a set of Items that are capable of launching jobs.
|
Modifier and Type | Class and Description |
---|---|
class |
JobProfile
The JobProfile is responsible for creating JobLaunchers programmatically
based on information contained within the JobProfileForm.
|
Modifier and Type | Method and Description |
---|---|
Item |
JobProfileBuilder.build(org.eclipse.core.resources.IProject projectSpace)
(non-Javadoc)
|
Modifier and Type | Class and Description |
---|---|
class |
Model
A Model in ICE contains all of the information necessary to describe a
physical system that will be simulated.
|
Modifier and Type | Class and Description |
---|---|
class |
MOOSELauncher
A SuiteLauncher Item for all MOOSE products (MARMOT, BISON, RELAP-7, RAVEN).
|
class |
MOOSEModel
An MOOSE Item for creating MOOSE input files.
|
class |
SHARPLauncher
A SHARP Item for launching jobs.
|
class |
SHARPModel
An SHARP Item for creating SHARP input files.
|
Modifier and Type | Method and Description |
---|---|
Item |
SHARPModelBuilder.build(org.eclipse.core.resources.IProject projectSpace)
(non-Javadoc)
|
Item |
SHARPLauncherBuilder.build(org.eclipse.core.resources.IProject projectSpace)
(non-Javadoc)
|
Item |
MOOSEModelBuilder.build(org.eclipse.core.resources.IProject projectSpace)
(non-Javadoc)
|
Item |
MOOSELauncherBuilder.build(org.eclipse.core.resources.IProject project) |
Modifier and Type | Class and Description |
---|---|
class |
MeshEditor
This class provides a basic 2D mesh editor, minus the UI elements.
|
Modifier and Type | Method and Description |
---|---|
Item |
MeshEditorBuilder.build(org.eclipse.core.resources.IProject projectSpace) |
Modifier and Type | Class and Description |
---|---|
class |
NekLauncher
This class is a JobLauncher Item for the Nek5000 flow code from Argonne
National Laboratory.
|
class |
NekModel
This class extends the Item to create a modeler for Nek5000 input files.
|
Modifier and Type | Method and Description |
---|---|
Item |
NekModelBuilder.build(org.eclipse.core.resources.IProject project) |
Item |
NekLauncherBuilder.build(org.eclipse.core.resources.IProject project) |
Modifier and Type | Method and Description |
---|---|
Item |
XMLPersistenceProvider.loadItem(int itemID)
This operation loads the Item.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Item> |
XMLPersistenceProvider.loadItems()
This operation loads all of the Items that this provider can find.
|
Modifier and Type | Method and Description |
---|---|
boolean |
XMLPersistenceProvider.deleteItem(Item item)
This operation deletes the Item.
|
boolean |
XMLPersistenceProvider.persistItem(Item item)
This operation persists the Item.
|
boolean |
XMLPersistenceProvider.updateItem(Item item)
This operation updates the Item.
|
Modifier and Type | Class and Description |
---|---|
class |
PROTEUSLauncher
A PROTEUS Item for launching jobs.
|
class |
PROTEUSModel
An PROTEUS Item for creating PROTEUS input files.
|
Modifier and Type | Method and Description |
---|---|
Item |
PROTEUSModelBuilder.build(org.eclipse.core.resources.IProject projectSpace)
(non-Javadoc)
|
Item |
PROTEUSLauncherBuilder.build(org.eclipse.core.resources.IProject projectSpace)
(non-Javadoc)
|
Modifier and Type | Class and Description |
---|---|
class |
ReactorAnalyzer
The ReactorAnalyzer class is the primary class in ICE for analyzing data
produced as part of a reactor simulation.
|
Modifier and Type | Method and Description |
---|---|
Item |
ReactorAnalyzerBuilder.build(org.eclipse.core.resources.IProject projectSpace)
(non-Javadoc)
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectivityModel
This classes calculates the reflectivity profile of a set of materials
layered on top of each other.
|
Modifier and Type | Method and Description |
---|---|
Item |
ReflectivityModelBuilder.getInstance(org.eclipse.core.resources.IProject projectSpace) |
Modifier and Type | Class and Description |
---|---|
class |
SassenaCoherentModel
The SassenaCoherentModel extends the Item to provide a model generator for the
Sassena Coherent input files.
|
class |
SassenaIncoherentModel
The SassenaIncoherentModel extends the Item to provide a model generator for the
Sassena Incohrent input files.
|
Modifier and Type | Method and Description |
---|---|
Item |
SassenaIncoherentModelBuilder.build(org.eclipse.core.resources.IProject projectSpace) |
Item |
SassenaCoherentModelBuilder.build(org.eclipse.core.resources.IProject projectSpace) |
Modifier and Type | Class and Description |
---|---|
class |
VibeKVPair
This class is a Model Item that configures a set of data components that
represent key-value pairs for VIBE input.
|
Modifier and Type | Method and Description |
---|---|
Item |
VibeKVPairBuilder.build(org.eclipse.core.resources.IProject projectSpace) |
Modifier and Type | Class and Description |
---|---|
class |
VibeLauncher
This class inherits from JobLauncher form.
|
Modifier and Type | Method and Description |
---|---|
Item |
VibeLauncherBuilder.build(org.eclipse.core.resources.IProject projectSpace)
(non-Javadoc)
|
Modifier and Type | Class and Description |
---|---|
class |
VibeModel
This class is the model representation of the VIBE model.
|
Modifier and Type | Method and Description |
---|---|
Item |
VibeModelBuilder.build(org.eclipse.core.resources.IProject projectSpace) |
Modifier and Type | Class and Description |
---|---|
class |
XolotlLauncher
A JobLauncher for Xolotl, a Plasma-Surface Interactions Simulator.
|
Modifier and Type | Method and Description |
---|---|
Item |
XolotlLauncherBuilder.build(org.eclipse.core.resources.IProject projectSpace) |