Package | Description |
---|---|
jason.asSyntax.directives | |
jason.asSyntax.patterns.goal |
Modifier and Type | Class and Description |
---|---|
class |
FunctionRegister
This class maintains the set of arithmetic functions available for the AS parser.
|
class |
Include
Implementation of the
include directive. |
Modifier and Type | Method and Description |
---|---|
static Directive |
DirectiveProcessor.getDirective(java.lang.String id) |
static Directive |
DirectiveProcessor.removeDirective(java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static void |
DirectiveProcessor.addDirective(java.lang.String id,
Directive d) |
Modifier and Type | Class and Description |
---|---|
class |
BC
Implementation of the Blind Commitment pattern (see DALT 2006 paper)
|
class |
BDG
Implementation of the Backtracking Declarative Goal pattern (see DALT 2006 paper)
|
class |
DG
Implementation of the Declarative Goal pattern (see DALT 2006 paper)
|
class |
EBDG
Implementation of the Exclusive BDG pattern (see DALT 2006 paper)
|
class |
MG
Implementation of the Maintenance Goal pattern (see DALT 2006 paper)
|
class |
OMC
Implementation of the Open-Minded Commitment pattern (see DALT 2006 paper)
|
class |
RC
Implementation of the Relativised Commitment pattern (see DALT 2006 paper)
|
class |
SGA
Implementation of the Sequenced Goal Adoption pattern (see DALT 2006 paper)
|
class |
SMC
Implementation of the Single-Minded Commitment pattern (see DALT 2006 paper)
|