Package com.comsol.model
Interface ComponentCplList
-
- All Superinterfaces:
CplList
,IListMove
,java.lang.Iterable<Cpl>
,ModelEntity
,ModelEntityList<Cpl>
,PrimitiveModelEntity
,PropFeatureList<Cpl>
public interface ComponentCplList extends CplList
List of component couplings for a component.
-
-
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.-
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.- Specified by:
create
in interfaceCplList
- Specified by:
create
in interfacePropFeatureList<Cpl>
- Parameters:
tag
- Component coupling tags.type
- Type of component coupling: one ofGeneralExtrusion
,LinearExtrusion
,BoundarySimilarity
,IdentityMapping
,GeneralProjection
,LinearProjection
,Integration
,Average
,Maximum
, orMinimum
.- Returns:
- Created component coupling.
-
-