Package com.comsol.model
Interface Init
-
- All Superinterfaces:
ExpressionBase
,ExpressionEntity
,ModelEntity
,PrimitiveModelEntity
,SelectionContainer
,SelectionEntity
,StudyContainer
public interface Init extends ExpressionEntity
Initial values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XDLocalSelection
selection()
Returns the initial value's selection.-
Methods inherited from interface com.comsol.model.ExpressionBase
clear, descr, get, rename, set, set, varnames
-
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
-
selection
XDLocalSelection selection()
Returns the initial value's selection.- Specified by:
selection
in interfaceSelectionEntity
- Returns:
- Selection.
-
-