Package com.comsol.model
Interface ExportFeature
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
,PropFeature
,ResultBaseFeature
,SelectionContainer
,SelectionEntity
public interface ExportFeature extends ResultBaseFeature
Export feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExportFeature
create(java.lang.String tag, java.lang.String oper)
Create an export feature.ExportFeatureList
feature()
Returns export feature list.ExportFeature
feature(java.lang.String tag)
Returns an export feature.void
run()
Run the export.void
showFrame()
Show the current frame in a player animation.-
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
-
-
-
-
Method Detail
-
create
ExportFeature create(java.lang.String tag, java.lang.String oper)
Create an export feature.- Parameters:
tag
- Feature tag.oper
- Type of export.- Returns:
- Created export feature.
-
feature
ExportFeatureList feature()
Returns export feature list.- Returns:
- Export feature list.
-
feature
ExportFeature feature(java.lang.String tag)
Returns an export feature.- Parameters:
tag
- Export feature tag.- Returns:
- Export feature.
-
run
void run()
Run the export.
-
showFrame
void showFrame()
Show the current frame in a player animation.
-
-