Interface EdgeLineProcessor<E>

    • Method Detail

      • processLine

        Edge<E> processLine​(String line)
        Process a line of text into an edge. May return null if line is not a valid edge (i.e., comment line etc)