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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MethodCallFeature
create(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.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
MethodCallFeature create(java.lang.String tag, java.lang.String method)
Create a method call feature.- Specified by:
create
in interfacePropFeatureList<MethodCallFeature>
- Parameters:
tag
- Feature tag.method
- Method called.- Returns:
- Created method call feature.
-
methods
java.lang.String[] methods()
Get names of all methods.- Returns:
- Names of all methods.
-
-