Interface IGraphDotSubGraphExpression<S extends IGraphDotStatement>

    • Method Detail

      • getId

        CharSequence getId()
        Returns:
        The optional ID of this sub graph. Never null, but might be empty.
      • getStatements

        List<S> getStatements()
        Returns:
        A list of statements contained in this sub graph. Never null, but might be empty.