public interface ReducedModelList extends PropFeatureList<ReducedModel>, IListMove
| Modifier and Type | Method and 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.
|
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetagactive, 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, versiongetContainer, getDisplayStringReducedModel create(java.lang.String tag, java.lang.String type)
create in interface PropFeatureList<ReducedModel>tag - Reduced model tag.type - Reduced model type.void exportReducedModel(java.lang.String tag,
java.lang.String zipFilename)
throws java.io.IOException
tag - Reduced model tag.zipFilename - Reduced model archive container.java.io.IOExceptionReducedModel importReducedModel(java.lang.String tag, java.lang.String zipFilename) throws java.io.IOException
tag - Reduced model tag.zipFilename - Reduced model archive container.java.io.IOException