1234567891011121314 |
- The following features are either \planned{planned}, \inprogress{under construction} or \done{done}:
- \begin{itemize}
- \item \done{Reading from an input file as described in section~\ref{sec:inputFileFormat}.}
- \item \done{Drawing a graph with specified node sizes and positions.}
- \item \inprogress{Running the node placement algorithm by Brandes and Köpf~\cite{brandes_fast_2001}.}
- \item \done{Illustrating the progress while the algorithm is running.}
- \item \done{Running the algorithm step by step manually (by pushing a button labeled \enquote{Step}).}
- \item \inprogress{Running the algorithm step by step with configurable delay.}
- \item \planned{Using debugger-like commands such as \enquote{step into}, \enquote{step over}, \enquote{step out}.}
- \item \done{Working with hierarchical graphs.}
- \item \done{Scaling the display with the (adjustable) window size.}
- \item \planned{Creating ElkNode~\cite{noauthor_elk:_2018} objects from LayeredNode (\ref{sec:internalGraphRepresentation}) objects}
- \item \planned{Creating LayeredNode (\ref{sec:internalGraphRepresentation}) objects from ElkNode~\cite{noauthor_elk:_2018} objects (low priority)}
- \end{itemize}
|