public interface ReducedModelList extends PropFeatureList<ReducedModelBase>, IListMove
| Modifier and Type | Method and Description |
|---|---|
ReducedModel |
create(java.lang.String arg0)
Deprecated.
Creates a reduced model instance of legacy type.
|
ReducedModelBase |
create(java.lang.String tag,
java.lang.String type)
Creates a reduced model instance of the specified type.
|
ReducedModelBase |
createFromModelEntity(java.lang.String tag,
java.lang.String sourceTag)
Creates a reduced model instance from an existing solution or file
resource.
|
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, getDisplayString@Deprecated ReducedModel create(java.lang.String arg0)
ReducedModelBase create(java.lang.String tag, java.lang.String type)
create in interface PropFeatureList<ReducedModelBase>tag - Reduced model tag.type - Reduced model type.ReducedModelBase createFromModelEntity(java.lang.String tag, java.lang.String sourceTag)
tag - Reduced model tag.sourceTag - Model entity source tag.