Package com.comsol.model
Interface ProblemList
-
- All Superinterfaces:
java.lang.Iterable<ProblemFeature>
,ModelEntity
,ModelEntityList<ProblemFeature>
,PrimitiveModelEntity
,PropFeatureList<ProblemFeature>
public interface ProblemList extends PropFeatureList<ProblemFeature>
List of problem nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProblemFeature
create(java.lang.String tag, java.lang.String type)
Creates a problem node.-
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
ProblemFeature create(java.lang.String tag, java.lang.String type)
Creates a problem node.- Specified by:
create
in interfacePropFeatureList<ProblemFeature>
- Parameters:
tag
- Problem node tag.type
- Type of common definitions feature: one ofError
,Warning
,Information
,...
.- Returns:
- Created problem node.
-
-