LightJason - AgentSpeak(L++)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456789]
 Norg
 Nlightjason
 Nagentspeak
 Naction
 Nbinding
 Nbuiltin
 CIActionExternal action interface
 CIBaseActionDefault implementation of an action
 Nagent
 CIAgentAgent interface
 CIBaseAgentAgent base structure
 CIBasePlanBundlePlan bundle class
 CIInspectorInspector interface to read agent internal data
 CIPlanBundlePlan bundle interface
 CTestCAgentTest agent structure
 CTestCAgentExecutionTest for agent execution ordering
 CTestCHanoiTowersAbstract test for playing towers of hanoi If a file agentprintin.conf exists on the main directory alls print statements will be shown
 CTestCUnifierTest for unification
 Nbeliefbase
 Nstorage
 Nview
 CCBeliefbaseBeliefbase to generate any event-based data by reference counting
 CIBaseBeliefbaseDefault behaviour of a beliefbase
 CIBeliefbaseInterface of beliefbase definition, that create the trigger events for the agent
 CIBeliefbaseOnDemandOn-demand beliefbase for creating trigger-events without any percistency
 CIStructureInterface for equal method on views and beliefbases
 CTestCPropertyBeliefbaseTest agent with beliebase properties
 CTestCViewTest of beliefbase view
 CTestCViewMapTest of map-view
 Ncommon
 CCCommonClass for any helper calls
 CCPathClass to create a path structure
 CIPathInterface of a path
 CTestCPathTest of path structure
 Nconfiguration
 CCDefaultAgentConfigurationDefault agent configuration
 CCDefaultPlanBundleConfigurationDefault plan bundle configuration
 CIAgentConfigurationInterface to define the agent configuration
 CIConfigurationConfiguration for plan bundle and agent
 CIPlanBundleConfigurationPlan bundle configuration
 Nconsistency
 Nfilter
 Nmetric
 CCConsistencyLayer with consistency data based a markov-chain
 CIConsistencyConsistency interface
 CTestCMetricMetric tests
 Nerror
 CCIllegalArgumentExceptionIllegal argument exception
 CCIllegalStateExceptionIllegal state exception
 CCRuntimeExceptionRuntime exception
 CCSyntaxErrorExceptionException for parsing error
 CIContextExceptionException with execution context
 CIExceptionInterface of exceptions
 Ngenerator
 CIAgentGeneratorGenerator interface to create agents
 CIBaseAgentGeneratorAgent generator
 CIBasePlanBundleGeneratorPlan bundle generator
 CIGeneratorInterface of generators
 CIPlanBundleGeneratorGenerator interface to generate plan bundles
 Ngrammar
 CCASTVisitorAgentDefault abstract-syntax-tree (AST) visitor for agent scripts
 CCASTVisitorPlanBundleDefault abstract-syntax-tree (AST) visitor for plan-bundles scripts
 CCASTVisitorTypeParser for complex-datatypes
 CCCommonCommon parser components
 CCErrorListenerAntLR error lister to catch parser and lexer errors with individual error handling and language translating
 CCParserAgentDefault agent parser
 CCParserPlanBundleDefault planbundle parser
 CIASTVisitorInterface for any AST visitor
 CIASTVisitorAgentVisitor interface of the abstract-syntax-tree (AST) for an agent
 CIASTVisitorAgentSpeakInterface of visitor structure
 CIASTVisitorPlanBundleVisitor interface of the abstract-syntax-tree (AST) for a plan bundle
 CIASTVisitorTypeInterface of a type parser
 CIBaseParserGeneric default parser
 CIParserParser interface
 Nlanguage
 Nexecution
 Nfuzzy
 Ninstantiable
 Nunify
 Nvariable
 CCCommonCommon structure for execution definition
 CCLiteralDefault generic literal class for agent beliefs a literal consists of a functor, an optional list of values e.g
 CCRawTermTerm structure for simple datatypes
 CIAssignableInterface of assignable structures
 CICopyInterface to define copyable obejcts (shallow- and deep-copy)
 CIDeepCopyInterface to create deep-copy of objects
 CILiteralLiteral interface
 CIRawStructureInterface to define a structure with native data
 CIRawTermInterface of raw terms
 CIShallowCopyInterface to create shallow-copy of objects
 CIStructureHashStructure hash definition
 CITermTerm interface
 CTestCTermVariablesConstantTest for language components
 CIBaseTestBase test class with helpers
 CTestCLanguageLabelsTest all resource strings
 CCJavaVistorAST visitor class