Package com.comsol.model.application
Interface AppFeature
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
,PropFeature
,SelectionContainer
,SelectionEntity
public interface AppFeature extends PropFeature
Application feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppFeature
create(java.lang.String tag, java.lang.String oper)
Create an application feature.AppFeatureList
feature()
Get the list of application features.AppFeature
feature(java.lang.String tag)
Returns an application feature.void
run(java.lang.String action)
Performs a run operation on this application feature.-
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.SelectionEntity
selection
-
-
-
-
Method Detail
-
create
AppFeature create(java.lang.String tag, java.lang.String oper)
Create an application feature.- Parameters:
tag
- Feature tag.oper
- Type of feature.- Returns:
- Created feature.
-
feature
AppFeatureList feature()
Get the list of application features.- Returns:
- Application feature list.
-
feature
AppFeature feature(java.lang.String tag)
Returns an application feature.- Parameters:
tag
- Application feature tag.- Returns:
- Application feature.
-
run
void run(java.lang.String action)
Performs a run operation on this application feature.- Parameters:
action
- Action tag.
-
-