LightJason - AgentSpeak(L++)
|
▼Norg | |
▼Nlightjason | |
▼Nagentspeak | |
▼Naction | |
►Nbinding | |
►Nbuiltin | |
CIAction | External action interface |
CIBaseAction | Default implementation of an action |
▼Nagent | |
CIAgent | Agent interface |
CIBaseAgent | Agent base structure |
CIBasePlanBundle | Plan bundle class |
CIInspector | Inspector interface to read agent internal data |
CIPlanBundle | Plan bundle interface |
►CTestCAgent | Test agent structure |
►CTestCAgentExecution | Test for agent execution ordering |
►CTestCHanoiTowers | Abstract test for playing towers of hanoi If a file agentprintin.conf exists on the main directory alls print statements will be shown |
CTestCUnifier | Test for unification |
▼Nbeliefbase | |
►Nstorage | |
►Nview | |
CCBeliefbase | Beliefbase to generate any event-based data by reference counting |
CIBaseBeliefbase | Default behaviour of a beliefbase |
CIBeliefbase | Interface of beliefbase definition, that create the trigger events for the agent |
CIBeliefbaseOnDemand | On-demand beliefbase for creating trigger-events without any percistency |
CIStructure | Interface for equal method on views and beliefbases |
►CTestCPropertyBeliefbase | Test agent with beliebase properties |
►CTestCView | Test of beliefbase view |
►CTestCViewMap | Test of map-view |
▼Ncommon | |
►CCCommon | Class for any helper calls |
►CCPath | Class to create a path structure |
CIPath | Interface of a path |
CTestCPath | Test of path structure |
▼Nconfiguration | |
CCDefaultAgentConfiguration | Default agent configuration |
CCDefaultPlanBundleConfiguration | Default plan bundle configuration |
CIAgentConfiguration | Interface to define the agent configuration |
CIConfiguration | Configuration for plan bundle and agent |
CIPlanBundleConfiguration | Plan bundle configuration |
▼Nconsistency | |
►Nfilter | |
►Nmetric | |
►CCConsistency | Layer with consistency data based a markov-chain |
CIConsistency | Consistency interface |
►CTestCMetric | Metric tests |
▼Nerror | |
CCIllegalArgumentException | Illegal argument exception |
CCIllegalStateException | Illegal state exception |
CCRuntimeException | Runtime exception |
CCSyntaxErrorException | Exception for parsing error |
CIContextException | Exception with execution context |
CIException | Interface of exceptions |
▼Ngenerator | |
CIAgentGenerator | Generator interface to create agents |
CIBaseAgentGenerator | Agent generator |
CIBasePlanBundleGenerator | Plan bundle generator |
CIGenerator | Interface of generators |
CIPlanBundleGenerator | Generator interface to generate plan bundles |
▼Ngrammar | |
CCASTVisitorAgent | Default abstract-syntax-tree (AST) visitor for agent scripts |
CCASTVisitorPlanBundle | Default abstract-syntax-tree (AST) visitor for plan-bundles scripts |
CCASTVisitorType | Parser for complex-datatypes |
CCCommon | Common parser components |
CCErrorListener | AntLR error lister to catch parser and lexer errors with individual error handling and language translating |
CCParserAgent | Default agent parser |
CCParserPlanBundle | Default planbundle parser |
CIASTVisitor | Interface for any AST visitor |
CIASTVisitorAgent | Visitor interface of the abstract-syntax-tree (AST) for an agent |
CIASTVisitorAgentSpeak | Interface of visitor structure |
CIASTVisitorPlanBundle | Visitor interface of the abstract-syntax-tree (AST) for a plan bundle |
CIASTVisitorType | Interface of a type parser |
CIBaseParser | Generic default parser |
CIParser | Parser interface |
▼Nlanguage | |
►Nexecution | |
►Nfuzzy | |
►Ninstantiable | |
►Nunify | |
►Nvariable | |
►CCCommon | Common structure for execution definition |
►CCLiteral | Default generic literal class for agent beliefs a literal consists of a functor, an optional list of values e.g |
CCRawTerm | Term structure for simple datatypes |
CIAssignable | Interface of assignable structures |
CICopy | Interface to define copyable obejcts (shallow- and deep-copy) |
CIDeepCopy | Interface to create deep-copy of objects |
CILiteral | Literal interface |
CIRawStructure | Interface to define a structure with native data |
CIRawTerm | Interface of raw terms |
CIShallowCopy | Interface to create shallow-copy of objects |
CIStructureHash | Structure hash definition |
CITerm | Term interface |
CTestCTermVariablesConstant | Test for language components |
CIBaseTest | Base test class with helpers |
▼CTestCLanguageLabels | Test all resource strings |
CCJavaVistor | AST visitor class |