public interface PhysicsFeature extends ParameterEntity, StudyContainer, IPlotAndImageExport, EquationViewParent
Modifier and Type | Method and Description |
---|---|
PhysicsFeature |
create(java.lang.String tag,
java.lang.String feature)
Creates a physics feature.
|
PhysicsFeature |
create(java.lang.String tag,
java.lang.String feature,
int dim)
Creates a physics feature.
|
void |
discardData()
Discard data.
|
PhysicsFeatureList |
feature()
Returns the physics features.
|
PhysicsFeature |
feature(java.lang.String tag)
Returns a physics feature.
|
java.lang.String |
getType()
Gets the type identification.
|
void |
importData()
Import data.
|
XDLocalSelection |
selection()
Returns the selection.
|
getAllowedPropertyValues, getBoolean, getDblStringArray, getDoubleArray, getDoubleMatrix, getString, getStringArray, getStringMatrix, getValueType, hasProperty, properties, selection, 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
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
getContainer, getDisplayString
hasParam, param, params
image
featureInfo, featureInfo
PhysicsFeature create(java.lang.String tag, java.lang.String feature)
tag
- The feature tag.feature
- The feature type identifier.PhysicsFeature create(java.lang.String tag, java.lang.String feature, int dim)
tag
- The feature tag.feature
- The feature type identifier.dim
- The geometric entity level to assign the feature to.void discardData()
PhysicsFeatureList feature()
PhysicsFeature feature(java.lang.String tag)
tag
- Physics feature tag.java.lang.String getType()
void importData()
XDLocalSelection selection()
selection
in interface SelectionEntity