sbrt.shell.text.math
Interface DirEdgeFormat<N>

Type Parameters:
N - the node type.
All Superinterfaces:
Format, Formatter<DirectedGraph.Edge<N>>, Parser<DirectedGraph.Edge<N>>, SimpleFormat<DirectedGraph.Edge<N>>
All Known Implementing Classes:
DirEdgeFormatV1

public interface DirEdgeFormat<N>
extends SimpleFormat<DirectedGraph.Edge<N>>

This interface is used to represent formats for the edges of directed graphs.

Author:
This interface was written and documented by Jeremiah Wright while in the Wagner lab.

Method Summary
 
Methods inherited from interface sbrt.shell.text.Formatter
format
 
Methods inherited from interface sbrt.shell.text.Parser
parse