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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Cplcreate(java.lang.String tag, java.lang.String type)Creates a component coupling.- 
Methods inherited from interface com.comsol.model.ModelEntityactive, 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.ModelEntityListclear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
 - 
Methods inherited from interface com.comsol.model.PrimitiveModelEntitygetContainer, getDisplayString, resolveModelPath
 
- 
 
- 
- 
- 
Method Detail- 
createCpl create(java.lang.String tag, java.lang.String type) Creates a component coupling.- Specified by:
- createin interface- CplList
- Specified by:
- createin interface- PropFeatureList<Cpl>
- Parameters:
- tag- Component coupling tags.
- type- Type of component coupling: one of- GeneralExtrusion,- LinearExtrusion,- BoundarySimilarity,- IdentityMapping,- GeneralProjection,- LinearProjection,- Integration,- Average,- Maximum, or- Minimum.
- Returns:
- Created component coupling.
 
 
- 
 
-