public interface ModelNodeList extends ModelEntityList<ModelNode>, IListMove
Modifier and Type | Method and Description |
---|---|
ModelNode |
create(java.lang.String tag)
Creates a model.
|
ModelNode |
create(java.lang.String tag,
boolean defineFrames)
Creates a model node, and sets whether all frames should be defined.
|
ModelNode |
create(java.lang.String tag,
java.lang.String type)
Creates a model node of a given type.
|
ModelNode |
createExtraDim(java.lang.String arg0)
Deprecated.
@link #create(String, String).
|
java.lang.String[][] |
insert(java.lang.String filename,
java.lang.String[] components,
java.lang.String... password)
Insert components from an mph file into this list and returns the
result of the operation as a double string array of length 3.
The first array contains the messages from insert, the second array contains paths to the inserted objects, and the third array contains paths to the inserted references. |
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
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
getContainer, getDisplayString
ModelNode create(java.lang.String tag)
tag
- Model tag.ModelNode create(java.lang.String tag, java.lang.String type)
tag
- Model tag.type
- Model type, can be "Component", "ExtraDim", or "MeshComponent".ModelNode create(java.lang.String tag, boolean defineFrames)
tag
- Model tag.defineFrames
- If true, all four frames will be defined.@Deprecated ModelNode createExtraDim(java.lang.String arg0)
java.lang.String[][] insert(java.lang.String filename, java.lang.String[] components, java.lang.String... password)
filename
- File name.components
- components tags.password
- Optional password for opening the file.