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

All Known Subinterfaces:
ALiteral, ANode, AResourceInternal
All Known Implementing Classes:
ARPDatatypeLiteral, ARPResource, ARPString, TaintImpl, URIReference

public interface Taint


Method Summary
 boolean isTainted()
           
 void taint()
           
 

Method Detail

taint

void taint()

isTainted

boolean isTainted()
Returns:
True iff taint() has been called on this object.


Copyright © 2011. All Rights Reserved.