Class PositionList


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

      Constructors 
      Constructor Description
      PositionList()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.lang.Double> getCoords()  
      int getDimension()  
      boolean isValid()  
      void setCoords​(java.util.List<java.lang.Double> coords)  
      void setDimension​(int dimension)  
      • Methods inherited from class java.lang.Object

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

      • PositionList

        public PositionList()
    • Method Detail

      • getCoords

        public java.util.List<java.lang.Double> getCoords()
      • setCoords

        public void setCoords​(java.util.List<java.lang.Double> coords)
      • getDimension

        public int getDimension()
      • setDimension

        public void setDimension​(int dimension)
      • isValid

        public boolean isValid()