org.mulgara.jena.rdf.arp.impl
Interface AResourceInternal

All Superinterfaces:
ANode, AResource, Taint
All Known Implementing Classes:
ARPResource, URIReference

public interface AResourceInternal
extends AResource, ANode

A resource from the input file.

Author:
jjc

Method Summary
 boolean getHasBeenUsed()
          Only for blank nodes - non blank need not support.
 void setHasBeenUsed()
          Only for blank nodes - non blank need not support.
 
Methods inherited from interface org.mulgara.jena.rdf.arp.AResource
getAnonymousID, getURI, getUserData, hasNodeID, isAnonymous, setUserData
 
Methods inherited from interface org.mulgara.jena.rdf.arp.impl.Taint
isTainted, taint
 

Method Detail

setHasBeenUsed

void setHasBeenUsed()
Only for blank nodes - non blank need not support.


getHasBeenUsed

boolean getHasBeenUsed()
Only for blank nodes - non blank need not support.



Copyright © 2011. All Rights Reserved.