Modifier and Type | Class and Description |
---|---|
class |
BatMLModelBuilder
This class builds the BatMLModel.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteCoreProxy.registerItem(ItemBuilder itemBuilder)
(non-Javadoc)
|
void |
RemoteCoreProxy.unregisterItem(ItemBuilder itemBuilder)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
ICore.registerItem(ItemBuilder itemBuilder)
This operation registers an ItemBuilder and thereby a particular Item
class with the Core.
|
void |
ICore.unregisterItem(ItemBuilder itemBuilder)
This operation unregisters an ItemBuilder and thereby a particular Item
class with the Core.
|
Modifier and Type | Method and Description |
---|---|
void |
Core.registerItem(ItemBuilder itemBuilder)
(non-Javadoc)
|
void |
Core.unregisterItem(ItemBuilder itemBuilder)
(non-Javadoc)
|
Modifier and Type | Method and Description |
---|---|
void |
ItemManager.registerBuilder(ItemBuilder builder)
This operation registers an ItemBuilder and thereby a particular Item
class with the ItemManager.
|
void |
ItemManager.unregisterBuilder(ItemBuilder builder)
This operation unregisters an ItemBuilder and thereby a particular Item
class with the ItemManager.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICompositeItemBuilder
This class builds Items that depend on other Items.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractItemBuilder
This is a conceptually abstract (but concretely implemented) realization of
the ItemBuiler interface that is designed to simply cut down on the amount of
code and knowledge needed to implement that interface.
|
class |
SerializedItemBuilder
The SerializedItemBuilder is responsible for building SerializedItems and
should be registered with the Core.
|
Modifier and Type | Method and Description |
---|---|
void |
ICompositeItemBuilder.addBuilders(java.util.ArrayList<ItemBuilder> itemBuilders)
This operation sets the list of ItemBuilders that may be used by the
composite Item to construct its children.
|
Modifier and Type | Class and Description |
---|---|
class |
GeometryEditorBuilder
This class realizes the ItemBuilder interface to provide instances of the
GeometryEditor to ICE.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiLauncherBuilder
This class is responsible for building instances of the MultiLauncher Item.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiLauncherBuilder.addBuilders(java.util.ArrayList<ItemBuilder> itemBuilders) |
Modifier and Type | Class and Description |
---|---|
class |
JobProfileBuilder |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModelBuilder
This is a subclass of AbstractItemBuilder specifically focused on adding
services for Models, which are Items that generate input files or data.
|
Modifier and Type | Class and Description |
---|---|
class |
MOOSELauncherBuilder
Class constructs a MOOSELauncher suite for launching MARMOT, BISON, RELAP7,
and RAVEN jobs.
|
class |
MOOSEModelBuilder
An ItemBuilder for building MOOSE models.
|
class |
SHARPLauncherBuilder
An ItemBuilder for building SHARP job launchers.
|
class |
SHARPModelBuilder
An ItemBuilder for building SHARP models.
|
Modifier and Type | Class and Description |
---|---|
class |
MeshEditorBuilder
This class implements the ItemBuilder interface to create a 2D Mesh Editor.
|
Modifier and Type | Class and Description |
---|---|
class |
NekLauncherBuilder
This class constructs a Nek5000 Job Launcher.
|
class |
NekModelBuilder
This builder will construct an Item that can create Nek5000 input files.
|
Modifier and Type | Method and Description |
---|---|
void |
XMLPersistenceProvider.addBuilder(ItemBuilder builder)
This operation registers an ItemBuilder with the persistence provider.
|
Modifier and Type | Class and Description |
---|---|
class |
PROTEUSLauncherBuilder
An ItemBuilder for building PROTEUS job launchers.
|
class |
PROTEUSModelBuilder
An ItemBuilder for building PROTEUS models.
|
Modifier and Type | Class and Description |
---|---|
class |
ReactorAnalyzerBuilder
This class is the ItemBuilder for the ReactorAnalyzer.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectivityModelBuilder
The ItemBuilder for creating reflectivity models.
|
Modifier and Type | Class and Description |
---|---|
class |
SassenaCoherentModelBuilder
This class builds the SassenaCoherentModel.
|
class |
SassenaIncoherentModelBuilder
This class builds the Sassena Incoherent Model Builder.
|
Modifier and Type | Class and Description |
---|---|
class |
VibeKVPairBuilder
The ItemBuilder for the VibeKVPair Item.
|
Modifier and Type | Class and Description |
---|---|
class |
VibeLauncherBuilder
This class inherits from ItemBuilder.
|
Modifier and Type | Class and Description |
---|---|
class |
VibeModelBuilder
This class builds and manages the VibeModel.
|
Modifier and Type | Class and Description |
---|---|
class |
XolotlLauncherBuilder
The ItemBuilder that provides the XolotlLauncher to the framework.
|