Package com.comsol.model
Interface MethodCallFeatureList
- 
- All Superinterfaces:
- IListMove,- java.lang.Iterable<MethodCallFeature>,- ModelEntity,- ModelEntityList<MethodCallFeature>,- PrimitiveModelEntity,- PropFeatureList<MethodCallFeature>
 
 public interface MethodCallFeatureList extends PropFeatureList<MethodCallFeature>, IListMove A list representation for method call features.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodCallFeaturecreate(java.lang.String tag, java.lang.String method)Create a method call feature.java.lang.String[]methods()Get names of all methods.- 
Methods inherited from interface com.comsol.model.ModelEntityactive, 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.ModelEntityListclear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
 - 
Methods inherited from interface com.comsol.model.PrimitiveModelEntitygetContainer, getDisplayString, resolveModelPath
 
- 
 
- 
- 
- 
Method Detail- 
createMethodCallFeature create(java.lang.String tag, java.lang.String method) Create a method call feature.- Specified by:
- createin interface- PropFeatureList<MethodCallFeature>
- Parameters:
- tag- Feature tag.
- method- Method called.
- Returns:
- Created method call feature.
 
 - 
methodsjava.lang.String[] methods() Get names of all methods.- Returns:
- Names of all methods.
 
 
- 
 
-