Interface IGraphDotGraph<S extends IGraphDotStatement>

    • Method Detail

      • getId

        CharSequence getId()
        Returns:
        Optional ID of the graph, never null but may be empty.
      • getStatements

        List<S> getStatements()
        Returns:
        Optional list of statements for the graph, never null but may be empty.
      • getType

        EGraphType getType()
        Returns:
        Whether this graph is a directed or undirected graph.
      • isStrict

        boolean isStrict()
        Returns:
        Whether this graph uses strict mode.