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 CapeOpenFeature
create(java.lang.String tag, java.lang.String oper)
Create a CAPE-OPEN feature.CapeOpenFeatureList
feature()
Returns all CAPE-OPEN features.CapeOpenFeature
feature(java.lang.String tag)
Returns a CAPE-OPEN feature.CapeOpenFeature
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
CapeOpenFeature create(java.lang.String tag, java.lang.String oper)
Create a CAPE-OPEN feature.- Specified by:
create
in interfaceFunctionFeature
- Parameters:
tag
- Feature tag.oper
- Type of feature.- Returns:
- Created CAPE-OPEN feature.
-
feature
CapeOpenFeatureList feature()
Returns all CAPE-OPEN features.- Specified by:
feature
in interfaceFunctionFeature
- Returns:
- List of CAPE-OPEN features.
-
feature
CapeOpenFeature feature(java.lang.String tag)
Returns a CAPE-OPEN feature.- Specified by:
feature
in interfaceFunctionFeature
- Parameters:
tag
- CAPE-OPEN feature tag.- Returns:
- CAPE-OPEN feature.
-
storePersistenceData
CapeOpenFeature storePersistenceData()
Stores persistence data.- Returns:
- CAPE-OPEN feature.
-
-