Package com.comsol.model.physics
Interface EquationViewParent
-
- All Known Subinterfaces:
CommonFeature,Coordsys,Frame,MaterialModel,MultiphysicsCoupling,Physics,PhysicsFeature,ProbeFeature
public interface EquationViewParentInterface for entities for entities that supports Equation View. Such entities also support other kinds of information nodes such as warning and error nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FeatureInfoListfeatureInfo()Returns the variable and system of equation changes.FeatureInfofeatureInfo(java.lang.String tag)Returns a variable and system of equation changes object.
-
-
-
Method Detail
-
featureInfo
FeatureInfoList featureInfo()
Returns the variable and system of equation changes.- Returns:
- List of variable and system of equation changes.
-
featureInfo
FeatureInfo featureInfo(java.lang.String tag)
Returns a variable and system of equation changes object.- Parameters:
tag- Feature tag.- Returns:
- Variable and system of equation changes object.
-
-