Package com.comsol.model
Interface ConfigurationFeature
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
,PropFeature
,ResultBaseFeature
,ResultSolutionParameterFeature
,SelectionContainer
,SelectionEntity
public interface ConfigurationFeature extends ResultSolutionParameterFeature
Configuration feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply()
Applies the configuration to the applicable results features.ConfigurationFeatureList
feature()
Returns the list of subfeatures.ConfigurationFeature
feature(java.lang.String tag)
Returns a subfeature.-
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.ResultBaseFeature
hasWarning, problem, problem, refresh, runCommand
-
Methods inherited from interface com.comsol.model.SelectionEntity
selection
-
-
-
-
Method Detail
-
apply
void apply()
Applies the configuration to the applicable results features.
-
feature
ConfigurationFeatureList feature()
Returns the list of subfeatures.- Returns:
- Subfeature list.
-
feature
ConfigurationFeature feature(java.lang.String tag)
Returns a subfeature.- Parameters:
tag
- The subfeature's tag.- Returns:
- Configuration feature.
-
-