Class Skeleton


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

      Constructors 
      Constructor Description
      Skeleton​(java.util.List<Pin> pins, java.util.List<PinLink> pinLinks)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<PinLink> getPinLinks()  
      java.util.List<Pin> getPins()  
      java.util.Collection<Pin> getPinsOfRow​(int row)  
      java.util.SortedSet<java.lang.Integer> getRows()  
      • Methods inherited from class java.lang.Object

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

      • Skeleton

        public Skeleton​(java.util.List<Pin> pins,
                        java.util.List<PinLink> pinLinks)
    • Method Detail

      • getRows

        public java.util.SortedSet<java.lang.Integer> getRows()
      • getPins

        public java.util.List<Pin> getPins()
      • getPinsOfRow

        public java.util.Collection<Pin> getPinsOfRow​(int row)
      • getPinLinks

        public java.util.List<PinLink> getPinLinks()