Package com.comsol.model
Interface SelectionList
-
- All Superinterfaces:
IListMove,java.lang.Iterable<SelectionFeature>,ModelEntity,ModelEntityList<SelectionFeature>,PrimitiveModelEntity,PropFeatureList<SelectionFeature>,SelectionContainer
- All Known Subinterfaces:
ComponentSelectionList,SavePointSelectionList
public interface SelectionList extends PropFeatureList<SelectionFeature>, SelectionContainer, IListMove
List of named selections.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SelectionFeaturecreate(java.lang.String tag)Creates an explicit selection.SelectionFeaturecreate(java.lang.String tag, java.lang.String featureType)Creates a named selection 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.ModelEntityList
clear, copy, copy, copyTo, duplicate, duplicateTo, get, hasTag, index, remove, size, tags, uniquetag
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
create
SelectionFeature create(java.lang.String tag)
Creates an explicit selection.- Parameters:
tag- Explicit selection tag.- Returns:
- Created explicit selection.
-
create
SelectionFeature create(java.lang.String tag, java.lang.String featureType)
Creates a named selection feature.- Specified by:
createin interfacePropFeatureList<SelectionFeature>- Parameters:
tag- The named selection tag.featureType- The selection type.- Returns:
- Created named selection feature.
-
-