Class Source

java.lang.Object
velo.q.structure.Source
Direct Known Subclasses:
Cameras, Finance, Nasa, Opensky, Who, WorldBank

public class Source extends Object
The Class Source.
  • Field Details

    • name

      public String name
      The name.
    • data

      public DataPoint[] data
      The data.
    • corePath

      public static String corePath
      The core path.
  • Constructor Details

    • Source

      public Source()
      Instantiates a new source.
    • Source

      public Source(String name, DataPoint[] data, String path)
      Instantiates a new source.
      Parameters:
      name - the name
      data - the data
      path - the path
  • Method Details

    • getName

      public String getName()
      Gets the name.
      Returns:
      the name
    • setName

      public void setName(String name)
      Sets the name.
      Parameters:
      name - the new name
    • getData

      public DataPoint[] getData()
      Gets the data.
      Returns:
      the data
    • setData

      public void setData(DataPoint[] data)
      Sets the data.
      Parameters:
      data - the new data
    • getCorePath

      public static String getCorePath()
      Gets the core path.
      Returns:
      the core path
    • setCorePath

      public static void setCorePath(String corePath)
      Sets the core path.
      Parameters:
      corePath - the new core path