Uses of Class
spis.Util.Monitor.XyData

Packages that use XyData
spis.Top.Simulation   
spis.Util.Monitor   
 

Uses of XyData in spis.Top.Simulation
 

Methods in spis.Top.Simulation that return XyData
 XyData[] Simulation.getScalTimePlots()
          Returns x-y data resulting of the computation, typically time plots a physical value (potential... cf myXyData.getName()).
 XyData[] DebugTests.getScalTimePlots()
          returns two arbitrary plots x(t) for post-processing testing,
 

Uses of XyData in spis.Util.Monitor
 

Fields in spis.Util.Monitor declared as XyData
private  XyData[] ElecSuperNodeMonitor.pot
          SC potentials versus time (the data)
private  XyData[][] ElecSuperNodeMonitor.colCur
          collected currents versus time (the data) Dimension: [populationNb+1][superNodeNb+1], colCurSum[i][j] deals with population i-1, super node j-1, and the sum if i=0 or j=0
private  XyData[][] ElecSuperNodeMonitor.emCur
          emitted currents versus time (the data) Dimension: [interactorNb+1][superNodeNb+1], emCurSum[i][j] deals with interactor i-1, super node j-1, and the sum if i=0 or j=0
 

Methods in spis.Util.Monitor that return XyData
 XyData XyData.computeHistogram(int intervalNb)
          Generates and returns the histogram of this set of data (xi, yi):
yi is considered as the number of occurences (can be uniformly 1) of the value xi.