All Packages  This Package  Class Hierarchy  Class Search  Index

Interface aima.stat.rv.RV

Root interface which must be implemented by all RV's. Note that the method for sampling is sampleObject(). This is so that more specific types of RV's (e.g., intRV) may have the method sample() return the appropriate type (e.g., int for an intRV.)

See Also: EDU.Berkeley.cs.aima.stat.rv.intRV, EDU.Berkeley.cs.aima.stat.rv.doubleRV


public interface  RV
{
          // Methods 1
     public abstract Object sampleObject();
}



Methods


sampleObject

   public abstract Object sampleObject() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.4