public class NekModel extends Item
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
nekReadActionString
The action name for reading a Nek5000 input file.
|
static java.lang.String |
nekWriteActionString
The action name for writing a Nek5000 input file.
|
component
Constructor and Description |
---|
NekModel()
The nullary constructor.
|
NekModel(org.eclipse.core.resources.IProject projectSpace)
The default constructor.
|
Modifier and Type | Method and Description |
---|---|
FormStatus |
process(java.lang.String actionName)
This operation writes the Nek5000 file to disk.
|
addListener, cancelProcess, cancelProcess, clone, copy, disable, equals, getAvailableActions, getDescription, getForm, getId, getItemBuilderName, getItemType, getName, getOutputFile, getResource, getResource, getStatus, hashCode, hasProject, isEnabled, loadFromPSF, loadInput, reloadProjectData, setActionFactory, setDescription, setId, setIOService, setItemBuilderName, setName, setProject, setupFormWithServices, submitForm, update, update, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit, visit
public static final java.lang.String nekReadActionString
public static final java.lang.String nekWriteActionString
public NekModel()
public NekModel(org.eclipse.core.resources.IProject projectSpace)
projectSpace
- The Eclipse IProject that stores data related to this Item.public FormStatus process(java.lang.String actionName)
process
in class Item
actionName
- The name of action that should be performed using the
processed Form data.