Class CrapsGameSampler

  • All Implemented Interfaces:
    GetValueIfc

    public class CrapsGameSampler
    extends java.lang.Object
    implements GetValueIfc
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double getValue()
      This method simply returns the value.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CrapsGameSampler

        public CrapsGameSampler()
    • Method Detail

      • getValue

        public double getValue()
        Description copied from interface: GetValueIfc
        This method simply returns the value.
        Specified by:
        getValue in interface GetValueIfc
        Returns:
        The value.