ca.uwaterloo.cs.ql.lib
Class etree

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

public class etree
extends BuiltinFunction

Embed edges into a tree.

 Functions:

     eset etree(eset edges)
     eset etree(eset edges, eset contain)

 


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