Package com.comsol.model
Interface GroupList
-
- All Superinterfaces:
IListMove
,java.lang.Iterable<Group>
,ModelEntity
,ModelEntityList<Group>
,PrimitiveModelEntity
public interface GroupList extends ModelEntityList<Group>, IListMove
The group list contains all Group objects in the model. Order is important for objects of the same type, but not between objects of different type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Group
create(java.lang.String tag, java.lang.String type)
Creates a new group of the specified type.-
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
Group create(java.lang.String tag, java.lang.String type)
Creates a new group of the specified type. Allowed types are LoadGroup and ConstraintGroup.- Parameters:
tag
- Group tag.type
- Group type.- Returns:
- List of groups.
-
-