Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 249DA200BF3 for ; Thu, 1 Dec 2016 00:38:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 235CB160B28; Wed, 30 Nov 2016 23:38:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F0D1E160B2B for ; Thu, 1 Dec 2016 00:38:50 +0100 (CET) Received: (qmail 72212 invoked by uid 500); 30 Nov 2016 23:38:50 -0000 Mailing-List: contact commits-help@commonsrdf.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commonsrdf.incubator.apache.org Delivered-To: mailing list commits@commonsrdf.incubator.apache.org Received: (qmail 72203 invoked by uid 99); 30 Nov 2016 23:38:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Nov 2016 23:38:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 943FD18009D for ; Wed, 30 Nov 2016 23:38:49 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.198 X-Spam-Level: X-Spam-Status: No, score=-1.198 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id IEb5DPCGkFTy for ; Wed, 30 Nov 2016 23:38:38 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 3FE015FCA2 for ; Wed, 30 Nov 2016 23:38:38 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id CE81EE86AE for ; Wed, 30 Nov 2016 23:38:35 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 73D953A1E44 for ; Wed, 30 Nov 2016 23:38:35 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1001919 [11/20] - in /websites/staging/commonsrdf/content: ./ apidocs/ apidocs/org/apache/commons/rdf/api/ apidocs/org/apache/commons/rdf/api/class-use/ apidocs/org/apache/commons/rdf/experimental/ apidocs/org/apache/commons/rdf/experiment... Date: Wed, 30 Nov 2016 23:38:33 -0000 To: commits@commonsrdf.incubator.apache.org From: stain@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161130233835.73D953A1E44@svn01-us-west.apache.org> archived-at: Wed, 30 Nov 2016 23:38:53 -0000 Added: websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractBlankNodeTest.html ============================================================================== --- websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractBlankNodeTest.html (added) +++ websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractBlankNodeTest.html Wed Nov 30 23:38:30 2016 @@ -0,0 +1,375 @@ + + + + + + +AbstractBlankNodeTest (Commons RDF API 0.4.0-SNAPSHOT Test API) + + + + + + + + + + + +
+
org.apache.commons.rdf.api
+

Class AbstractBlankNodeTest

+
+
+ +
+ +
+
+ +
+
+
    +
  • + + + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getBlankNode

        +
        protected abstract BlankNode getBlankNode()
        +
        This method must be overridden by the implementing test to create a + BlankNode to be tested. +

        + Each call to this method must provide a new, unique BlankNode.

        +
        +
        Returns:
        +
        RDF instance to be tested.
        +
        +
      • +
      + + + +
        +
      • +

        getBlankNode

        +
        protected abstract BlankNode getBlankNode(String identifier)
        +
        Gets a new blank node object based on the given identifier. +

        + Subsequent calls to this method during a single test with the same + identifier must return BlankNode objects that are equals and have the + same hashCode. The objects returned from successive calls during a single + test may be the same object, or they may be different objects. +

        +
        +
        Parameters:
        +
        identifier - The identifier to use as the reference for creating the blank + node that is returned.
        +
        Returns:
        +
        A new blank node based on the
        +
        +
      • +
      + + + + + + + + + + + + + + + + +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2015–2016 The Apache Software Foundation. All rights reserved.

+ + \ No newline at end of file Added: websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractDatasetTest.html ============================================================================== --- websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractDatasetTest.html (added) +++ websites/staging/commonsrdf/content/testapidocs/org/apache/commons/rdf/api/AbstractDatasetTest.html Wed Nov 30 23:38:30 2016 @@ -0,0 +1,794 @@ + + + + + + +AbstractDatasetTest (Commons RDF API 0.4.0-SNAPSHOT Test API) + + + + + + + + + + + +
+
org.apache.commons.rdf.api
+

Class AbstractDatasetTest

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + + + + +

Copyright © 2015–2016 The Apache Software Foundation. All rights reserved.

+ + \ No newline at end of file