Package com.comsol.model
Interface ModelParamGroupCaseList
-
- All Superinterfaces:
GenericModelEntityList<ModelParamGroupCase>
,IListMove
,java.lang.Iterable<ModelParamGroupCase>
,ModelEntity
,ModelEntityList<ModelParamGroupCase>
,PrimitiveModelEntity
public interface ModelParamGroupCaseList extends GenericModelEntityList<ModelParamGroupCase>, IListMove
List of model parameter group cases.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelParamGroupCase
create(java.lang.String tag)
Creates a parameter group case.-
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
ModelParamGroupCase create(java.lang.String tag)
Creates a parameter group case.- Specified by:
create
in interfaceGenericModelEntityList<ModelParamGroupCase>
- Parameters:
tag
- Parameter group case tag.- Returns:
- Created parameter group case.
-
-