Package com.comsol.model
Interface PrimitiveModelEntity
-
- All Known Subinterfaces:
AbstractModel
,AbstractSelection
,AppFeature
,AppFeatureList
,AppView
,AppViewList
,BatchFeature
,BatchFeatureList
,BatchList
,BEMFeature
,BEMFeatureList
,CapeOpen
,CapeOpenFeature
,CapeOpenFeatureList
,Coeff
,CoeffFeature
,CoeffFeatureList
,CoeffList
,CommonFeature
,CommonList
,ComponentCommonList
,ComponentCoordsysList
,ComponentCplList
,ComponentExprList
,ComponentExtraDimList
,ComponentFunctionFeatureList
,ComponentGeomList
,ComponentMaterialList
,ComponentMeshList
,ComponentMultiphysicsCouplingList
,ComponentPairList
,ComponentPhysicsList
,ComponentProbeFeatureList
,ComponentPropFeatureList
,ComponentSelectionList
,ComponentViewList
,Constr
,ConstrFeature
,ConstrFeatureList
,ConstrList
,Coordsys
,CoordsysList
,Cpl
,CplList
,CumulativeSelection
,DatasetFeature
,DatasetFeatureList
,Element
,ElementSet
,ElementSetList
,ElemFeature
,ElemFeatureList
,ElemList
,EvaluationFeature
,EvaluationFeatureList
,EvaluationGroupFeature
,EvaluationGroupFeatureList
,Event
,EventList
,ExportFeature
,ExportFeatureList
,Expr
,ExpressionBase
,ExpressionEntity
,ExprList
,ExternalInterfaceFeature
,ExternalInterfaceFeatureList
,ExtraDimFeature
,ExtraDimList
,FeatureInfo
,FeatureInfoList
,Field
,FieldList
,FileResource
,FileResourceList
,FormFeature
,FormFeatureList
,Frame
,FrameFeature
,FrameFeatureList
,FrameList
,FunctionFeature
,FunctionFeatureList
,GenericModelEntityList<T>
,GeomAttribute
,GeomAttributeList
,GeomContainer
,GeomDefeature
,GeomExport
,GeomFeature
,GeomFeatureList
,GeomInfo
,GeomInfoBase
,GeomList
,GeomMeasure
,GeomMeasureFinal
,GeomMeshFeature
,GeomObject
,GeomObjectGroupSelection
,GeomObjectList
,GeomObjectSelection
,GeomObjectSelectionFeature
,GeomObjectSelectionFeatureList
,GeomProblemFeature
,GeomProblemFeatureList
,GeomSequence
,GeomSubsequence
,GeomSubsequenceCallFeature
,Group
,GroupList
,HideDraw
,HideDrawList
,HideGeom
,HideGeomList
,HideMesh
,HideMeshList
,History
,Information
,InformationList
,Init
,InitList
,IntRule
,IntRuleFeature
,IntRuleFeatureList
,IntRuleList
,LocalGeomObjectSelection
,LocalSelection
,Material
,MaterialList
,MaterialModel
,MaterialModelList
,MeshData
,MeshExport
,MeshFeature
,MeshFeatureList
,MeshList
,MeshNative
,MeshProblemFeature
,MeshProblemFeatureList
,MeshSelection
,MeshSequence
,MeshStatistics
,MethodCallFeature
,MethodCallFeatureList
,Model
,ModelEntity
,ModelEntityImage
,ModelEntityList<T>
,ModelNode
,ModelNodeList
,ModelParam
,ModelParamGroup
,ModelParamGroupCase
,ModelParamGroupCaseList
,ModelParamGroupList
,MultigridLevel
,MultigridLevelList
,MultiphysicsCoupling
,MultiphysicsCouplingList
,NodeGroup
,NodeGroupList
,NumericalBaseFeature
,NumericalFeature
,NumericalFeatureList
,Ode
,OdeList
,OptFeature
,OptFeatureList
,OptSequence
,Pair
,PairList
,ParamBase
,ParameterEntity
,Physics
,PhysicsFeature
,PhysicsFeatureList
,PhysicsField
,PhysicsFieldList
,PhysicsList
,PhysicsProp
,PhysicsPropList
,ProbeFeature
,ProbeFeatureList
,ProblemFeature
,ProblemList
,PropFeature
,PropFeatureList<T>
,ReducedModel
,ReducedModelList
,ReportFeature
,ReportFeatureList
,ResultBaseFeature
,ResultFeature
,ResultFeatureList
,ResultParam
,ResultProblemFeature
,ResultProblemFeatureList
,Results
,SavePoint
,SavePointData
,SavePointDataList
,SavePointGeom
,SavePointGeomList
,SavePointHideGeom
,SavePointHideGeomList
,SavePointSelection
,SavePointSelectionList
,SavePointView
,SavePointViewList
,Selection
,SelectionEntity
,SelectionFeature
,SelectionList
,Shape
,ShapeFeature
,ShapeFeatureList
,ShapeList
,SolutionInfo
,SolverFeature
,SolverFeatureList
,SolverProblemFeature
,SolverProblemFeatureList
,SolverSequence
,SolverSequenceList
,Study
,StudyFeature
,StudyFeatureList
,StudyList
,TableBaseFeature
,TableFeature
,TableFeatureList
,Thermodynamics
,ThermodynamicsFeature
,ThermodynamicsFeatureList
,Unit
,UnitList
,UnitSystem
,UnitSystemList
,View
,ViewBase
,ViewFeature
,ViewFeatureList
,ViewList
,Weak
,WeakList
,WorkPlaneFeature
,XDLocalSelection
,XmeshInfo
,XmeshInfoDofs
,XmeshInfoElements
,XmeshInfoNodes
public interface PrimitiveModelEntity
Base interface for model object entities.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrimitiveModelEntity
getContainer()
Returns the parent entity that this entity is contained in.java.lang.String
getDisplayString()
Get the string describing this entity as shown in the GUI.java.lang.String
resolveModelPath()
Returns the model path uniquely identifying this entity.
-
-
-
Method Detail
-
getContainer
PrimitiveModelEntity getContainer()
Returns the parent entity that this entity is contained in. If no container can be found,null
is returned.- Returns:
- the container or
null
.
-
getDisplayString
java.lang.String getDisplayString()
Get the string describing this entity as shown in the GUI.- Returns:
- descriptive string.
-
resolveModelPath
java.lang.String resolveModelPath()
Returns the model path uniquely identifying this entity.- Returns:
- Entity path.
-
-