Package com.comsol.model
Interface OptFeatureList
-
- All Superinterfaces:
java.lang.Iterable<OptFeature>
,ModelEntity
,ModelEntityList<OptFeature>
,PrimitiveModelEntity
,PropFeatureList<OptFeature>
public interface OptFeatureList extends PropFeatureList<OptFeature>
The objective feature list, the bound feature list, the gconstr feature list, and the scale feature list.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OptFeature
create(java.lang.String tag)
Create a feature with a certain tag.-
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.ModelEntityList
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
Methods inherited from interface com.comsol.model.PropFeatureList
create
-
-
-
-
Method Detail
-
create
OptFeature create(java.lang.String tag)
Create a feature with a certain tag. Only available for feature lists where the content can be of a single type.- Parameters:
tag
- Feature tag.- Returns:
- Created optimization feature.
-
-