Package com.comsol.model
Interface Cpl
-
- All Superinterfaces:
IPlotAndImageExport
,ModelEntity
,PrimitiveModelEntity
,PropFeature
,SelectionContainer
,SelectionEntity
public interface Cpl extends PropFeature, IPlotAndImageExport
Component coupling.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cpl
create(java.lang.String tag, java.lang.String oper)
Create a component coupling subnode.The method is only applicable for parent nodes of typeBoundarySimilarity
.CplList
feature()
Returns the list of all component coupling subnodes.Cpl
feature(java.lang.String tag)
Returns a component coupling subnode.LocalSelection
selection(java.lang.String name)
Returns a selection property given its name.java.lang.String
type()
Returns coupling type.-
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.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
Methods inherited from interface com.comsol.model.PropFeature
getAllowedPropertyValues, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanMatrix, getDouble, getDouble, getDouble, getDoubleArray, getDoubleMatrix, getEntryKeyIndex, getEntryKeys, getInt, getInt, getInt, getIntArray, getIntMatrix, getReferenceArray, getString, getString, getString, getString, getStringArray, getStringMatrix, getType, getValueType, hasProperty, hasSelection, move, move, properties, remove, remove, set, set, set, set, set, set, set, set, set, set, set, set, setEntry, setEntry, setEntry, setEntry, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex
-
Methods inherited from interface com.comsol.model.SelectionEntity
selection
-
-
-
-
Method Detail
-
create
Cpl create(java.lang.String tag, java.lang.String oper)
Create a component coupling subnode.The method is only applicable for parent nodes of typeBoundarySimilarity
.- Parameters:
tag
- Subnode tag.oper
- Type of subnode: one ofOnePointMap
,TwoPointMap
, orEdgeMap
.- Returns:
- Created subnode.
-
feature
CplList feature()
Returns the list of all component coupling subnodes.- Returns:
- Component coupling subnodes.
-
feature
Cpl feature(java.lang.String tag)
Returns a component coupling subnode.- Parameters:
tag
- Component coupling subnode tag.- Returns:
- Component coupling subnode.
-
selection
LocalSelection selection(java.lang.String name)
Returns a selection property given its name.- Specified by:
selection
in interfacePropFeature
- Parameters:
name
- The name of the selection property.- Returns:
- Selection property.
-
type
java.lang.String type()
Returns coupling type.- Returns:
- Coupling type.
-
-