com.spoledge.audao.parser.gql.impl.soft.func
Class FuncRAND

java.lang.Object
  extended by com.spoledge.audao.parser.gql.impl.soft.func.Func
      extended by com.spoledge.audao.parser.gql.impl.soft.func.Func0
          extended by com.spoledge.audao.parser.gql.impl.soft.func.FuncRAND
All Implemented Interfaces:
SoftFunction

public class FuncRAND
extends Func0

RAND() - returns random number as Math.random() returns.


Constructor Summary
FuncRAND()
           
 
Method Summary
protected  java.lang.Object getFunctionValue()
           
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.Func0
checkNumOfParams, getFunctionValueImpl
 
Methods inherited from class com.spoledge.audao.parser.gql.impl.soft.func.Func
checkNumOfParams, checkNumOfParams, getFunctionName, getFunctionValue, getFunctionWithParams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FuncRAND

public FuncRAND()
Method Detail

getFunctionValue

protected java.lang.Object getFunctionValue()
Specified by:
getFunctionValue in class Func0


Copyright © 2010 Spolecne s.r.o. All Rights Reserved.