com.hp.hpl.jena.sparql.function
Class CastXSD_Boolean

java.lang.Object
  extended by com.hp.hpl.jena.sparql.function.CastXSD
      extended by com.hp.hpl.jena.sparql.function.CastXSD_Boolean
All Implemented Interfaces:
FunctionFactory

public class CastXSD_Boolean
extends CastXSD


Constructor Summary
CastXSD_Boolean(XSDDatatype dt)
           
 
Method Summary
 Function create(String uri)
          Create a function with the given URI
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastXSD_Boolean

public CastXSD_Boolean(XSDDatatype dt)
Method Detail

create

public Function create(String uri)
Description copied from interface: FunctionFactory
Create a function with the given URI

Specified by:
create in interface FunctionFactory
Overrides:
create in class CastXSD
Parameters:
uri - URI
Returns:
Function


Licenced under the Apache License, Version 2.0