| Package | Description |
|---|---|
| amie.data |
| Modifier and Type | Method and Description |
|---|---|
static KB.Column |
KB.Column.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KB.Column[] |
KB.Column.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
double |
KB.colFunctionality(javatools.datatypes.ByteString relation,
KB.Column col)
Functionality of a relation given the position.
|
int |
KB.relationColumnSize(javatools.datatypes.ByteString relation,
KB.Column column)
It returns the number of distinct instance of one of the arguments (columns)
of a relation.
|
long |
KB.size(KB.Column column)
Returns the number of distinct entities in one column of the database.
|