com.twitter.cassovary.util

io

package io

Visibility
  1. Public
  2. All

Type Members

  1. class AdjacencyListGraphReader[T] extends GraphReaderFromDirectory[T]

    Reads in a multi-line adjacency list from multiple files in a directory, where ids are of type T.

  2. trait GraphReader[T] extends AnyRef

    Trait that classes should implement to read in graphs that nodes have ids of type T.

  3. trait GraphReaderFromDirectory[T] extends GraphReader[T]

    A subtrait of GraphReader that reads files of names specified by prefix and containing directory.

  4. class ListOfEdgesGraphReader[T] extends GraphReaderFromDirectory[T]

    Reads in a multi-line list of edges from multiple files in a directory, which nodes have ids of type T.

Value Members

  1. object AdjacencyListGraphReader

  2. object GraphWriter

    Utility class for writing a graph object to a Writer output stream, such that it could be read back in by a GraphReader.

  3. object ListOfEdgesGraphReader

Ungrouped