Package com.comsol.model
Interface CplList
-
- All Superinterfaces:
IListMove
,java.lang.Iterable<Cpl>
,ModelEntity
,ModelEntityList<Cpl>
,PrimitiveModelEntity
,PropFeatureList<Cpl>
- All Known Subinterfaces:
ComponentCplList
public interface CplList extends PropFeatureList<Cpl>, IListMove
List of component couplings.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Cpl
create(java.lang.String tag, java.lang.String type)
Creates a component coupling subnode.Cpl
create(java.lang.String tag, java.lang.String type, java.lang.String geom)
Creates a component coupling.-
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.ModelEntityList
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
-
-
-
Method Detail
-
create
Cpl create(java.lang.String tag, java.lang.String type)
Creates a component coupling subnode. The method is only applicable for parent nodes of typeBoundarySimilarity
.- Specified by:
create
in interfacePropFeatureList<Cpl>
- Parameters:
tag
- Subnode tag.type
- Type of component coupling subnode: one ofOnePointMap
,TwoPointMap
, orEdgeMap
.- Returns:
- Created component coupling subnode.
-
create
Cpl create(java.lang.String tag, java.lang.String type, java.lang.String geom)
Creates a component coupling.- Parameters:
tag
- Component coupling tags.type
- Type of component coupling: one ofGeneralExtrusion
,LinearExtrusion
,BoundarySimilarity
,IdentityMapping
,GeneralProjection
,LinearProjection
,Integration
,Average
,Maximum
, orMinimum
.geom
- Source geometry sequence tag.- Returns:
- Created component coupling.
-
-