spis.Surf.InteractModel
Class DeprecatedModelParamSet

java.lang.Object
  extended byspis.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 numberAuthor (name, e-mail) Corrections/Modifications
0.1 JF Roussel, roussel@onecert.frCreation


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
 
Constructor Summary
DeprecatedModelParamSet(java.lang.String materialName_, java.lang.String materialComment_, InteractModel interactModel_)
          Default constructor
 
Method Summary
 InteractModel getInteractModel()
           
 void setInteractModel(InteractModel model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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)

Constructor Detail

DeprecatedModelParamSet

public DeprecatedModelParamSet(java.lang.String materialName_,
                               java.lang.String materialComment_,
                               InteractModel interactModel_)
Default constructor

Method Detail

getInteractModel

public InteractModel getInteractModel()
Returns:

setInteractModel

public void setInteractModel(InteractModel model)
Parameters:
model -