public interface PhysicsFeature extends ParameterEntity, StudyContainer
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.
|
FeatureInfoList |
featureInfo()
Returns the variable and system of equation changes.
|
FeatureInfo |
featureInfo(java.lang.String tag)
Returns a variable and system of equation changes object.
|
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
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.FeatureInfoList featureInfo()
FeatureInfo featureInfo(java.lang.String tag)
tag
- Feature tag.java.lang.String getType()
void importData()
XDLocalSelection selection()
selection
in interface SelectionEntity