Package com.comsol.model
Interface UnitSystemList
-
- All Superinterfaces:
java.lang.Iterable<UnitSystem>
,ModelEntity
,ModelEntityList<UnitSystem>
,PrimitiveModelEntity
public interface UnitSystemList extends ModelEntityList<UnitSystem>
List of unit systems.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
builtInTags()
Returns the tags of the built-in unit systems.UnitSystem
create(java.lang.String name)
Creates a unit system.-
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
-
builtInTags
java.lang.String[] builtInTags()
Returns the tags of the built-in unit systems. The tags can be used to retrieve the unit system usingmodel.unit(<tag>)
.- Returns:
- Tags of built-in unit systems.
-
create
UnitSystem create(java.lang.String name)
Creates a unit system.- Parameters:
name
- Unit system tag.- Returns:
- Created unit system.
-
-