org.mulgara.jena.rdf.arp.impl
Class TaintImpl

java.lang.Object
  extended by org.mulgara.jena.rdf.arp.impl.TaintImpl
All Implemented Interfaces:
Taint
Direct Known Subclasses:
ARPDatatypeLiteral, ARPResource, ARPString, URIReference

public class TaintImpl
extends Object
implements Taint

Minimal implemantation of Taint

Author:
Jeremy J. Carroll

Constructor Summary
TaintImpl()
           
 
Method Summary
 boolean isTainted()
           
 void taint()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaintImpl

public TaintImpl()
Method Detail

taint

public void taint()
Specified by:
taint in interface Taint

isTainted

public boolean isTainted()
Specified by:
isTainted in interface Taint
Returns:
True iff Taint.taint() has been called on this object.


Copyright © 2011. All Rights Reserved.