Uses of Interface
jason.asSyntax.directives.Directive
Package | Description |
---|---|
jason.asSyntax.directives | |
jason.asSyntax.patterns.goal |
-
Uses of Directive in jason.asSyntax.directives
Classes in jason.asSyntax.directives that implement Directive Modifier and Type Class Description class
DefaultDirective
class
FunctionRegister
This class maintains the set of arithmetic functions available for the AS parser.class
Include
Implementation of theinclude
directive.class
NameSpace
Implementation of thenamespace
directive.Fields in jason.asSyntax.directives with type parameters of type Directive Modifier and Type Field Description private java.util.Map<java.lang.String,Directive>
DirectiveProcessor. instances
private static java.util.Map<java.lang.String,Directive>
DirectiveProcessor. singletons
Methods in jason.asSyntax.directives that return Directive Modifier and Type Method Description static Directive
DirectiveProcessor. getDirective(java.lang.String id)
Directive
DirectiveProcessor. getInstance(Pred directive)
Directive
DirectiveProcessor. getInstance(java.lang.String id)
-
Uses of Directive in jason.asSyntax.patterns.goal
Classes in jason.asSyntax.patterns.goal that implement Directive Modifier and Type Class 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)