Package com.comsol.model
Interface Group
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
public interface Group extends ModelEntity
A Group is a definition of a custom identifier which can be used to group physics features together for easier access in load cases. Groups can be of type LoadGroup and ConstraintGroup.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
identifier()
Deprecated.UseparamName()
instead.Group
identifier(java.lang.String arg0)
Deprecated.UseparamName(String)
instead.java.lang.String
paramName()
Returns the parameter name.Group
paramName(java.lang.String name)
Sets the parameter name.java.lang.String
type()
Returns the group 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.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
identifier
@Deprecated java.lang.String identifier()
Deprecated.UseparamName()
instead.
-
identifier
@Deprecated Group identifier(java.lang.String arg0)
Deprecated.UseparamName(String)
instead.
-
paramName
java.lang.String paramName()
Returns the parameter name.- Returns:
- Parameter name.
-
paramName
Group paramName(java.lang.String name)
Sets the parameter name.- Parameters:
name
- Parameter name.- Returns:
- Group.
-
type
java.lang.String type()
Returns the group type.- Returns:
- Group type.
-
-