Interface IGraphDotGraph<S extends IGraphDotStatement>
- Type Parameters:
S- Type of the statement the graph may contain.
- All Superinterfaces:
IGraphDotElement, Serializable
- All Known Implementing Classes:
DirectedGraph, UndirectedGraph
Base type for directed and undirected graphs.
- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
Methods inherited from interface IGraphDotElement
toGraphDotString, write
-
Method Details
-
getId
CharSequence getId()- Returns:
- Optional ID of the graph, never
nullbut may be empty.
-
getStatements
-
getType
EGraphType getType()- Returns:
- Whether this graph is a directed or undirected graph.
-
isStrict
boolean isStrict()- Returns:
- Whether this graph uses strict mode.
-