Class Application


  • public class Application
    extends Object
    Watset command-line interface.
    • Field Detail

      • input

        public Path input
        The input file.
      • output

        public Path output
        The output file.
    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • getGraph

        public org.jgrapht.Graph<String,​org.jgrapht.graph.DefaultWeightedEdge> getGraph()
        Read, parse, and return the input graph stored in input.
        Returns:
        a graph
        See Also:
        ABCFormat.parse(Stream)
      • main

        public static void main​(String[] args)
        Watset Command-Line Interface Entry Point.
        Parameters:
        args - the command-line arguments