OpenAPI 1.0

Uses of Interface
com.aquafold.openapi.random.AQRandomNumberVariation

Packages that use AQRandomNumberVariation
com.aquafold.openapi.random   
 

Uses of AQRandomNumberVariation in com.aquafold.openapi.random
 

Methods in com.aquafold.openapi.random that return AQRandomNumberVariation
 AQRandomNumberVariation AQRandomFactory.newRandomNumberVariation()
          Creates a new AQRandomNumberVariation factory with variation range set between -60 and 60.
 AQRandomNumberVariation AQRandomFactory.newRandomNumberVariation(Number delta)
          Creates a new AQRandomNumberVariation factory with variation set between -delta and delta.
 AQRandomNumberVariation AQRandomFactory.newRandomNumberVariation(Number min, Number max)
          Creates a new AQRandomNumberVariation factory with the specified range.
 


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.