org.openrdf.repository.augur.model
Class AURI

java.lang.Object
  extended by org.openrdf.repository.augur.model.AResource
      extended by org.openrdf.repository.augur.model.AURI
All Implemented Interfaces:
Serializable, Resource, URI, Value

public class AURI
extends AResource
implements URI

Wraps a URI to include the AugurNode.

Author:
James Leigh
See Also:
Serialized Form

Constructor Summary
AURI(String name, URI uri, AugurNode node)
           
 
Method Summary
 String getLocalName()
           
 String getNamespace()
           
 
Methods inherited from class org.openrdf.repository.augur.model.AResource
equals, getAugurNode, getName, getValue, hashCode, stringValue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.openrdf.model.URI
equals, hashCode, toString
 
Methods inherited from interface org.openrdf.model.Value
stringValue
 

Constructor Detail

AURI

public AURI(String name,
            URI uri,
            AugurNode node)
Method Detail

getLocalName

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

getNamespace

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


Copyright © 2004-2009 Aduna. All Rights Reserved.