Package com.comsol.model
Interface PropFeatureList<T extends PropFeature>
-
- All Superinterfaces:
java.lang.Iterable<T>
,ModelEntity
,ModelEntityList<T>
,PrimitiveModelEntity
- All Known Subinterfaces:
AppFeatureList
,BatchFeatureList
,BEMFeatureList
,CapeOpenFeatureList
,CommonList
,ComponentCommonList
,ComponentCoordsysList
,ComponentCplList
,ComponentExtraDimList
,ComponentFunctionFeatureList
,ComponentMaterialList
,ComponentProbeFeatureList
,ComponentPropFeatureList
,ComponentSelectionList
,CoordsysList
,CplList
,DatasetFeatureList
,EvaluationFeatureList
,EvaluationGroupFeatureList
,ExportFeatureList
,ExternalInterfaceFeatureList
,ExtraDimList
,FormFeatureList
,FunctionFeatureList
,GeomAttributeList
,GeomFeatureList
,GeomProblemFeatureList
,MaterialList
,MeshFeatureList
,MeshProblemFeatureList
,MethodCallFeatureList
,MultigridLevelList
,NodeGroupList
,NumericalFeatureList
,OptFeatureList
,ProbeFeatureList
,ProblemList
,ReducedModelList
,ReportFeatureList
,ResultFeatureList
,ResultProblemFeatureList
,SavePointSelectionList
,SelectionList
,ShapeFeatureList
,SolverFeatureList
,SolverProblemFeatureList
,StudyFeatureList
,TableFeatureList
,ThermodynamicsFeatureList
,ViewFeatureList
public interface PropFeatureList<T extends PropFeature> extends ModelEntityList<T>
Base interface for lists of features using properties.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PropFeature
create(java.lang.String tag, java.lang.String oper)
Create property-based 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
PropFeature create(java.lang.String tag, java.lang.String oper)
Create property-based feature.- Parameters:
tag
- Feature tag.oper
- Feature operations.- Returns:
- Created property-based feature.
-
-