Class Line

    • Constructor Detail

      • Line

        public Line()
        Instantiates a new line.
      • Line

        public Line​(String name)
        Instantiates a new line.
        Parameters:
        name - the name
    • Method Detail

      • getStart

        public Collection<Integer> getStart()
        Gets the start.
        Returns:
        the start
      • setStart

        public Line setStart​(Collection<Integer> start)
        Sets the start.
        Parameters:
        start - the new start
        Returns:
        Line
      • stopInstance

        public Collection<Integer> stopInstance()
        Get stop instance
        Returns:
        Collection of integer type
      • setStop

        public Line setStop​(Collection<Integer> stop)
        Sets the stop.
        Parameters:
        stop - the new stop
        Returns:
        Line