org.w3c.rdf.syntax.strawman
Class StrawResource

java.lang.Object
  |
  +--org.w3c.rdf.model.impl.RDFNodeImpl
        |
        +--org.w3c.rdf.model.impl.ResourceImpl
              |
              +--org.w3c.rdf.syntax.strawman.StrawResource

public class StrawResource
extends ResourceImpl


Fields inherited from class org.w3c.rdf.model.impl.RDFNodeImpl
digest, label
 
Constructor Summary
StrawResource()
           
 
Method Summary
 void setURI(java.lang.String uri)
           
 
Methods inherited from class org.w3c.rdf.model.impl.ResourceImpl
equals, getURI
 
Methods inherited from class org.w3c.rdf.model.impl.RDFNodeImpl
getDigest, getLabel, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StrawResource

public StrawResource()
Method Detail

setURI

public void setURI(java.lang.String uri)