public class ClaimReporterMultiplexer extends Object implements IClaimReporter
Constructor and Description |
---|
ClaimReporterMultiplexer(IClaimReporter[] reporters) |
Modifier and Type | Method and Description |
---|---|
void |
claim(CharSequence subject,
CharSequence predicate,
CharSequence object,
boolean isLiteral)
States a claim.
|
public ClaimReporterMultiplexer(IClaimReporter[] reporters)
public void claim(CharSequence subject, CharSequence predicate, CharSequence object, boolean isLiteral) throws RatReportFailedException
IClaimReporter
claim
in interface IClaimReporter
subject
- subject of this claim, not nullpredicate
- predicate claimed, not nullobject
- object of this claim, not nullisLiteral
- true
is the object of this claim is a literal,
false
if the object of this claim is an identifierRatReportFailedException
Copyright © 2006–2015. All rights reserved.