Class TrajectoryExtractor.Result

    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(java.util.Collection<java.util.List<java.lang.Object>> trajectories, Graph graph)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Graph getGraph()  
      java.util.Collection<java.util.List<java.lang.Object>> getTrajectories()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Result

        public Result​(java.util.Collection<java.util.List<java.lang.Object>> trajectories,
                      Graph graph)
    • Method Detail

      • getTrajectories

        public java.util.Collection<java.util.List<java.lang.Object>> getTrajectories()
      • getGraph

        public Graph getGraph()