Package com.comsol.model
Interface ResultBaseFeature
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
,PropFeature
,SelectionContainer
,SelectionEntity
- All Known Subinterfaces:
DatasetFeature
,EvaluationFeature
,EvaluationGroupFeature
,ExportFeature
,NumericalBaseFeature
,NumericalFeature
,ReportFeature
,ResultFeature
,ResultProblemFeature
,TableBaseFeature
,TableFeature
public interface ResultBaseFeature extends PropFeature
Provides a base class for common functionality used by post, dataset, export and numerical features.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasWarning()
Checks if feature has warning.ResultProblemFeatureList
problem()
Returns all problems for this feature.ResultProblemFeature
problem(java.lang.String tag)
Returns a result problem.void
runCommand(java.lang.String command)
Executes a special command that the feature supports.-
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.SelectionEntity
selection
-
-
-
-
Method Detail
-
hasWarning
boolean hasWarning()
Checks if feature has warning.- Returns:
true
if feature has warning.
-
problem
ResultProblemFeatureList problem()
Returns all problems for this feature.- Returns:
- Result problem feature list.
-
problem
ResultProblemFeature problem(java.lang.String tag)
Returns a result problem.- Parameters:
tag
- Problem tag.- Returns:
- Problem feature.
-
runCommand
void runCommand(java.lang.String command)
Executes a special command that the feature supports. The list of supported commands differs among the feature types.- Parameters:
command
- The name of the command.
-
-