Uses of Interface
nl.tudelft.simulation.jstats.distributions.empirical.ObservationsInterface.Entry

Packages that use ObservationsInterface.Entry
nl.tudelft.simulation.jstats.distributions.empirical   
 

Uses of ObservationsInterface.Entry in nl.tudelft.simulation.jstats.distributions.empirical
 

Classes in nl.tudelft.simulation.jstats.distributions.empirical that implement ObservationsInterface.Entry
 class Observations.Observation
          The Observation class holds one observation, cummulative probability entry.
 

Methods in nl.tudelft.simulation.jstats.distributions.empirical that return ObservationsInterface.Entry
 ObservationsInterface.Entry ObservationsInterface.get(int index)
          Returns the element at the specified position in this structure.
 ObservationsInterface.Entry Observations.get(int index)
          Returns the element at the specified position in this structure.
 ObservationsInterface.Entry ObservationsInterface.getCeilingEntry(Number object, byte type, boolean inclusive)
          Gets the entry corresponding to the specified object if inclusive; if not inclusive or such entry does not exists, returns the entry for the least object greater than the specified object; if no such entry exists (i.e., the greatest object in the Tree is less than the specified object), returns null.
 ObservationsInterface.Entry Observations.getCeilingEntry(Number object, byte type, boolean inclusive)
          Gets the entry corresponding to the specified key if inclusive; if not inclusive or such entry does not exists, returns the entry for the least key greater than the specified key; if no such entry exists (i.e., the greatest key in the Tree is less than the specified key), returns null.
 ObservationsInterface.Entry ObservationsInterface.getEntry(Number object, byte type)
          Returns the entry to which the structure maps the specific object.
 ObservationsInterface.Entry Observations.getEntry(Number object, byte type)
          Returns the entry to which the structure maps the specific object.
 ObservationsInterface.Entry ObservationsInterface.getPrecedingEntry(Number object, byte type, boolean inclusive)
          Gets the entry corresponding to the specified object if inclusive; if not inclusive or such entry does not exists, returns the entry for the greatest object less than the specified object; if no such entry exists (i.e., the least object in the Tree is greater than the specified object), returns null.
 ObservationsInterface.Entry Observations.getPrecedingEntry(Number object, byte type, boolean inclusive)
          Gets the entry corresponding to the specified key if inclusive; if not inclusive or such entry does not exists, returns the entry for the greatest key less than the specified key; if no such entry exists (i.e., the least key in the Tree is greater than the specified key), returns null.
 

Methods in nl.tudelft.simulation.jstats.distributions.empirical with parameters of type ObservationsInterface.Entry
 int ObservationsInterface.getIndex(ObservationsInterface.Entry entry)
          Returns the index of the entry of this structure.
 int Observations.getIndex(ObservationsInterface.Entry entry)
          Returns the index of the entry of this structure.
 



Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.