Class Ladder


  • public class Ladder
    extends java.lang.Object
    A Ladder is a set of one or more consecutive bridges of identical type. A Bridge is a Ladder of length one.
    Author:
    Andreas Prlic, Aleix Lafita
    • Constructor Detail

      • Ladder

        public Ladder()
    • Method Detail

      • getFrom

        public int getFrom()
      • getTo

        public int getTo()
      • getLfrom

        public int getLfrom()
      • getLto

        public int getLto()
      • getConnectedTo

        public int getConnectedTo()
      • getConnectedFrom

        public int getConnectedFrom()