public interface IClaimReporter
| Modifier and Type | Method and Description |
|---|---|
void |
claim(CharSequence subject,
CharSequence predicate,
CharSequence object,
boolean isLiteral)
States a claim.
|
void claim(CharSequence subject, CharSequence predicate, CharSequence object, boolean isLiteral) throws RatReportFailedException
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 identifierRatReportFailedExceptionCopyright © 2006-2013. All Rights Reserved.