Package moa.gui.experimentertab
Class Stream
- java.lang.Object
-
- moa.gui.experimentertab.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).
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Algorithm>
getAlgorithm()
Returns the list of the algorithmsString
getName()
Returns the name of the streamvoid
readBuffer(List<String> algPath, List<String> algNames, List<Measure> measures)
Read each algorithm file.void
setName(String name)
Sets the name of stream
-
-
-
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
-
-