Package com.comsol.model
Interface SelectionEntity
-
- All Superinterfaces:
ModelEntity
,PrimitiveModelEntity
,SelectionContainer
- All Known Subinterfaces:
AppFeature
,AppView
,BatchFeature
,BEMFeature
,CapeOpenFeature
,CoeffFeature
,CommonFeature
,ConstrFeature
,Coordsys
,Cpl
,DatasetFeature
,Element
,ElementSet
,ElemFeature
,EvaluationFeature
,EvaluationGroupFeature
,ExportFeature
,Expr
,ExpressionEntity
,ExternalInterfaceFeature
,ExtraDimFeature
,FormFeature
,FrameFeature
,FunctionFeature
,GeomAttribute
,GeomDefeature
,GeomFeature
,GeomMeshFeature
,GeomProblemFeature
,GeomSubsequenceCallFeature
,Init
,Material
,MaterialModel
,MeshData
,MeshExport
,MeshFeature
,MeshProblemFeature
,MeshStatistics
,MethodCallFeature
,ModelEntityImage
,MultigridLevel
,MultiphysicsCoupling
,NodeGroup
,NumericalBaseFeature
,NumericalFeature
,OptFeature
,ParameterEntity
,Physics
,PhysicsFeature
,ProbeFeature
,ProblemFeature
,PropFeature
,ReducedModel
,ReportFeature
,ResultBaseFeature
,ResultFeature
,ResultProblemFeature
,SavePointSelection
,SavePointView
,SelectionFeature
,Shape
,ShapeFeature
,SolverFeature
,SolverProblemFeature
,StudyFeature
,TableBaseFeature
,TableFeature
,ThermodynamicsFeature
,View
,ViewBase
,ViewFeature
,Weak
,WorkPlaneFeature
public interface SelectionEntity extends ModelEntity, SelectionContainer
Base interface for model object entities with a selection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocalSelection
selection()
Returns the selection.-
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
-
-
-
-
Method Detail
-
selection
LocalSelection selection()
Returns the selection.- Returns:
- Selection.
-
-