com.bigdata.rdf.model
Class BigdataURIImpl
java.lang.Object
com.bigdata.rdf.model.BigdataValueImpl
com.bigdata.rdf.model.BigdataResourceImpl
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
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.