Package com.comsol.model
Interface SelectionFeature
-
- All Superinterfaces:
AbstractSelection
,IPlotAndImageExport
,ModelEntity
,PrimitiveModelEntity
,PropFeature
,Selection
,SelectionContainer
,SelectionEntity
- All Known Subinterfaces:
SavePointSelection
public interface SelectionFeature extends Selection, PropFeature, IPlotAndImageExport
Named selection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.util.List<?>
getReferenceArray(java.lang.String name)
Deprecated.Shouldn't be used.SelectionFeature
model(java.lang.String modelTag)
Sets the model node of the named selection.-
Methods inherited from interface com.comsol.model.AbstractSelection
dim, dimension, geom
-
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, 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.Selection
add, all, allgeom, allGeom, allVoids, clear, dom, entities, entities, geom, geom, geom, geom, global, inherit, inputDimension, inputEntities, interiordom, interiorEntities, isgeom, isGeom, isglobal, isGlobal, isinheriting, isInheriting, remove, set
-
Methods inherited from interface com.comsol.model.SelectionEntity
selection
-
-
-
-
Method Detail
-
model
SelectionFeature model(java.lang.String modelTag)
Sets the model node of the named selection.- Specified by:
model
in interfaceModelEntity
- Parameters:
modelTag
- Model node tag.- Returns:
- Named selection.
-
getReferenceArray
@Deprecated java.util.List<?> getReferenceArray(java.lang.String name)
Deprecated.Shouldn't be used.- Specified by:
getReferenceArray
in interfacePropFeature
-
-