spis.Surf.InteractModel
Class DeprecatedModelParamSet
java.lang.Object
spis.Surf.InteractModel.DeprecatedModelParamSet
- public abstract class DeprecatedModelParamSet
- extends java.lang.Object
Class Name : DeprecatedModelParamSet (generic Model Parameter Set class)
Project ref : SPIS project
File name : DeprecatedModelParamSet.java
File type : class
Copyright : ONERA, 2 Av. E. Belin, 31055 Toulouse cedex, France
http://www.onecert.fr
Status : under development
Creation : 25/08/2003
Modification :
Description : generic Model Parameter Set class
All classes of model parameters sets must derive from this class.
Versions and anomalies correction :
Version number | Author (name, e-mail) | Corrections/Modifications |
0.1 | JF Roussel, roussel@onecert.fr | Creation |
- Version:
- 0.1
- Author:
- JF Roussel
Field Summary |
private InteractModel |
interactModel
Pointer to the model it is the
parameter set of |
private java.lang.String |
materialComment
comment on the material
these parameters describe (one of the
material parameters indeed) |
private java.lang.String |
materialName
name of the material
these parameters describe |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
interactModel
private InteractModel interactModel
- Pointer to the model it is the
parameter set of
materialName
private java.lang.String materialName
- name of the material
these parameters describe
materialComment
private java.lang.String materialComment
- comment on the material
these parameters describe (one of the
material parameters indeed)
DeprecatedModelParamSet
public DeprecatedModelParamSet(java.lang.String materialName_,
java.lang.String materialComment_,
InteractModel interactModel_)
- Default constructor
getInteractModel
public InteractModel getInteractModel()
- Returns:
setInteractModel
public void setInteractModel(InteractModel model)
- Parameters:
model
-