com.bigdata.rdf.model
Class BigdataURIImpl

java.lang.Object
  extended by com.bigdata.rdf.model.BigdataValueImpl
      extended by com.bigdata.rdf.model.BigdataResourceImpl
          extended by com.bigdata.rdf.model.BigdataURIImpl
All Implemented Interfaces:
BigdataResource, BigdataURI, BigdataValue, Serializable, Resource, URI, Value

public class BigdataURIImpl
extends BigdataResourceImpl
implements BigdataURI

A URI. Use BigdataValueFactory to create instances of this class.

Version:
$Id: BigdataURIImpl.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.bigdata.rdf.model.BigdataValue
NULL
 
Method Summary
 boolean equals(Object o)
           
 boolean equals(URI o)
           
 String getLocalName()
           
 String getNamespace()
           
 int hashCode()
           
 String stringValue()
           
 String toString()
           
 
Methods inherited from class com.bigdata.rdf.model.BigdataValueImpl
clearTermId, getTermId, getValueFactory, setTermId, setValueFactory
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.bigdata.rdf.model.BigdataValue
clearTermId, getTermId, setTermId
 

Method Detail

toString

public String toString()
Specified by:
toString in interface URI
Overrides:
toString in class Object

getNamespace

public String getNamespace()
Specified by:
getNamespace in interface URI

getLocalName

public String getLocalName()
Specified by:
getLocalName in interface URI

stringValue

public String stringValue()
Specified by:
stringValue in interface Value

equals

public final boolean equals(Object o)
Specified by:
equals in interface URI
Overrides:
equals in class Object

equals

public final boolean equals(URI o)

hashCode

public final int hashCode()
Specified by:
hashCode in interface URI
Overrides:
hashCode in class Object


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.