Package com.comsol.model
Interface EvaluationGroupFeature
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
,PropFeature
,ResultBaseFeature
,SelectionContainer
,SelectionEntity
,TableBaseFeature
public interface EvaluationGroupFeature extends TableBaseFeature
Evaluation group feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
copyToTable(java.lang.String tableTag)
Copy the contents of the evaluation group to a table.EvaluationFeature
create(java.lang.String tag, java.lang.String oper)
Create an evaluation feature.EvaluationFeatureList
feature()
Returns the evaluation feature list.EvaluationFeature
feature(java.lang.String tag)
Returns an evaluation feature.void
run()
Compute the numerical result.-
Methods inherited from interface com.comsol.model.ModelEntity
active, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, version
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
Methods inherited from interface com.comsol.model.PropFeature
getAllowedPropertyValues, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanMatrix, getDouble, getDouble, getDouble, getDoubleArray, getDoubleMatrix, getEntryKeyIndex, getEntryKeys, getInt, getInt, getInt, getIntArray, getIntMatrix, getReferenceArray, getString, getString, getString, getString, getStringArray, getStringMatrix, getType, getValueType, hasProperty, hasSelection, move, move, properties, remove, remove, selection, set, set, set, set, set, set, set, set, set, set, set, set, setEntry, setEntry, setEntry, setEntry, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex
-
Methods inherited from interface com.comsol.model.ResultBaseFeature
hasWarning, problem, problem, runCommand
-
Methods inherited from interface com.comsol.model.SelectionEntity
selection
-
Methods inherited from interface com.comsol.model.TableBaseFeature
clearTableData, getColumnHeaders, getImag, getImagRow, getNRows, getReal, getRealRow, getRowHeaders, getTableData, getTableRow, isComplex, removeColumn, removeRow, save, save, saveFile, saveFile, saveFile, setColumnHeaders, setTableData, setTableData
-
-
-
-
Method Detail
-
copyToTable
void copyToTable(java.lang.String tableTag)
Copy the contents of the evaluation group to a table.- Parameters:
tableTag
- The tag of the table to copy to.
-
create
EvaluationFeature create(java.lang.String tag, java.lang.String oper)
Create an evaluation feature.- Parameters:
tag
- Feature tag.oper
- Type of evaluation.- Returns:
- Created evaluation feature.
-
feature
EvaluationFeatureList feature()
Returns the evaluation feature list.- Returns:
- Evaluation features.
-
feature
EvaluationFeature feature(java.lang.String tag)
Returns an evaluation feature.- Parameters:
tag
- Evaluation feature tag.- Returns:
- Evaluation feature.
-
run
void run()
Compute the numerical result.
-
-