Package com.comsol.model
Interface MeshFeatureList
-
- All Superinterfaces:
IListMove
,java.lang.Iterable<MeshFeature>
,ModelEntity
,ModelEntityList<MeshFeature>
,PrimitiveModelEntity
,PropFeatureList<MeshFeature>
- All Known Subinterfaces:
MeshProblemFeatureList
public interface MeshFeatureList extends PropFeatureList<MeshFeature>, IListMove
List of mesh features.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description MeshFeature
create(java.lang.String tag, java.lang.String oper)
Creates a mesh feature.java.lang.String[]
problemNames()
Deprecated.-
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
MeshFeature create(java.lang.String tag, java.lang.String oper)
Creates a mesh feature.- Specified by:
create
in interfacePropFeatureList<MeshFeature>
- Parameters:
tag
- Mesh feature tag.oper
- Mesh feature type.- Returns:
- Created mesh feature.
-
problemNames
@Deprecated java.lang.String[] problemNames()
Deprecated.
-
-