Package com.comsol.model.physics
Interface PhysicsFeatureList
-
- All Superinterfaces:
IListMove
,java.lang.Iterable<PhysicsFeature>
,ModelEntity
,ModelEntityList<PhysicsFeature>
,PrimitiveModelEntity
public interface PhysicsFeatureList extends ModelEntityList<PhysicsFeature>, IListMove
List of physics features.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PhysicsFeature
create(java.lang.String tag, java.lang.String feature)
Creates a physics feature.PhysicsFeature
create(java.lang.String tag, java.lang.String feature, int dim)
Creates a physics 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
PhysicsFeature create(java.lang.String tag, java.lang.String feature)
Creates a physics feature.- Parameters:
tag
- The feature tag.feature
- The feature type identifier.- Returns:
- Created physics feature.
-
create
PhysicsFeature create(java.lang.String tag, java.lang.String feature, int dim)
Creates a physics feature.- Parameters:
tag
- The feature tag.feature
- The feature type identifier.dim
- The geometric entity level to assign the feature to.- Returns:
- Created physics feature.
-
-