org.mulgara.jena.rdf.arp.impl
Class TaintImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaintImpl
public TaintImpl()
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.