Package com.comsol.model
Interface ReducedModelList
-
- All Superinterfaces:
IListMove
,java.lang.Iterable<ReducedModel>
,ModelEntity
,ModelEntityList<ReducedModel>
,PrimitiveModelEntity
,PropFeatureList<ReducedModel>
public interface ReducedModelList extends PropFeatureList<ReducedModel>, IListMove
feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReducedModel
create(java.lang.String tag, java.lang.String type)
Creates a reduced model instance of the specified type.void
exportReducedModel(java.lang.String tag, java.lang.String zipFilename)
Exports a reduced model instance into a given archive.ReducedModel
importReducedModel(java.lang.String tag, java.lang.String zipFilename)
Imports a reduced model instance from a given archive.-
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
ReducedModel create(java.lang.String tag, java.lang.String type)
Creates a reduced model instance of the specified type.- Specified by:
create
in interfacePropFeatureList<ReducedModel>
- Parameters:
tag
- Reduced model tag.type
- Reduced model type.- Returns:
- Created reduced model instance.
-
exportReducedModel
void exportReducedModel(java.lang.String tag, java.lang.String zipFilename) throws java.io.IOException
Exports a reduced model instance into a given archive.- Parameters:
tag
- Reduced model tag.zipFilename
- Reduced model archive container.- Throws:
java.io.IOException
-
importReducedModel
ReducedModel importReducedModel(java.lang.String tag, java.lang.String zipFilename) throws java.io.IOException
Imports a reduced model instance from a given archive.- Parameters:
tag
- Reduced model tag.zipFilename
- Reduced model archive container.- Returns:
- Imported reduced model instance.
- Throws:
java.io.IOException
-
-