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 C25C0200B89 for ; Wed, 7 Sep 2016 04:26:35 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C0D83160AA9; Wed, 7 Sep 2016 02:26:35 +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 C5867160ACE for ; Wed, 7 Sep 2016 04:26:33 +0200 (CEST) Received: (qmail 66645 invoked by uid 500); 7 Sep 2016 02:26:33 -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 66635 invoked by uid 99); 7 Sep 2016 02:26:33 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 02:26:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 6637CC258F for ; Wed, 7 Sep 2016 02:26:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.676 X-Spam-Level: X-Spam-Status: No, score=0.676 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-1.124] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id MgX1Pc8FSblV for ; Wed, 7 Sep 2016 02:26:27 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id A4E095FBC7 for ; Wed, 7 Sep 2016 02:26:26 +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 0C587E5AB8 for ; Wed, 7 Sep 2016 02:26:24 +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 DB3A03A2B42 for ; Wed, 7 Sep 2016 02:26:23 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r996832 [9/30] - in /websites/production/commonsrdf/content: ./ apidocs/ apidocs/org/apache/commons/rdf/api/ apidocs/org/apache/commons/rdf/api/class-use/ apidocs/org/apache/commons/rdf/simple/ apidocs/org/apache/commons/rdf/simple/class-us... Date: Wed, 07 Sep 2016 02:26:22 -0000 To: commits@commonsrdf.incubator.apache.org From: stain@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160907022623.DB3A03A2B42@svn01-us-west.apache.org> archived-at: Wed, 07 Sep 2016 02:26:35 -0000 Modified: websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-use.html ============================================================================== --- websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-use.html (original) +++ websites/production/commonsrdf/content/apidocs/org/apache/commons/rdf/api/package-use.html Wed Sep 7 02:26:20 2016 @@ -4,7 +4,7 @@ -Uses of Package org.apache.commons.rdf.api (Commons RDF 0.2.0-incubating API) +Uses of Package org.apache.commons.rdf.api (Commons RDF 0.3.0-incubating-SNAPSHOT API) @@ -12,7 +12,7 @@ + + + + + + + + + +
+
org.apache.commons.rdf.simple
+

Class DatasetGraphView

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

      Method Detail

      + + + +
        +
      • +

        close

        +
        public void close()
        +           throws Exception
        +
        Description copied from interface: Graph
        +
        Close the graph, relinquishing any underlying resources. +

        + For example, this would close any open file and network streams and free + database locks held by the Graph implementation. +

        + The behaviour of the other Graph methods are undefined after closing the + graph. +

        + Implementations might not need Graph.close(), hence the default + implementation does nothing.

        +
        +
        Specified by:
        +
        close in interface AutoCloseable
        +
        Specified by:
        +
        close in interface Graph
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        add

        +
        public void add(Triple triple)
        +
        Description copied from interface: Graph
        +
        Add a triple to the graph, possibly mapping any of the components of the + Triple to those supported by this Graph.
        +
        +
        Specified by:
        +
        add in interface Graph
        +
        Specified by:
        +
        add in interface GraphLike<Triple,BlankNodeOrIRI,IRI,RDFTerm>
        +
        Parameters:
        +
        triple - The triple to add
        +
        +
      • +
      + + + +
        +
      • +

        add

        +
        public void add(BlankNodeOrIRI subject,
        +                IRI predicate,
        +                RDFTerm object)
        +
        Description copied from interface: Graph
        +
        Add a triple to the graph, possibly mapping any of the components to + those supported by this Graph.
        +
        +
        Specified by:
        +
        add in interface Graph
        +
        Parameters:
        +
        subject - The triple subject
        +
        predicate - The triple predicate
        +
        object - The triple object
        +
        +
      • +
      + + + + + + + +
        +
      • +

        contains

        +
        public boolean contains(BlankNodeOrIRI subject,
        +                        IRI predicate,
        +                        RDFTerm object)
        +
        Description copied from interface: Graph
        +
        Check if graph contains a pattern of triples.
        +
        +
        Specified by:
        +
        contains in interface Graph
        +
        Parameters:
        +
        subject - The triple subject (null is a wildcard)
        +
        predicate - The triple predicate (null is a wildcard)
        +
        object - The triple object (null is a wildcard)
        +
        Returns:
        +
        True if the Graph contains any Triples that match the given + pattern.
        +
        +
      • +
      + + + + + + + +
        +
      • +

        remove

        +
        public void remove(BlankNodeOrIRI subject,
        +                   IRI predicate,
        +                   RDFTerm object)
        +
        Description copied from interface: Graph
        +
        Remove a concrete pattern of triples from the graph.
        +
        +
        Specified by:
        +
        remove in interface Graph
        +
        Parameters:
        +
        subject - The triple subject (null is a wildcard)
        +
        predicate - The triple predicate (null is a wildcard)
        +
        object - The triple object (null is a wildcard)
        +
        +
      • +
      + + + + + + + + + + + + + + + +
        +
      • +

        stream

        +
        public Stream<? extends Triplestream(BlankNodeOrIRI subject,
        +                                       IRI predicate,
        +                                       RDFTerm object)
        +
        Description copied from interface: Graph
        +
        Get all triples contained by the graph matched with the pattern. +

        + The iteration does not contain any duplicate triples, as determined by + the Triple.equals(Object) method for each Triple. +

        + The behaviour of the Stream is not specified if Graph.add(Triple), + Graph.remove(Triple) or Graph.clear() are called on the + Graph before it terminates. +

        + Implementations may throw ConcurrentModificationException from Stream + methods if they detect a conflict while the Stream is active. +

        +
        +
        Specified by:
        +
        stream in interface Graph
        +
        Parameters:
        +
        subject - The triple subject (null is a wildcard)
        +
        predicate - The triple predicate (null is a wildcard)
        +
        object - The triple object (null is a wildcard)
        +
        Returns:
        +
        A Stream over the matched triples.
        +
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

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

+ + \ No newline at end of file