Package com.comsol.model
Interface ThermodynamicsFeature
-
- All Superinterfaces:
CapeOpenFeature
,FunctionFeature
,IPlotAndImageExport
,ModelEntity
,PrimitiveModelEntity
,PropFeature
,SelectionContainer
,SelectionEntity
public interface ThermodynamicsFeature extends FunctionFeature, CapeOpenFeature
Thermodynamics feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThermodynamicsFeature
create(java.lang.String tag, java.lang.String oper)
Create a Thermodynamics feature.ThermodynamicsFeatureList
feature()
Returns all Thermodynamics features.ThermodynamicsFeature
feature(java.lang.String tag)
Returns a Thermodynamics feature.ThermodynamicsFeature
storePersistenceData()
Stores persistence data.-
Methods inherited from interface com.comsol.model.FunctionFeature
createPlot, discardData, exportData, functionNames, importData, importData, model, refresh
-
Methods inherited from interface com.comsol.model.IPlotAndImageExport
image
-
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, 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
-
create
ThermodynamicsFeature create(java.lang.String tag, java.lang.String oper)
Create a Thermodynamics feature.- Specified by:
create
in interfaceCapeOpenFeature
- Specified by:
create
in interfaceFunctionFeature
- Parameters:
tag
- Feature tag.oper
- Type of feature.- Returns:
- Created Thermodynamics feature.
-
feature
ThermodynamicsFeatureList feature()
Returns all Thermodynamics features.- Specified by:
feature
in interfaceCapeOpenFeature
- Specified by:
feature
in interfaceFunctionFeature
- Returns:
- List of Thermodynamics features.
-
feature
ThermodynamicsFeature feature(java.lang.String tag)
Returns a Thermodynamics feature.- Specified by:
feature
in interfaceCapeOpenFeature
- Specified by:
feature
in interfaceFunctionFeature
- Parameters:
tag
- Thermodynamics feature tag.- Returns:
- Thermodynamics feature.
-
storePersistenceData
ThermodynamicsFeature storePersistenceData()
Stores persistence data.- Specified by:
storePersistenceData
in interfaceCapeOpenFeature
- Returns:
- Thermodynamics feature.
-
-