| Package | Description |
|---|---|
| org.projog.api |
Provides a programming interface for Java applications to interact with Projog.
|
| org.projog.core.kb |
| Constructor and Description |
|---|
Projog(ProjogProperties projogProperties,
ProjogListener... listeners)
Constructs a new
Projog object with the specified ProjogProperties and ProjogListeners. |
| Modifier and Type | Class and Description |
|---|---|
class |
ProjogDefaultProperties
Implementation of
ProjogProperties with hard-coded values. |
| Modifier and Type | Method and Description |
|---|---|
ProjogProperties |
KnowledgeBase.getProjogProperties() |
| Modifier and Type | Method and Description |
|---|---|
static KnowledgeBase |
KnowledgeBaseUtils.createKnowledgeBase(ProjogProperties projogProperties)
Constructs a new
KnowledgeBase object using the specified ProjogProperties |
Copyright © 2024. All rights reserved.