Package com.comsol.model.physics
Interface MultiphysicsCoupling
-
- All Superinterfaces:
EquationViewParent
,IPlotAndImageExport
,ModelEntity
,ParameterContainer
,ParameterEntity
,PrimitiveModelEntity
,SelectionContainer
,SelectionEntity
,StudyContainer
public interface MultiphysicsCoupling extends ParameterEntity, StudyContainer, IPlotAndImageExport, EquationViewParent
Multiphysics Coupling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String
getType()
Gets the type identification.java.lang.String
identifier()
Deprecated.UseModelEntity.tag()
instead.MultiphysicsCoupling
identifier(java.lang.String arg0)
Deprecated.UseModelEntity.tag(String)
instead.-
Methods inherited from interface com.comsol.model.physics.EquationViewParent
featureInfo, featureInfo
-
Methods inherited from interface com.comsol.model.IPlotAndImageExport
image
-
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.ParameterContainer
commands, hasParam, param, params, runCommand
-
Methods inherited from interface com.comsol.model.ParameterEntity
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
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
Methods inherited from interface com.comsol.model.SelectionEntity
selection
-
-
-
-
Method Detail
-
getType
java.lang.String getType()
Gets the type identification.- Returns:
- Type identifier.
-
identifier
@Deprecated java.lang.String identifier()
Deprecated.UseModelEntity.tag()
instead.
-
identifier
@Deprecated MultiphysicsCoupling identifier(java.lang.String arg0)
Deprecated.UseModelEntity.tag(String)
instead.
-
-