com.hp.hpl.jena.sparql.function.library
Class langeq

java.lang.Object
  extended by com.hp.hpl.jena.sparql.function.FunctionBase
      extended by com.hp.hpl.jena.sparql.function.FunctionBase2
          extended by com.hp.hpl.jena.sparql.function.library.langeq
All Implemented Interfaces:
Function

public class langeq
extends FunctionBase2


Constructor Summary
langeq()
           
 
Method Summary
 NodeValue exec(NodeValue v1, NodeValue v2)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase2
checkBuild, exec
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase
build, exec, getContext
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

langeq

public langeq()
Method Detail

exec

public NodeValue exec(NodeValue v1,
                      NodeValue v2)
Specified by:
exec in class FunctionBase2


Licenced under the Apache License, Version 2.0