org.apache.clerezza.rdf.core.sparql.query
Class UriRefExpression

java.lang.Object
  extended by org.apache.clerezza.rdf.core.sparql.query.UriRefExpression
All Implemented Interfaces:
Expression

public class UriRefExpression
extends Object
implements Expression

Wraps a UriRef in an Expression.

Author:
hasan

Constructor Summary
UriRefExpression(UriRef uriRef)
           
 
Method Summary
 UriRef getUriRef()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriRefExpression

public UriRefExpression(UriRef uriRef)
Method Detail

getUriRef

public UriRef getUriRef()


Copyright © 2012 The Apache Software Foundation. All Rights Reserved.