Class MoveCollection


  • public class MoveCollection
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      MoveCollection​(double tStart, double tEnd)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addAll​(java.lang.String humanWalks, double tStart, double tEnd, Move... movesAdd)  
      java.util.Collection<Move> getMoves()  
      • Methods inherited from class java.lang.Object

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

      • MoveCollection

        public MoveCollection​(double tStart,
                              double tEnd)
    • Method Detail

      • addAll

        public void addAll​(java.lang.String humanWalks,
                           double tStart,
                           double tEnd,
                           Move... movesAdd)
      • getMoves

        public java.util.Collection<Move> getMoves()