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

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

public class FN_BEV
extends FunctionBase1

Boolean Equivalent Value


Constructor Summary
FN_BEV()
           
 
Method Summary
 NodeValue exec(NodeValue x)
           
 
Methods inherited from class com.hp.hpl.jena.sparql.function.FunctionBase1
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

FN_BEV

public FN_BEV()
Method Detail

exec

public NodeValue exec(NodeValue x)
Specified by:
exec in class FunctionBase1


Licenced under the Apache License, Version 2.0