p3j.experiment.results
Class BasicResults

java.lang.Object
  extended by p3j.experiment.results.BasicResults

public class BasicResults
extends Object

Represents the fundamental set of results calculated by the system. Only the end and mean populations are considered as final results and will per persisted (NOT the survival probabilities!). Created on July 04, 2006

Author:
Christina Bohk, Roland Ewald

Constructor Summary
BasicResults()
          Constructor for bean compliance.
BasicResults(int numOfYears, int maxAge)
          Default constructor.
 
Method Summary
 Matrix2D getEndXf()
           
 Matrix2D getEndXm()
           
 int getID()
           
 Matrix2D getMeanXf()
           
 Matrix2D getMeanXm()
           
 Matrix2D getP1f()
           
 Matrix2D getP1m()
           
 Matrix2D getP2f()
           
 Matrix2D getP2m()
           
 void setEndXf(Matrix2D endXf)
           
 void setEndXm(Matrix2D endXm)
           
 void setID(int id)
           
 void setMeanXf(Matrix2D meanXf)
           
 void setMeanXm(Matrix2D meanXm)
           
 void setP1f(Matrix2D p1f)
           
 void setP1m(Matrix2D p1m)
           
 void setP2f(Matrix2D p2f)
           
 void setP2m(Matrix2D p2m)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicResults

public BasicResults(int numOfYears,
                    int maxAge)
Default constructor.

Parameters:
numOfYears - number of years to be predicted
maxAge - the maximum age

BasicResults

public BasicResults()
Constructor for bean compliance. Do NOT use manually.

Method Detail

getEndXm

public Matrix2D getEndXm()

setEndXm

public void setEndXm(Matrix2D endXm)

getEndXf

public Matrix2D getEndXf()

setEndXf

public void setEndXf(Matrix2D endXf)

getMeanXm

public Matrix2D getMeanXm()

setMeanXm

public void setMeanXm(Matrix2D meanXm)

getMeanXf

public Matrix2D getMeanXf()

setMeanXf

public void setMeanXf(Matrix2D meanXf)

getP1m

public Matrix2D getP1m()

setP1m

public void setP1m(Matrix2D p1m)

getP1f

public Matrix2D getP1f()

setP1f

public void setP1f(Matrix2D p1f)

getP2m

public Matrix2D getP2m()

setP2m

public void setP2m(Matrix2D p2m)

getP2f

public Matrix2D getP2f()

setP2f

public void setP2f(Matrix2D p2f)

getID

public int getID()

setID

public void setID(int id)


Copyright © 2012. All Rights Reserved.