Package | Description |
---|---|
org.botlibre.knowledge | |
org.botlibre.knowledge.database |
Modifier and Type | Class and Description |
---|---|
class |
BasicNetwork
An interconnected set of vertices,
representing and knowledge-space.
|
Modifier and Type | Method and Description |
---|---|
AbstractNetwork |
AbstractNetwork.clone()
Return a copy of the network.
|
Modifier and Type | Class and Description |
---|---|
class |
DatabaseNetwork
Network using JPA to access a relational database.
|
class |
DatabaseReadOnlyNetwork
Network using JPA to access a PostgresQL database.
|