Package com.comsol.model
Interface ShapeFeatureList
-
- All Superinterfaces:
java.lang.Iterable<ShapeFeature>
,ModelEntity
,ModelEntityList<ShapeFeature>
,PrimitiveModelEntity
,PropFeatureList<ShapeFeature>
public interface ShapeFeatureList extends PropFeatureList<ShapeFeature>
List of shape function features.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapeFeature
create(java.lang.String tag, java.lang.String sfname)
Creates shape 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, index, remove, size, tags, uniquetag
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
create
ShapeFeature create(java.lang.String tag, java.lang.String sfname)
Creates shape feature.- Specified by:
create
in interfacePropFeatureList<ShapeFeature>
- Parameters:
tag
- Shape function feature tag.sfname
- Shape function type: shape function name or a shape function with arguments.- Returns:
- Created shape feature.
-
-