Class TupleTableInfo

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

public class TupleTableInfo extends Object
Encapsulates information about a tuple table.
  • Constructor Details

  • Method Details

    • getName

      public String getName()
      Returns the name of a tuple table.
      Returns:
      the name of a tuple table
    • getType

      public TupleTableType getType()
      Returns the type of a tuple table.
      Returns:
      the type of a tuple table
    • getID

      public int getID()
      Returns the ID of a tuple table. The ID of a tuple table is unique in a data store and is often used for more efficient identification of a tuple table.
      Returns:
      the ID of a tuple table
    • getMinArity

      public int getMinArity()
      Returns the minimum arity (i.e., the number of columns) of a tuple table.
      Returns:
      the minimum arity of a tuple table
    • getMaxArity

      public int getMaxArity()
      Returns the maximum arity (i.e., the number of columns) of a tuple table.
      Returns:
      the maximumarity of a tuple table
    • getParameters

      public Map<String,String> getParameters()
      Returns the creation parameters of the tuple table.
      Returns:
      the parameters of the tuple table
    • hashCode

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

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