ca.uwaterloo.cs.ql.lib
Class sim

java.lang.Object
  extended by ca.uwaterloo.cs.ql.lib.Function
      extended by ca.uwaterloo.cs.ql.lib.BuiltinFunction
          extended by ca.uwaterloo.cs.ql.lib.sim

public class sim
extends BuiltinFunction

TupleSet sim(EdgeSet graph) TupleSet sim(EdgeSet graph, int iterationCount)


Method Summary
 Value invoke(Env env, Value[] vals)
           
static void register(FunctionLib fLib)
           
 
Methods inherited from class ca.uwaterloo.cs.ql.lib.Function
getName, getParamTypes, getSignature, getSignature, getType, synopsis, usage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

register

public static void register(FunctionLib fLib)

invoke

public Value invoke(Env env,
                    Value[] vals)
             throws InvocationException
Specified by:
invoke in class Function
Throws:
InvocationException