salomeTMF_plug.jasperreport
Class BIData.Statistique

java.lang.Object
  extended by salomeTMF_plug.jasperreport.BIData.Statistique
Enclosing class:
BIData

public static final class BIData.Statistique
extends java.lang.Object

Classe utilisée pour calculer la satisfaction des exigences

Author:
Sylvain Lemoine

Constructor Summary
BIData.Statistique()
           
 
Method Summary
 java.util.HashSet<org.objectweb.salome_tmf.data.Test> getCoverSet()
           
 int getNbExecutedTest()
           
 int getNbPassedTest()
           
 void setCoverSet(java.util.HashSet<org.objectweb.salome_tmf.data.Test> coverSet)
           
 void setNbExecutedTest(int nbExecutedTest)
           
 void setNbPassedTest(int nbPassedTest)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BIData.Statistique

public BIData.Statistique()
Method Detail

getNbExecutedTest

public int getNbExecutedTest()

setNbExecutedTest

public void setNbExecutedTest(int nbExecutedTest)

getNbPassedTest

public int getNbPassedTest()

setNbPassedTest

public void setNbPassedTest(int nbPassedTest)

getCoverSet

public java.util.HashSet<org.objectweb.salome_tmf.data.Test> getCoverSet()

setCoverSet

public void setCoverSet(java.util.HashSet<org.objectweb.salome_tmf.data.Test> coverSet)