rat.report.claim
Interface IClaimReporter

All Known Implementing Classes:
ClaimReporterMultiplexer, DefaultPolicy, SimpleXmlClaimReporter

public interface IClaimReporter


Method Summary
 void claim(java.lang.CharSequence subject, java.lang.CharSequence predicate, java.lang.CharSequence object, boolean isLiteral)
          States a claim.
 

Method Detail

claim

void claim(java.lang.CharSequence subject,
           java.lang.CharSequence predicate,
           java.lang.CharSequence object,
           boolean isLiteral)
           throws RatReportFailedException
States a claim.

Parameters:
subject - subject of this claim, not null
predicate - predicate claimed, not null
object - object of this claim, not null
isLiteral - true is the object of this claim is a literal, false if the object of this claim is an identifier
Throws:
RatReportFailedException


Copyright © 2006-2009. All Rights Reserved.