Package com.comsol.model
Interface Material
-
- All Superinterfaces:
IPlotAndImageExport,ModelEntity,PrimitiveModelEntity,PropFeature,SelectionContainer,SelectionEntity,StudyContainer
public interface Material extends PropFeature, StudyContainer, IPlotAndImageExport
Material.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description MaterialListfeature()Returns all material subfeatures.Materialfeature(java.lang.String tag)Returns a material subfeature.java.lang.Stringidentifier()Deprecated.UseModelEntity.tag()instead.Materialidentifier(java.lang.String arg0)Deprecated.UseModelEntity.tag(String)instead.InformationListinfo()Returns a list of material information objects.Informationinfo(java.lang.String name)Returns a material information object.MaterialModelListmaterialmodel()Deprecated.UsepropertyGroup()instead.MaterialModelmaterialmodel(java.lang.String arg0)Deprecated.UsepropertyGroup()instead.MaterialModelListmaterialModel()Deprecated.UsepropertyGroup()instead.MaterialModelmaterialModel(java.lang.String arg0)Deprecated.UsepropertyGroup(String)instead.java.lang.StringmaterialType()Returns material type.MaterialmaterialType(java.lang.String name)Sets material type.MaterialModelListpropertyGroup()Returns material property groups.MaterialModelpropertyGroup(java.lang.String tag)Returns a material property group.XDLocalSelectionselection()Returns the material's selection.-
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, selection, 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
-
-
-
-
Method Detail
-
feature
MaterialList feature()
Returns all material subfeatures.- Returns:
- List of materials.
-
feature
Material feature(java.lang.String tag)
Returns a material subfeature.- Parameters:
tag- Material tag.- Returns:
- Material.
-
identifier
@Deprecated java.lang.String identifier()
Deprecated.UseModelEntity.tag()instead.
-
identifier
@Deprecated Material identifier(java.lang.String arg0)
Deprecated.UseModelEntity.tag(String)instead.
-
info
InformationList info()
Returns a list of material information objects.- Returns:
- A list of material information objects.
-
info
Information info(java.lang.String name)
Returns a material information object.- Parameters:
name- Material information tag.- Returns:
- Material information.
-
materialModel
@Deprecated MaterialModelList materialModel()
Deprecated.UsepropertyGroup()instead.
-
materialModel
@Deprecated MaterialModel materialModel(java.lang.String arg0)
Deprecated.UsepropertyGroup(String)instead.
-
materialType
java.lang.String materialType()
Returns material type.- Returns:
- Material type.
-
materialType
Material materialType(java.lang.String name)
Sets material type.- Parameters:
name- Material type.- Returns:
- Material.
-
materialmodel
@Deprecated MaterialModelList materialmodel()
Deprecated.UsepropertyGroup()instead.
-
materialmodel
@Deprecated MaterialModel materialmodel(java.lang.String arg0)
Deprecated.UsepropertyGroup()instead.
-
propertyGroup
MaterialModelList propertyGroup()
Returns material property groups.- Returns:
- List of material property groups.
-
propertyGroup
MaterialModel propertyGroup(java.lang.String tag)
Returns a material property group.- Parameters:
tag- Material property group tag.- Returns:
- Material property group.
-
selection
XDLocalSelection selection()
Returns the material's selection.- Specified by:
selectionin interfaceSelectionEntity- Returns:
- Selection.
-
-