Package com.comsol.model
Interface ShapeFeature
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
,PropFeature
,SelectionContainer
,SelectionEntity
,StudyContainer
public interface ShapeFeature extends PropFeature, StudyContainer
Shape function feature.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ShapeFeatureList
feature()
Returns all shape sub-features.ShapeFeature
feature(java.lang.String tag)
Returns shape sub-feature function expression.ShapeFeature
set(java.lang.String name, int value)
Sets integer property value.ShapeFeature
set(java.lang.String name, java.lang.String value)
Sets string property value.ShapeFeature
set(java.lang.String name, java.lang.String[] value)
Sets string vector property value.java.lang.String
shape()
Returns shape function expression.-
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
-
Methods inherited from interface com.comsol.model.PropFeature
getAllowedPropertyValues, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanMatrix, getDouble, getDouble, getDouble, getDoubleArray, getDoubleMatrix, getEntryKeyIndex, getEntryKeys, getInt, getInt, getInt, getIntArray, getIntMatrix, getReferenceArray, getString, getString, getString, getString, getStringArray, getStringMatrix, getType, getValueType, hasProperty, hasSelection, move, move, properties, remove, remove, selection, set, set, set, set, set, set, set, set, set, setEntry, setEntry, setEntry, setEntry, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex
-
Methods inherited from interface com.comsol.model.SelectionEntity
selection
-
-
-
-
Method Detail
-
feature
ShapeFeatureList feature()
Returns all shape sub-features.- Returns:
- List of shapes.
-
feature
ShapeFeature feature(java.lang.String tag)
Returns shape sub-feature function expression.- Parameters:
tag
- Shape feature tag.- Returns:
- Shape feature.
-
set
ShapeFeature set(java.lang.String name, java.lang.String value)
Sets string property value.- Specified by:
set
in interfacePropFeature
- Parameters:
name
- Property name.value
- Property value.- Returns:
- Property.
-
set
ShapeFeature set(java.lang.String name, java.lang.String[] value)
Sets string vector property value.- Specified by:
set
in interfacePropFeature
- Parameters:
name
- Property name.value
- Property value.- Returns:
- Property.
-
set
ShapeFeature set(java.lang.String name, int value)
Sets integer property value.- Specified by:
set
in interfacePropFeature
- Parameters:
name
- Property name.value
- Property value.- Returns:
- Property.
-
shape
java.lang.String shape()
Returns shape function expression.- Returns:
- Shape function expression.
-
-