Class TupleTableInfo
java.lang.Object
tech.oxfordsemantic.jrdfox.client.TupleTableInfo
Encapsulates information about a tuple table.
-
Constructor Summary
ConstructorsConstructorDescriptionTupleTableInfo(String name, TupleTableType type, int id, int minArity, int maxArity, Map<String, String> parameters) -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetID()Returns the ID of a tuple table.intReturns the maximum arity (i.e., the number of columns) of a tuple table.intReturns the minimum arity (i.e., the number of columns) of a tuple table.getName()Returns the name of a tuple table.Returns the creation parameters of the tuple table.getType()Returns the type of a tuple table.inthashCode()
-
Constructor Details
-
TupleTableInfo
public TupleTableInfo(String name, TupleTableType type, int id, int minArity, int maxArity, Map<String, String> parameters)
-
-
Method Details
-
getName
-
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
-
hashCode
-
equals
-