Package com.comsol.model
Interface CapeOpenFeature
-
- All Superinterfaces:
FunctionFeature,IPlotAndImageExport,ModelEntity,PrimitiveModelEntity,PropFeature,SelectionContainer,SelectionEntity
- All Known Subinterfaces:
ThermodynamicsFeature
public interface CapeOpenFeature extends FunctionFeature
CAPE-OPEN feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapeOpenFeaturecreate(java.lang.String tag, java.lang.String oper)Create a CAPE-OPEN feature.CapeOpenFeatureListfeature()Returns all CAPE-OPEN features.CapeOpenFeaturefeature(java.lang.String tag)Returns a CAPE-OPEN feature.CapeOpenFeaturestorePersistenceData()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
CapeOpenFeature create(java.lang.String tag, java.lang.String oper)
Create a CAPE-OPEN feature.- Specified by:
createin interfaceFunctionFeature- Parameters:
tag- Feature tag.oper- Type of feature.- Returns:
- Created CAPE-OPEN feature.
-
feature
CapeOpenFeatureList feature()
Returns all CAPE-OPEN features.- Specified by:
featurein interfaceFunctionFeature- Returns:
- List of CAPE-OPEN features.
-
feature
CapeOpenFeature feature(java.lang.String tag)
Returns a CAPE-OPEN feature.- Specified by:
featurein interfaceFunctionFeature- Parameters:
tag- CAPE-OPEN feature tag.- Returns:
- CAPE-OPEN feature.
-
storePersistenceData
CapeOpenFeature storePersistenceData()
Stores persistence data.- Returns:
- CAPE-OPEN feature.
-
-