rat.report.claim
Interface IClaimReporter
- All Known Implementing Classes:
- ClaimReporterMultiplexer, DefaultPolicy, SimpleXmlClaimReporter
public interface IClaimReporter
claim
void claim(CharSequence subject,
CharSequence predicate,
CharSequence object,
boolean isLiteral)
throws RatReportFailedException
- States a claim.
- Parameters:
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 identifier
- Throws:
RatReportFailedException
Copyright © 2006-2011. All Rights Reserved.