Class Stream


  • public class Stream
    extends Object
    This class contains the name of a stream and a list of algorithms.
    Author:
    Alberto Verdecia Cabrera (averdeciac@gmail.com).
    • Field Detail

      • name

        public String name
        The name of the stream
      • algorithm

        public List<Algorithm> algorithm
        The list of algorithms within of the stream
    • Constructor Detail

    • Method Detail

      • readBuffer

        public void readBuffer​(List<String> algPath,
                               List<String> algNames,
                               List<Measure> measures)
        Read each algorithm file.
        Parameters:
        algPath -
        algNames -
        measures -
      • setName

        public void setName​(String name)
        Sets the name of stream
        Parameters:
        name -
      • getName

        public String getName()
        Returns the name of the stream
        Returns:
        the name of the stream
      • getAlgorithm

        public List<Algorithm> getAlgorithm()
        Returns the list of the algorithms
        Returns:
        the list of the algorithms