rat.report.claim.util
Class ClaimReporterMultiplexer

java.lang.Object
  extended by rat.report.claim.util.ClaimReporterMultiplexer
All Implemented Interfaces:
IClaimReporter

public class ClaimReporterMultiplexer
extends java.lang.Object
implements IClaimReporter


Constructor Summary
ClaimReporterMultiplexer(IClaimReporter[] reporters)
           
 
Method Summary
 void claim(java.lang.CharSequence subject, java.lang.CharSequence predicate, java.lang.CharSequence object, boolean isLiteral)
          States a claim.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClaimReporterMultiplexer

public ClaimReporterMultiplexer(IClaimReporter[] reporters)
Method Detail

claim

public void claim(java.lang.CharSequence subject,
                  java.lang.CharSequence predicate,
                  java.lang.CharSequence object,
                  boolean isLiteral)
           throws RatReportFailedException
Description copied from interface: IClaimReporter
States a claim.

Specified by:
claim in interface IClaimReporter
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-2010. All Rights Reserved.