extThopt
Class PointThopt

java.lang.Object
  extended by extThopt.PointThopt

public class PointThopt
extends java.lang.Object


Field Summary
 double DTsat
           
 double H
           
 double P
           
 double S
           
 double T
           
 double U
           
 double V
           
 double X
           
 
Constructor Summary
PointThopt(rg.thopt.Projet proj, java.lang.String name)
           
 
Method Summary
 void getProperties()
          Récupère les propriétés d'un point Gets a point's properties not to be overriden by PointThopt subclasses
 void update(boolean updateT, boolean updateP, boolean updateX)
          Met à jour les propriétés d'un point : version allégée la plus courante Updates a point's properties not to be overriden by PointThopt subclasses
 void update(boolean updateT, boolean updateP, boolean updateX, boolean updateCorrFactor, boolean melHum, java.lang.String task, double value)
          Met à jour les propriétés d'un point Updates a point's properties not to be overriden by PointThopt subclasses
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

T

public double T

P

public double P

X

public double X

V

public double V

U

public double U

H

public double H

S

public double S

DTsat

public double DTsat
Constructor Detail

PointThopt

public PointThopt(rg.thopt.Projet proj,
                  java.lang.String name)
Method Detail

getProperties

public void getProperties()
Récupère les propriétés d'un point

Gets a point's properties

not to be overriden by PointThopt subclasses


update

public void update(boolean updateT,
                   boolean updateP,
                   boolean updateX,
                   boolean updateCorrFactor,
                   boolean melHum,
                   java.lang.String task,
                   double value)
Met à jour les propriétés d'un point

Updates a point's properties

not to be overriden by PointThopt subclasses


update

public void update(boolean updateT,
                   boolean updateP,
                   boolean updateX)
Met à jour les propriétés d'un point : version allégée la plus courante

Updates a point's properties

not to be overriden by PointThopt subclasses