Package com.comsol.model
Interface GenericModelEntityList<T extends ModelEntity>
-
- All Superinterfaces:
java.lang.Iterable<T>
,ModelEntity
,ModelEntityList<T>
,PrimitiveModelEntity
- All Known Subinterfaces:
CoeffFeatureList
,ComponentExprList
,ConstrFeatureList
,ElementSetList
,ExprList
,FeatureInfoList
,FileResourceList
,GeomObjectList
,InformationList
,InitList
,IntRuleFeatureList
,ModelParamGroupCaseList
,ModelParamGroupList
,OdeList
,SavePointDataList
,SavePointGeomList
,StudyList
,WeakList
public interface GenericModelEntityList<T extends ModelEntity> extends ModelEntityList<T>
Base interface for lists of model entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
create(java.lang.String tag)
Creates a model entity.-
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
T create(java.lang.String tag)
Creates a model entity.- Parameters:
tag
- Model entity tag.- Returns:
- Model entity.
-
-