Class DataSourceInfo

java.lang.Object
tech.oxfordsemantic.jrdfox.client.DataSourceInfo

public class DataSourceInfo extends Object
Encapsulates information about a data source.
  • Constructor Details

    • DataSourceInfo

      public DataSourceInfo(String name, Map<String,String> parameters, int numberOfTables)
  • Method Details

    • getName

      public String getName()
      Returns the data source name.
      Returns:
      the data source name
    • getParameters

      public Map<String,String> getParameters()
      Returns the parameters of the data source.
      Returns:
      the parameters of the data source
    • getNumberOfTables

      public int getNumberOfTables()
      Returns the number of data source tables in this data source.
      Returns:
      the number of data source tables in this data source
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object that)
      Overrides:
      equals in class Object