LightJason - AgentSpeak(L++)
|
Packages | |
package | execution |
package | fuzzy |
package | instantiable |
package | unify |
package | variable |
Classes | |
class | CCommon |
common structure for execution definition More... | |
class | CLiteral |
default generic literal class for agent beliefs a literal consists of a functor, an optional list of values e.g. More... | |
class | CRawTerm |
term structure for simple datatypes More... | |
interface | IAssignable |
interface of assignable structures More... | |
interface | ICopy |
interface to define copyable obejcts (shallow- and deep-copy) More... | |
interface | IDeepCopy |
interface to create deep-copy of objects More... | |
interface | ILiteral |
literal interface More... | |
interface | IRawStructure |
interface to define a structure with native data More... | |
interface | IRawTerm |
interface of raw terms More... | |
interface | IShallowCopy |
interface to create shallow-copy of objects More... | |
interface | IStructureHash |
structure hash definition More... | |
interface | ITerm |
term interface More... | |
class | TestCTermVariablesConstant |
test for language components More... | |