Package com.comsol.model
Interface ConstrFeature
-
- All Superinterfaces:
ModelEntity,ParameterContainer,ParameterEntity,PrimitiveModelEntity,SelectionContainer,SelectionEntity,StudyContainer
public interface ConstrFeature extends ParameterEntity, StudyContainer
Constraint feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XDLocalSelectionselection()Returns the constraint's selection.XDLocalSelectionselection(java.lang.String name)Returns lower dimensional selection that should be excluded from constraint's selection.-
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.ParameterContainer
commands, hasParam, param, params, runCommand
-
Methods inherited from interface com.comsol.model.ParameterEntity
getAllowedPropertyValues, getBoolean, getDblStringArray, getDouble, getDoubleArray, getDoubleMatrix, getExtraSelectionNames, getString, getStringArray, getStringMatrix, getValueType, hasProperty, properties, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, set, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
selection
XDLocalSelection selection()
Returns the constraint's selection.- Specified by:
selectionin interfaceSelectionEntity- Returns:
- Selection.
-
selection
XDLocalSelection selection(java.lang.String name)
Returns lower dimensional selection that should be excluded from constraint's selection.- Specified by:
selectionin interfaceParameterEntity- Parameters:
name- Name specifying the type of selection that should be excluded from constraint's selection: 'exclude0', 'exclude1' or 'exclude2' for 0, 1 or 2 dimensional selections respectively.- Returns:
- Excluded selection.
-
-