Package com.comsol.model
Interface MeshProblemFeatureList
-
- All Superinterfaces:
IListMove
,java.lang.Iterable<MeshFeature>
,MeshFeatureList
,ModelEntity
,ModelEntityList<MeshFeature>
,PrimitiveModelEntity
,PropFeatureList<MeshFeature>
public interface MeshProblemFeatureList extends MeshFeatureList
List of mesh problem features.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String[]
errorNames()
Deprecated.UseGeomMeshFeature.errors()
instead.java.lang.String[]
warningNames()
Deprecated.UseGeomMeshFeature.warnings()
instead.-
Methods inherited from interface com.comsol.model.MeshFeatureList
create, problemNames
-
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
-
errorNames
@Deprecated java.lang.String[] errorNames()
Deprecated.UseGeomMeshFeature.errors()
instead.
-
warningNames
@Deprecated java.lang.String[] warningNames()
Deprecated.UseGeomMeshFeature.warnings()
instead.
-
-