ca.uwaterloo.cs.ql.lib
Class degree

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.degree

public class degree
extends BuiltinFunction

     eset degree(mset, col)
     eset indegree(mset, col)
     eset outdegree(mset, col)

     mset degree(mset, col, ...)
 


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