Package | Description |
---|---|
Allegory.Person |
Modifier and Type | Class and Description |
---|---|
class |
female |
class |
male |
Modifier and Type | Method and Description |
---|---|
static person |
person.make(PrologDB.Tuple t) |
Modifier and Type | Method and Description |
---|---|
java.util.LinkedList<person> |
personTable.tuples() |
Modifier and Type | Method and Description |
---|---|
void |
personTable.cascadingDeleteLocal(person t) |
boolean |
personTable.deleteFromSubTables(person t) |
Modifier and Type | Method and Description |
---|---|
<TABLE> TABLE |
person.applyperson(java.util.function.Function<person,TABLE> f) |
Constructor and Description |
---|
personTable(Database db,
person t) |