fr.jussieu.gla.wasa.monitor.model
Interface IStatistics

All Known Implementing Classes:
StepNode

public interface IStatistics

The interface to implement to deliver informations about a StepNode.

Author:
Laurent Caillette, Florent Selva

Method Summary
 int getConfigurationCount()
           
 int getRandomCount()
           
 int getSolutionCount()
           
 

Method Detail

getSolutionCount

public int getSolutionCount()

getRandomCount

public int getRandomCount()

getConfigurationCount

public int getConfigurationCount()