Interface IGraphDotSubGraphExpression<S extends IGraphDotStatement>

Type Parameters:
S - Type of the statement the sub graph may contain.
All Superinterfaces:
IGraphDotElement, Serializable
All Known Implementing Classes:
DirectedSubGraphExpression, UndirectedSubGraphExpression

public interface IGraphDotSubGraphExpression<S extends IGraphDotStatement> extends IGraphDotElement
Base type for directed and undirected graph dot sub graph statements.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Details

    • 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.