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 ThermodynamicsFeaturecreate(java.lang.String tag, java.lang.String oper)Create a Thermodynamics feature.ThermodynamicsFeatureListfeature()Returns all Thermodynamics features.ThermodynamicsFeaturefeature(java.lang.String tag)Returns a Thermodynamics feature.ThermodynamicsFeaturestorePersistenceData()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:
createin interfaceCapeOpenFeature- Specified by:
createin interfaceFunctionFeature- Parameters:
tag- Feature tag.oper- Type of feature.- Returns:
- Created Thermodynamics feature.
-
feature
ThermodynamicsFeatureList feature()
Returns all Thermodynamics features.- Specified by:
featurein interfaceCapeOpenFeature- Specified by:
featurein interfaceFunctionFeature- Returns:
- List of Thermodynamics features.
-
feature
ThermodynamicsFeature feature(java.lang.String tag)
Returns a Thermodynamics feature.- Specified by:
featurein interfaceCapeOpenFeature- Specified by:
featurein interfaceFunctionFeature- Parameters:
tag- Thermodynamics feature tag.- Returns:
- Thermodynamics feature.
-
storePersistenceData
ThermodynamicsFeature storePersistenceData()
Stores persistence data.- Specified by:
storePersistenceDatain interfaceCapeOpenFeature- Returns:
- Thermodynamics feature.
-
-