►CAgentVisitor | |
►Corg.lightjason.agentspeak.grammar.IASTVisitorAgent | Visitor interface of the abstract-syntax-tree (AST) for an agent |
Corg.lightjason.agentspeak.grammar.CASTVisitorAgent | Default abstract-syntax-tree (AST) visitor for agent scripts |
Corg.lightjason.agentspeak.common.CCommon | Class for any helper calls |
Corg.lightjason.agentspeak.grammar.CCommon | Common parser components |
Corg.lightjason.agentspeak.language.CCommon | Common structure for execution definition |
►CComparable | |
►Corg.lightjason.agentspeak.common.IPath | Interface of a path |
Corg.lightjason.agentspeak.common.CPath | Class to create a path structure |
►Corg.lightjason.agentspeak.language.ILiteral | Literal interface |
Corg.lightjason.agentspeak.language.CLiteral | Default generic literal class for agent beliefs a literal consists of a functor, an optional list of values e.g |
►Corg.lightjason.agentspeak.language.instantiable.plan.statistic.IPlanStatistic | Plan statistic |
Corg.lightjason.agentspeak.language.instantiable.plan.statistic.CPlanStatistic | Plan statistic to count execution values |
►Corg.lightjason.agentspeak.language.instantiable.plan.trigger.ITrigger | Event definition |
Corg.lightjason.agentspeak.language.instantiable.plan.trigger.CTrigger | Event with literal data |
►CControl | |
Corg.lightjason.agentspeak.common.CCommon.CUTF8Control | Class to read UTF-8 encoded property file |
Corg.lightjason.agentspeak.agent.TestCHanoiTowers.CSlice | Defines a slice |
Corg.lightjason.agentspeak.action.binding.IAgentAction.EAccess | Enum with access values |
Corg.lightjason.agentspeak.language.execution.action.CBeliefAction.EAction | Belief action definition |
Corg.lightjason.agentspeak.action.builtin.crypto.EAlgorithm | Enum with encrypting types |
Corg.lightjason.agentspeak.consistency.CConsistency.EAlgorithm | Numeric algorithm structure |
Corg.lightjason.agentspeak.language.CCommon.ECompression | Compression algorithm |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CCreateDistribution.EDistribution | Usable distributions |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CCreateDistribution.EGenerator | Number generator |
Corg.lightjason.agentspeak.action.builtin.graph.CCreate.EGraphTypes | Graph types |
►CEntry | |
►Corg.lightjason.agentspeak.language.fuzzy.operator.IFuzzyBundle< T > | Fuzzy operators |
Corg.lightjason.agentspeak.language.fuzzy.operator.bool.CBundle | Boolean fuzzy bundle |
Corg.lightjason.agentspeak.language.execution.expression.EOperator | Expression operator |
Corg.lightjason.agentspeak.action.builtin.math.statistic.EStatisticValue | Enum of statistic value types |
Corg.lightjason.agentspeak.language.instantiable.plan.annotation.IAnnotation< T >.EType | Annotation types |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CCreateStatistic.EType | Enume statistic type |
Corg.lightjason.agentspeak.action.builtin.math.interpolate.CCreate.EType | Enum type of interpolating definitions |
Corg.lightjason.agentspeak.action.builtin.math.blas.EType | Blas types |
Corg.lightjason.agentspeak.language.instantiable.plan.trigger.ITrigger.EType | Event types |
►Corg.lightjason.agentspeak.language.execution.action.achievement_test.IAchievementGoal< ILiteral > | |
Corg.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementGoalLiteral | Achievement-goal action based on a literal |
►Corg.lightjason.agentspeak.language.execution.action.achievement_test.IAchievementGoal< IVariableEvaluate > | |
Corg.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementGoalVariable | Achievement-goal action based on variables |
►Corg.lightjason.agentspeak.language.execution.action.achievement_test.IAchievementRule< ILiteral > | |
Corg.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleLiteral | Achievement for rule-literal execution |
►Corg.lightjason.agentspeak.language.execution.action.achievement_test.IAchievementRule< IVariableEvaluate > | |
Corg.lightjason.agentspeak.language.execution.action.achievement_test.CAchievementRuleVariable | Achievement for rule-variable execution |
►Corg.lightjason.agentspeak.agent.IAgent< T > | |
►Corg.lightjason.agentspeak.agent.IBaseAgent< T extends IAgent<?> | Agent base structure |
Corg.lightjason.agentspeak.action.builtin.TestCActionAgent.CAgent | Agent class |
Corg.lightjason.agentspeak.action.builtin.TestCActionBinding.CClassBindingBlacklist | Test class with blacklist binding |
Corg.lightjason.agentspeak.action.builtin.TestCActionBinding.CClassBindingDefault | Test class with default binding |
Corg.lightjason.agentspeak.action.builtin.TestCActionBinding.CClassBindingWhitelist | Test class with whitelist binding |
Corg.lightjason.agentspeak.action.builtin.TestCActionBinding.CMethodBindingBlacklist | Test class with blacklist binding |
Corg.lightjason.agentspeak.action.builtin.TestCActionBinding.CMethodBindingDefault | Test class with default binding |
Corg.lightjason.agentspeak.action.builtin.TestCActionBinding.CMethodBindingWhitelist | Test class with whitelist binding |
Corg.lightjason.agentspeak.action.builtin.TestCActionStorage.CAgent | Test agent |
Corg.lightjason.agentspeak.beliefbase.TestCPropertyBeliefbase.CAgent | Agent class |
Corg.lightjason.agentspeak.beliefbase.TestCViewMap.CAgent | Agent class |
Corg.lightjason.agentspeak.consistency.TestCMetric.CAgent | Agent class |
Corg.lightjason.agentspeak.agent.IAgent<?> | |
Corg.lightjason.agentspeak.action.binding.IAgentAction | Class annotation to set default behaviour of method-action-binding to a blacklist |
Corg.lightjason.agentspeak.action.binding.IAgentActionFilter | Method annotation to allow the binding of a method for an action |
Corg.lightjason.agentspeak.action.binding.IAgentActionName | Annotation to define an individual action name |
►Corg.lightjason.agentspeak.configuration.IAgentConfiguration< T > | |
Corg.lightjason.agentspeak.configuration.CDefaultAgentConfiguration< T extends IAgent<?> | Default agent configuration |
►Corg.lightjason.agentspeak.generator.IAgentGenerator< T > | |
►Corg.lightjason.agentspeak.generator.IBaseAgentGenerator< T extends IAgent<?> | Agent generator |
Corg.lightjason.agentspeak.action.builtin.TestCActionAgent.CAgent.CGenerator | Agent generator |
Corg.lightjason.agentspeak.action.builtin.TestCActionStorage.CGenerator | Agent generator |
Corg.lightjason.agentspeak.agent.TestCAgent.CAgent.CAgentGenerator | Agent generator class |
Corg.lightjason.agentspeak.agent.TestCAgentExecution.CGenerator | Agent generator |
Corg.lightjason.agentspeak.agent.TestCHanoiTowers.CGenerator | Agent generator |
Corg.lightjason.agentspeak.beliefbase.TestCPropertyBeliefbase.CAgent.CAgentGenerator | Agent generator class |
Corg.lightjason.agentspeak.beliefbase.TestCViewMap.CAgent.CAgentGenerator | Agent generator class |
Corg.lightjason.agentspeak.consistency.TestCMetric.CAgent.CAgentGenerator | Agent generator class |
►Corg.lightjason.agentspeak.language.unify.IUnifier.IAlgorithm | Unify algorithm |
Corg.lightjason.agentspeak.language.unify.CHash | Unify on at hash-based quality |
Corg.lightjason.agentspeak.language.unify.CRecursive | Recursive unify |
►Corg.lightjason.agentspeak.language.IAssignable< T > | Interface of assignable structures |
►Corg.lightjason.agentspeak.language.fuzzy.IFuzzyValue< T > | Result for an immutable fuzzy value |
Corg.lightjason.agentspeak.language.fuzzy.CFuzzyValue< T > | Immutable fuzzy value |
►Corg.lightjason.agentspeak.language.fuzzy.IFuzzyValueMutable< T > | Interface for a mutable fuzzy value |
Corg.lightjason.agentspeak.language.fuzzy.CFuzzyValueMutable< T > | Mutable fuzzy boolean |
►Corg.lightjason.agentspeak.language.instantiable.plan.annotation.IAnnotation< T > | Annotation interface |
►Corg.lightjason.agentspeak.language.instantiable.plan.annotation.IBaseAnnotation< T > | Annotation base |
Corg.lightjason.agentspeak.language.instantiable.plan.annotation.CAtomAnnotation< T > | Annotation without parameter |
Corg.lightjason.agentspeak.language.instantiable.plan.annotation.CValueAnnotation< T > | Number annotation |
►Corg.lightjason.agentspeak.language.IRawStructure< T > | Interface to define a structure with native data |
►Corg.lightjason.agentspeak.language.variable.IVariable< T > | Variable defintion |
►Corg.lightjason.agentspeak.language.variable.CVariable< T > | Default variable definition |
Corg.lightjason.agentspeak.language.variable.CConstant< T > | Constant definition |
►Corg.lightjason.agentspeak.language.variable.CMutexVariable< T > | Thread-safe variable |
Corg.lightjason.agentspeak.language.variable.CRelocateMutexVariable< T > | Class for a mutex relocated variable |
Corg.lightjason.agentspeak.language.variable.CRelocateVariable< T > | Class for a relocated variable |
►Corg.lightjason.agentspeak.grammar.IASTVisitor | Interface for any AST visitor |
►Corg.lightjason.agentspeak.grammar.IASTVisitorAgentSpeak | Interface of visitor structure |
Corg.lightjason.agentspeak.grammar.IASTVisitorAgent | Visitor interface of the abstract-syntax-tree (AST) for an agent |
►Corg.lightjason.agentspeak.grammar.IASTVisitorPlanBundle | Visitor interface of the abstract-syntax-tree (AST) for a plan bundle |
Corg.lightjason.agentspeak.grammar.CASTVisitorPlanBundle | Default abstract-syntax-tree (AST) visitor for plan-bundles scripts |
►Corg.lightjason.agentspeak.grammar.IASTVisitorType | Interface of a type parser |
Corg.lightjason.agentspeak.grammar.CASTVisitorType | Parser for complex-datatypes |
►Corg.lightjason.agentspeak.agent.IBaseAgent< CAgent > | |
Corg.lightjason.agentspeak.agent.TestCAgentExecution.CAgent | Agent class |
Corg.lightjason.agentspeak.agent.TestCHanoiTowers.CAgent | Agent class |
Corg.lightjason.agentspeak.agent.IBaseAgent< CClassBindingBlacklist > | |
Corg.lightjason.agentspeak.agent.IBaseAgent< CClassBindingDefault > | |
Corg.lightjason.agentspeak.agent.IBaseAgent< CClassBindingWhitelist > | |
Corg.lightjason.agentspeak.agent.IBaseAgent< CMethodBindingBlacklist > | |
Corg.lightjason.agentspeak.agent.IBaseAgent< CMethodBindingDefault > | |
Corg.lightjason.agentspeak.agent.IBaseAgent< CMethodBindingWhitelist > | |
►Corg.lightjason.agentspeak.agent.IBaseAgent< IAgent<?> > | |
Corg.lightjason.agentspeak.agent.TestCAgent.CAgent | Agent class |
Corg.lightjason.agentspeak.generator.IBaseAgentGenerator< CAgent > | |
Corg.lightjason.agentspeak.generator.IBaseAgentGenerator< IAgent<?> > | |
►Corg.lightjason.agentspeak.language.execution.action.IBaseExecution< IExecution > | |
Corg.lightjason.agentspeak.language.execution.action.CRepair | Defines an execution element with a repair call |
►Corg.lightjason.agentspeak.language.execution.action.IBaseExecution< IExpression > | |
Corg.lightjason.agentspeak.language.execution.action.CTernaryOperation | If-else structure |
►Corg.lightjason.agentspeak.language.execution.action.IBaseExecution< ILiteral > | |
Corg.lightjason.agentspeak.language.execution.action.CBeliefAction | Belief action |
Corg.lightjason.agentspeak.language.execution.action.IBaseExecution< IPath > | |
►Corg.lightjason.agentspeak.language.execution.action.IBaseExecution< IVariable<?> > | |
Corg.lightjason.agentspeak.language.execution.action.CLambdaExpression | Lambda expression definition |
Corg.lightjason.agentspeak.language.execution.action.CSingleAssignment< M extends IExecution > | Assignment action of a single-variable |
►Corg.lightjason.agentspeak.language.execution.action.IBaseExecution< List< IVariable<?> > > | |
Corg.lightjason.agentspeak.language.execution.action.CDeconstruct< M extends ITerm > | Deconstruct assignment |
Corg.lightjason.agentspeak.language.execution.action.CMultiAssignment< M extends IExecution > | Assignment action of a multi-variable list |
►Corg.lightjason.agentspeak.grammar.IBaseParser< IASTVisitorAgent, AgentLexer, AgentParser > | |
Corg.lightjason.agentspeak.grammar.CParserAgent | Default agent parser |
►Corg.lightjason.agentspeak.grammar.IBaseParser< IASTVisitorPlanBundle, PlanBundleLexer, PlanBundleParser > | |
Corg.lightjason.agentspeak.grammar.CParserPlanBundle | Default planbundle parser |
Corg.lightjason.agentspeak.grammar.IBaseParser< IASTVisitorType, TypeLexer, TypeParser > | |
►Corg.lightjason.agentspeak.beliefbase.storage.IBaseStorage< ILiteral, M > | |
Corg.lightjason.agentspeak.beliefbase.storage.CClassStorage< M > | Belief storage to get access to all class attributes |
►Corg.lightjason.agentspeak.IBaseTest | Base test class with helpers |
Corg.lightjason.agentspeak.action.builtin.TestCActionAgent | Test agent action |
Corg.lightjason.agentspeak.action.builtin.TestCActionBinding | Test action binding |
Corg.lightjason.agentspeak.action.builtin.TestCActionBool | Test for boolean actions |
Corg.lightjason.agentspeak.action.builtin.TestCActionCollection | Test collection action |
Corg.lightjason.agentspeak.action.builtin.TestCActionCollectionList | Test collection list |
Corg.lightjason.agentspeak.action.builtin.TestCActionCollectionMap | Test action map |
Corg.lightjason.agentspeak.action.builtin.TestCActionCollectionMultimap | Test multimap action |
Corg.lightjason.agentspeak.action.builtin.TestCActionCollectionSet | Collection set tests |
Corg.lightjason.agentspeak.action.builtin.TestCActionCollectionTuple | Test collection tuple |
Corg.lightjason.agentspeak.action.builtin.TestCActionCrypto | Test action crypto |
Corg.lightjason.agentspeak.action.builtin.TestCActionDateTime | Test action datetime |
Corg.lightjason.agentspeak.action.builtin.TestCActionGeneric | Test generic actions |
Corg.lightjason.agentspeak.action.builtin.TestCActionGenericType | Test generic-type actions |
Corg.lightjason.agentspeak.action.builtin.TestCActionGraph | Test graph actions |
Corg.lightjason.agentspeak.action.builtin.TestCActionMath | Test math functions |
Corg.lightjason.agentspeak.action.builtin.TestCActionMathBitMatrix | Test math bit matrix functions |
Corg.lightjason.agentspeak.action.builtin.TestCActionMathBitVector | Test for bit vector actions |
Corg.lightjason.agentspeak.action.builtin.TestCActionMathBlas | Test math blas functions |
Corg.lightjason.agentspeak.action.builtin.TestCActionMathBlasMatrix | Test math blas matrix functions |
Corg.lightjason.agentspeak.action.builtin.TestCActionMathBlasVector | Test math blas vector functions |
Corg.lightjason.agentspeak.action.builtin.TestCActionMathInterpolate | Test for math interpolate |
Corg.lightjason.agentspeak.action.builtin.TestCActionMathLinearprogram | Test math linear program functions |
Corg.lightjason.agentspeak.action.builtin.TestCActionMathShape | Test math shape functions |
Corg.lightjason.agentspeak.action.builtin.TestCActionMathStatistics | Test for statistics actions |
Corg.lightjason.agentspeak.action.builtin.TestCActionStorage | Test action storage |
Corg.lightjason.agentspeak.action.builtin.TestCActionString | Test for string actions |
Corg.lightjason.agentspeak.action.builtin.TestCActionWebGraphQL | Test graphql actions |
Corg.lightjason.agentspeak.action.builtin.TestCActionWebRest | REST-API test |
Corg.lightjason.agentspeak.agent.TestCAgent | Test agent structure |
Corg.lightjason.agentspeak.agent.TestCAgentExecution | Test for agent execution ordering |
Corg.lightjason.agentspeak.agent.TestCHanoiTowers | Abstract test for playing towers of hanoi If a file agentprintin.conf exists on the main directory alls print statements will be shown |
Corg.lightjason.agentspeak.agent.TestCUnifier | Test for unification |
Corg.lightjason.agentspeak.beliefbase.TestCPropertyBeliefbase | Test agent with beliebase properties |
Corg.lightjason.agentspeak.beliefbase.TestCView | Test of beliefbase view |
Corg.lightjason.agentspeak.beliefbase.TestCViewMap | Test of map-view |
Corg.lightjason.agentspeak.common.TestCPath | Test of path structure |
Corg.lightjason.agentspeak.consistency.TestCMetric | Metric tests |
Corg.lightjason.agentspeak.language.TestCTermVariablesConstant | Test for language components |
Corg.lightjason.agentspeak.TestCLanguageLabels | Test all resource strings |
►Corg.lightjason.agentspeak.configuration.IConfiguration | Configuration for plan bundle and agent |
Corg.lightjason.agentspeak.configuration.IAgentConfiguration< T extends IAgent<?> | Interface to define the agent configuration |
►Corg.lightjason.agentspeak.configuration.IPlanBundleConfiguration | Plan bundle configuration |
Corg.lightjason.agentspeak.configuration.CDefaultPlanBundleConfiguration | Default plan bundle configuration |
►Corg.lightjason.agentspeak.language.ICopy | Interface to define copyable obejcts (shallow- and deep-copy) |
Corg.lightjason.agentspeak.language.IDeepCopy< T > | Interface to create deep-copy of objects |
►Corg.lightjason.agentspeak.language.IShallowCopy< T > | Interface to create shallow-copy of objects |
Corg.lightjason.agentspeak.language.instantiable.plan.trigger.ITrigger | Event definition |
Corg.lightjason.agentspeak.language.variable.IVariable< T > | Variable defintion |
►Corg.lightjason.agentspeak.language.IDeepCopy< ITerm > | |
►Corg.lightjason.agentspeak.language.ITerm | Term interface |
Corg.lightjason.agentspeak.language.ILiteral | Literal interface |
►Corg.lightjason.agentspeak.language.IRawTerm< T > | Interface of raw terms |
Corg.lightjason.agentspeak.language.CRawTerm< T > | Term structure for simple datatypes |
Corg.lightjason.agentspeak.language.variable.IVariable< T > | Variable defintion |
►Corg.lightjason.agentspeak.language.variable.IVariableEvaluate | Interface for evaluate variables |
Corg.lightjason.agentspeak.language.variable.CVariableEvaluate | Structure for creating evaluate variables |
►Corg.lightjason.agentspeak.language.fuzzy.defuzzification.IDefuzzification< T > | Defuzzification interface |
Corg.lightjason.agentspeak.language.fuzzy.defuzzification.CCrisp< T > | Defuzzification to a crisp value |
►Corg.lightjason.agentspeak.error.IException | Interface of exceptions |
Corg.lightjason.agentspeak.error.CIllegalArgumentException | Illegal argument exception |
Corg.lightjason.agentspeak.error.CIllegalStateException | Illegal state exception |
Corg.lightjason.agentspeak.error.CSyntaxErrorException | Exception for parsing error |
►Corg.lightjason.agentspeak.error.IContextException | Exception with execution context |
Corg.lightjason.agentspeak.error.CRuntimeException | Runtime exception |
►Corg.lightjason.agentspeak.action.builtin.math.blas.IFormat< DoubleMatrix1D > | |
Corg.lightjason.agentspeak.action.builtin.math.blas.CFormat1D | Formatter of 1D matrix |
►Corg.lightjason.agentspeak.action.builtin.math.blas.IFormat< DoubleMatrix2D > | |
Corg.lightjason.agentspeak.action.builtin.math.blas.CFormat2D | Formatter of 2D matrix |
►Corg.lightjason.agentspeak.action.builtin.generic.CPrint.IFormatter< Boolean > | |
Corg.lightjason.agentspeak.action.builtin.TestCActionGeneric.CBooleanFormatter | Test formatter for boolean (translate each boolean to an yes/no string) |
►Corg.lightjason.agentspeak.action.builtin.generic.CPrint.IFormatter< String > | |
Corg.lightjason.agentspeak.action.builtin.TestCActionGeneric.CStringFormatter | Test formatter for strings (translate each string to an upper-case string) |
Corg.lightjason.agentspeak.language.fuzzy.operator.IFuzzyBundle< Boolean > | |
►Corg.lightjason.agentspeak.language.fuzzy.operator.IFuzzyComplement< T > | Fuzzy complement |
Corg.lightjason.agentspeak.language.fuzzy.operator.bool.CComplement | Fuzzy-boolean complement |
Corg.lightjason.agentspeak.language.fuzzy.operator.IFuzzyComplement< Boolean > | |
Corg.lightjason.agentspeak.language.fuzzy.operator.IFuzzyOperator< Boolean > | |
►Corg.lightjason.agentspeak.generator.IGenerator< T > | Interface of generators |
Corg.lightjason.agentspeak.generator.IAgentGenerator< T extends IAgent<?> | Generator interface to create agents |
►Corg.lightjason.agentspeak.generator.IGenerator< IPlanBundle > | |
►Corg.lightjason.agentspeak.generator.IPlanBundleGenerator | Generator interface to generate plan bundles |
Corg.lightjason.agentspeak.generator.IBasePlanBundleGenerator | Plan bundle generator |
Corg.lightjason.agentspeak.agent.IInspector | Inspector interface to read agent internal data |
►CIllegalArgumentException | |
Corg.lightjason.agentspeak.error.CIllegalArgumentException | Illegal argument exception |
►CIllegalStateException | |
Corg.lightjason.agentspeak.error.CIllegalStateException | Illegal state exception |
Corg.lightjason.agentspeak.error.CSyntaxErrorException | Exception for parsing error |
Corg.lightjason.agentspeak.action.builtin.collection.IMapApplyMultiple< Map< Object, Object > > | |
Corg.lightjason.agentspeak.action.builtin.collection.IMapApplyMultiple< Multimap< Object, Object > > | |
Corg.lightjason.agentspeak.action.builtin.collection.IMapApplySingle< Map< Object, Object > > | |
Corg.lightjason.agentspeak.action.builtin.collection.IMapApplySingle< Multimap< Object, Object > > | |
Corg.lightjason.agentspeak.action.builtin.collection.IMapGetMultiple< Map< Object, Object > > | |
Corg.lightjason.agentspeak.action.builtin.collection.IMapGetMultiple< Multimap< Object, Object > > | |
Corg.lightjason.agentspeak.action.builtin.collection.IMapGetSingle< Map< Object, Object > > | |
Corg.lightjason.agentspeak.action.builtin.collection.IMapGetSingle< Multimap< Object, Object > > | |
Corg.lightjason.agentspeak.grammar.IParser< T extends IASTVisitor > | Parser interface |
►Corg.lightjason.agentspeak.grammar.IParser< T > | |
►Corg.lightjason.agentspeak.grammar.IBaseParser< T extends IASTVisitor, L extends Lexer, P extends Parser > | Generic default parser |
Corg.lightjason.agentspeak.language.CLiteral.CParser | Literal parser |
►Corg.lightjason.agentspeak.agent.IPlanBundle | Plan bundle interface |
Corg.lightjason.agentspeak.agent.IBasePlanBundle | Plan bundle class |
►Corg.lightjason.agentspeak.language.IRawStructure< IRawTerm< T > > | |
Corg.lightjason.agentspeak.language.IRawTerm< T > | Interface of raw terms |
Corg.lightjason.agentspeak.language.IRawStructure< IVariable< T > > | |
Corg.lightjason.agentspeak.language.IRawTerm<?> | |
►Corg.lightjason.agentspeak.language.variable.IRelocateVariable | Interface for relocated variables (linkage between two variables for transfering the value) |
Corg.lightjason.agentspeak.language.variable.CRelocateMutexVariable< T > | Class for a mutex relocated variable |
Corg.lightjason.agentspeak.language.variable.CRelocateVariable< T > | Class for a relocated variable |
►Corg.lightjason.agentspeak.language.IShallowCopy< ILiteral > | |
Corg.lightjason.agentspeak.language.ILiteral | Literal interface |
Corg.lightjason.agentspeak.language.IShallowCopy< ITrigger > | |
Corg.lightjason.agentspeak.language.IShallowCopy< IVariable< T > > | |
►Corg.lightjason.agentspeak.beliefbase.storage.IStorage< N, M > | Interface of a physical beliefbase storage |
►Corg.lightjason.agentspeak.beliefbase.storage.IBaseStorage< N, M > | Default structure of a storage |
Corg.lightjason.agentspeak.beliefbase.storage.CMultiStorage< N, M > | Thread-safe storage of the data of single- and multi-elements |
Corg.lightjason.agentspeak.beliefbase.storage.CSingleOnlyStorage< N, M > | Storage only for single elements |
Corg.lightjason.agentspeak.beliefbase.storage.CSingleStorage< N, M > | Thread-safe storage of the data of single- and multi-elements, a multi-element can be stored once and will be replaced iif a new one is added |
Corg.lightjason.agentspeak.beliefbase.storage.IStorage< org.lightjason.agentspeak.language.ILiteral, org.lightjason.agentspeak.beliefbase.view.IView > | |
►Corg.lightjason.agentspeak.beliefbase.IStructure | Interface for equal method on views and beliefbases |
►Corg.lightjason.agentspeak.beliefbase.IBeliefbase | Interface of beliefbase definition, that create the trigger events for the agent |
►Corg.lightjason.agentspeak.beliefbase.IBaseBeliefbase | Default behaviour of a beliefbase |
Corg.lightjason.agentspeak.beliefbase.CBeliefbase | Beliefbase to generate any event-based data by reference counting |
Corg.lightjason.agentspeak.beliefbase.IBeliefbaseOnDemand< T extends IAgent<?> | On-demand beliefbase for creating trigger-events without any percistency |
Corg.lightjason.agentspeak.beliefbase.view.CViewMap.CWrapperBeliefbase | Wrapper beliefbase |
►Corg.lightjason.agentspeak.beliefbase.view.IView | View for a beliefbase that creates any access to the underlying data structures |
Corg.lightjason.agentspeak.beliefbase.view.CView | View of a beliefbase |
Corg.lightjason.agentspeak.beliefbase.view.CViewMap | View which can use a map of maps to represent the hierarchical beliefbase structure |
►Corg.lightjason.agentspeak.language.IStructureHash | Structure hash definition |
Corg.lightjason.agentspeak.language.instantiable.plan.trigger.ITrigger | Event definition |
Corg.lightjason.agentspeak.language.ITerm | Term interface |
Corg.lightjason.agentspeak.action.builtin.generic.CPrint.ISupplier< PrintStream > | |
►Corg.lightjason.agentspeak.language.unify.IUnifier | Interface of an unification algorithm |
Corg.lightjason.agentspeak.language.unify.CUnifier | Unification algorithm |
Corg.lightjason.agentspeak.language.variable.IVariable<?> | |
►CPlanBundleVisitor | |
Corg.lightjason.agentspeak.grammar.IASTVisitorPlanBundle | Visitor interface of the abstract-syntax-tree (AST) for a plan bundle |
►CRuntimeException | |
Corg.lightjason.agentspeak.error.CRuntimeException | Runtime exception |
►CSimpleImmutableEntry | |
Corg.lightjason.agentspeak.language.fuzzy.operator.bool.CBundle | Boolean fuzzy bundle |
►CTypeVisitor | |
Corg.lightjason.agentspeak.grammar.IASTVisitorType | Interface of a type parser |
►CAbstractParseTreeVisitor | |
Corg.lightjason.agentspeak.grammar.CASTVisitorAgent | Default abstract-syntax-tree (AST) visitor for agent scripts |
Corg.lightjason.agentspeak.grammar.CASTVisitorPlanBundle | Default abstract-syntax-tree (AST) visitor for plan-bundles scripts |
Corg.lightjason.agentspeak.grammar.CASTVisitorType | Parser for complex-datatypes |
►CANTLRErrorListener | |
Corg.lightjason.agentspeak.grammar.CErrorListener | AntLR error lister to catch parser and lexer errors with individual error handling and language translating |
►CBiFunction | |
►Corg.lightjason.agentspeak.beliefbase.view.IViewGenerator | Interface for generating non-existing beliefbases views |
Corg.lightjason.agentspeak.beliefbase.TestCView.CGenerator | Test belief generator |
Corg.lightjason.agentspeak.consistency.TestCMetric.CGenerator | Test belief generator |
►Corg.lightjason.agentspeak.consistency.metric.IMetric | Metric interface of the coherency structure |
Corg.lightjason.agentspeak.consistency.metric.CDiscrete | Generic discrete metric |
Corg.lightjason.agentspeak.consistency.metric.CLevenshteinDistance | Metric based on levenshtein distance |
Corg.lightjason.agentspeak.consistency.metric.CNCD | Metric based on the normalized-compression-distance |
Corg.lightjason.agentspeak.consistency.metric.CSymmetricDifference | Metric on collections returns the size of symmetric difference |
Corg.lightjason.agentspeak.consistency.metric.CWeightedDifference | Calculates the distance with respect to size of union and intersection of beliefbases |
Corg.lightjason.agentspeak.language.execution.expressionbinary.EOperator | Binary operator |
Corg.lightjason.agentspeak.language.execution.IVariableBuilder | Interface for a variable builder which is called on each plan / rule execution |
►CCallable | |
Corg.lightjason.agentspeak.agent.IAgent< T extends IAgent<?> | Agent interface |
►Corg.lightjason.agentspeak.consistency.IConsistency | Consistency interface |
Corg.lightjason.agentspeak.consistency.CConsistency | Layer with consistency data based a markov-chain |
►CCollector | |
Corg.lightjason.agentspeak.common.CPath.CPathCollector | Path collector |
►Corg.lightjason.agentspeak.language.fuzzy.operator.IFuzzyOperator< T > | Defines a fuzzy t-norm |
Corg.lightjason.agentspeak.language.fuzzy.operator.bool.CIntersection | Fuzzy-boolean conjunction / intersection |
Corg.lightjason.agentspeak.language.fuzzy.operator.bool.CUnion | Fuzzy-boolean disjunction / union |
►CFunction | |
►Corg.lightjason.agentspeak.consistency.filter.IFilter | Filtering interface of agent literal values for metric |
Corg.lightjason.agentspeak.consistency.filter.CPlan | Filtering for all execution plans & beliefs |
►Corg.lightjason.agentspeak.consistency.filter.IBaseFilter | Default metric with an optional set of path values |
Corg.lightjason.agentspeak.consistency.filter.CAll | Filtering for all execution plans & beliefs |
Corg.lightjason.agentspeak.consistency.filter.CBelief | Filtering for all beliefs |
►CSerializable | |
►Corg.lightjason.agentspeak.action.builtin.generic.CPrint.IFormatter< T > | Formating class |
Corg.lightjason.agentspeak.action.builtin.math.blas.IFormat< T > | Base formatter of blas structures |
Corg.lightjason.agentspeak.action.builtin.generic.CPrint.ISupplier< T > | Interface of a serializable supplier |
Corg.lightjason.agentspeak.agent.IAgent< T extends IAgent<?> | Agent interface |
Corg.lightjason.agentspeak.common.IPath | Interface of a path |
►Corg.lightjason.agentspeak.language.execution.IContext | Execution context with local data |
Corg.lightjason.agentspeak.language.execution.CContext | Execution context |
►Corg.lightjason.agentspeak.language.execution.IExecution | Internal execution interface |
►Corg.lightjason.agentspeak.action.IAction | External action interface |
►Corg.lightjason.agentspeak.action.IBaseAction | Default implementation of an action |
Corg.lightjason.agentspeak.action.binding.CMethodAction | Action for binding a method |
►Corg.lightjason.agentspeak.action.builtin.IBuiltinAction | Base class of build-in actions for setting name by package/classname (without prefix character) |
Corg.lightjason.agentspeak.action.builtin.agent.CAddPlan | Adds a plan to the plan-base |
Corg.lightjason.agentspeak.action.builtin.agent.CBeliefList | Returns a list of all belief literals |
Corg.lightjason.agentspeak.action.builtin.agent.CClearBeliefbase | Clears all elements from the beliefbase |
Corg.lightjason.agentspeak.action.builtin.agent.CCycleTime | Action to get cycle time |
Corg.lightjason.agentspeak.action.builtin.agent.CGetPlan | Action to get plan objects |
Corg.lightjason.agentspeak.action.builtin.agent.CPlanList | Action to get plan-information as list |
Corg.lightjason.agentspeak.action.builtin.agent.CPlanStatistic | Action to get plan statistic |
Corg.lightjason.agentspeak.action.builtin.agent.CRemovePlan | Removes a plan by the plan trigger |
Corg.lightjason.agentspeak.action.builtin.agent.CSleep | Sets the agent to the sleep state |
Corg.lightjason.agentspeak.action.builtin.bool.CAllMatch | Checks all elements are equal to the first argument |
Corg.lightjason.agentspeak.action.builtin.bool.CAnd | Combines all arguments to a single result with the and-operator |
Corg.lightjason.agentspeak.action.builtin.bool.CAnyMatch | Checks any elements are equal to the first argument |
Corg.lightjason.agentspeak.action.builtin.bool.CCountFalse | Count the number of false values |
Corg.lightjason.agentspeak.action.builtin.bool.CCountTrue | Counts the number of true values |
►Corg.lightjason.agentspeak.action.builtin.bool.CEqual | Checks elements of equality |
Corg.lightjason.agentspeak.action.builtin.bool.CNotEqual | Checks elements of inequality |
Corg.lightjason.agentspeak.action.builtin.bool.CNot | Inverts all argument |
Corg.lightjason.agentspeak.action.builtin.bool.COr | Combines all arguments to a single result with the or-operator |
Corg.lightjason.agentspeak.action.builtin.bool.CXor | Combines all arguments to a single result with the xor-operator |
Corg.lightjason.agentspeak.action.builtin.collection.CClear | Clears all elements of the collection |
Corg.lightjason.agentspeak.action.builtin.collection.CIsEmpty | Checks a collection is empty |
Corg.lightjason.agentspeak.action.builtin.collection.CSize | Returns the size of the collection |
►Corg.lightjason.agentspeak.action.builtin.collection.IMapApplyMultiple< T > | Abstract class for apply multiple elements to a single maps |
Corg.lightjason.agentspeak.action.builtin.collection.map.CPutMultiple | Adds all elements to a single map argument |
Corg.lightjason.agentspeak.action.builtin.collection.map.CPutMultipleIfAbsent | Adds multiple element to a single map iif not exists |
Corg.lightjason.agentspeak.action.builtin.collection.multimap.CPutMultiple | Adds all elements to a single multimap argument |
►Corg.lightjason.agentspeak.action.builtin.collection.IMapApplySingle< T > | Abstract class for apply a single element to a multiple maps |
Corg.lightjason.agentspeak.action.builtin.collection.map.CPutSingle | Adds an single element to multiple map arguments |
Corg.lightjason.agentspeak.action.builtin.collection.map.CPutSingleIfAbsent | Adds an single element pair to all map iif not exists |
Corg.lightjason.agentspeak.action.builtin.collection.multimap.CPutSingle | Adds an single element to multiple multimap arguments |
►Corg.lightjason.agentspeak.action.builtin.collection.IMapGetMultiple< T > | Abstract class to get a multiple elements of a single maps |
Corg.lightjason.agentspeak.action.builtin.collection.map.CGetMultiple | Returns a multiple element of a single map |
Corg.lightjason.agentspeak.action.builtin.collection.multimap.CGetMultiple | Returns a multiple element of a single multimap |
►Corg.lightjason.agentspeak.action.builtin.collection.IMapGetSingle< T > | Abstract class to get a single elements of multiple maps |
Corg.lightjason.agentspeak.action.builtin.collection.map.CGetSingle | Returns a single element of all map elements |
Corg.lightjason.agentspeak.action.builtin.collection.multimap.CGetSingle | Returns a single element of all multimap elements |
Corg.lightjason.agentspeak.action.builtin.collection.list.CAdd | Action to add elements to a list |
Corg.lightjason.agentspeak.action.builtin.collection.list.CComplement | Creates the complement between lists |
Corg.lightjason.agentspeak.action.builtin.collection.list.CCreate | Creates a list |
Corg.lightjason.agentspeak.action.builtin.collection.list.CFlat | Unflats any list structure |
Corg.lightjason.agentspeak.action.builtin.collection.list.CFlatConcat | Returns a flat concated list of any term data |
Corg.lightjason.agentspeak.action.builtin.collection.list.CGet | Returns an element of the list by the index |
Corg.lightjason.agentspeak.action.builtin.collection.list.CIntersect | Creates the intersection between lists |
Corg.lightjason.agentspeak.action.builtin.collection.list.CRange | Creates a list with a integer ranged list |
Corg.lightjason.agentspeak.action.builtin.collection.list.CRemove | Removes an element of the list by the index |
Corg.lightjason.agentspeak.action.builtin.collection.list.CReverse | Reverses a list |
Corg.lightjason.agentspeak.action.builtin.collection.list.CSet | Adds an element to the list |
Corg.lightjason.agentspeak.action.builtin.collection.list.CSubList | Returns a sublist within the index range |
Corg.lightjason.agentspeak.action.builtin.collection.list.CSymmetricDifference | Creates the symmetric difference between lists (difference of union and intersection) |
Corg.lightjason.agentspeak.action.builtin.collection.list.CUnion | Creates the union between lists |
Corg.lightjason.agentspeak.action.builtin.collection.list.CUnique | Returns an unique list of the list |
Corg.lightjason.agentspeak.action.builtin.collection.list.CZip | Creates a list of tuples with elements of two lists |
Corg.lightjason.agentspeak.action.builtin.collection.map.CCreate | Creates a hashmap |
Corg.lightjason.agentspeak.action.builtin.collection.map.CKeys | Returns all key values of the map |
Corg.lightjason.agentspeak.action.builtin.collection.map.CRemove | Removes elements from the map |
Corg.lightjason.agentspeak.action.builtin.collection.map.CValues | Returns all values of the map |
Corg.lightjason.agentspeak.action.builtin.collection.multimap.CAsMap | Returns the multimap as map |
Corg.lightjason.agentspeak.action.builtin.collection.multimap.CCreate | Creates a multi-hashmap |
Corg.lightjason.agentspeak.action.builtin.collection.multimap.CKeys | Returns all key values of the multimap |
Corg.lightjason.agentspeak.action.builtin.collection.multimap.CValues | Returns all values of the multimap |
Corg.lightjason.agentspeak.action.builtin.collection.set.CAdd | Adds an element to the set |
Corg.lightjason.agentspeak.action.builtin.collection.set.CContains | Checks elements are containing in set |
Corg.lightjason.agentspeak.action.builtin.collection.set.CCreate | Action to create a set |
Corg.lightjason.agentspeak.action.builtin.collection.set.CRemove | Removes any argument from the set and returns it |
Corg.lightjason.agentspeak.action.builtin.collection.set.CToList | Converts a set to a list |
Corg.lightjason.agentspeak.action.builtin.collection.tuple.CCreate | Creates a tuple of two elements |
Corg.lightjason.agentspeak.action.builtin.collection.tuple.CFlat | Unflats the tuples into variables |
Corg.lightjason.agentspeak.action.builtin.collection.tuple.CSet | Sets a value within a tuple |
Corg.lightjason.agentspeak.action.builtin.crypto.CCreateKey | Creates an encrypting / decrypting key pair |
Corg.lightjason.agentspeak.action.builtin.crypto.CDecrypt | Dencrypting algorithm for decrypting data |
Corg.lightjason.agentspeak.action.builtin.crypto.CEncrypt | Encrypting algorithm |
Corg.lightjason.agentspeak.action.builtin.crypto.CHash | Hash algorithm |
Corg.lightjason.agentspeak.action.builtin.datetime.CBuild | Builds a date-time object from elements |
►Corg.lightjason.agentspeak.action.builtin.datetime.IBetween | Abstract class to calculate difference between date-time elements |
Corg.lightjason.agentspeak.action.builtin.datetime.CDaysBetween | Returns the days between two dates |
Corg.lightjason.agentspeak.action.builtin.datetime.CHoursBetween | Returns the hours between two dates |
Corg.lightjason.agentspeak.action.builtin.datetime.CMinutesBetween | Returns the minutes between two dates |
Corg.lightjason.agentspeak.action.builtin.datetime.CMonthsBetween | Returns the months between two dates |
Corg.lightjason.agentspeak.action.builtin.datetime.CSecondsBetween | Returns the seconds between two dates |
Corg.lightjason.agentspeak.action.builtin.datetime.CYearsBetween | Returns the years between two dates |
►Corg.lightjason.agentspeak.action.builtin.datetime.IDateTime | Abstract class for date-time access |
Corg.lightjason.agentspeak.action.builtin.datetime.CCreate | Returns a date-time object |
Corg.lightjason.agentspeak.action.builtin.datetime.CDate | Action for getting the current date |
Corg.lightjason.agentspeak.action.builtin.datetime.CTime | Action for getting the current time |
Corg.lightjason.agentspeak.action.builtin.datetime.CZoneid | Returns the zone-id |
►Corg.lightjason.agentspeak.action.builtin.datetime.IPlusMinus | Abstract class to calculate plus / minus on date-time objects |
Corg.lightjason.agentspeak.action.builtin.datetime.CApplyDays | Subtract or adds a number of days |
Corg.lightjason.agentspeak.action.builtin.datetime.CApplyHours | Subtract or adds a number of hours |
Corg.lightjason.agentspeak.action.builtin.datetime.CApplyMinutes | Subtract or adds a number of minutes |
Corg.lightjason.agentspeak.action.builtin.datetime.CApplyMonths | Subtract or adds a number of months |
Corg.lightjason.agentspeak.action.builtin.datetime.CApplyNanoSeconds | Subtract or adds a number of nano-seconds |
Corg.lightjason.agentspeak.action.builtin.datetime.CApplySeconds | Subtract or adds a number of seconds |
Corg.lightjason.agentspeak.action.builtin.datetime.CApplyYears | Subtract or adds a number of years |
Corg.lightjason.agentspeak.action.builtin.generic.CPrint | Action for sum of elements |
Corg.lightjason.agentspeak.action.builtin.generic.CThrow | Action for throwing a runtime execption |
Corg.lightjason.agentspeak.action.builtin.generic.CUuid | Create an uuid |
Corg.lightjason.agentspeak.action.builtin.generic.type.CCreateLiteral | Creates a literal by the input data |
Corg.lightjason.agentspeak.action.builtin.generic.type.CFuzzyReturn | Returns the given arguments as results of the action |
Corg.lightjason.agentspeak.action.builtin.generic.type.CIs | Action to check if a type is a class |
Corg.lightjason.agentspeak.action.builtin.generic.type.CIsNull | Action to check if a value is a null value |
Corg.lightjason.agentspeak.action.builtin.generic.type.CIsNumeric | Action to check if a type is a number |
Corg.lightjason.agentspeak.action.builtin.generic.type.CIsString | Action to check if a type is a string |
Corg.lightjason.agentspeak.action.builtin.generic.type.CType | Returns for each argument the underlying type |
►Corg.lightjason.agentspeak.action.builtin.generic.type.ICast | Abstract class to cast / translate a value |
Corg.lightjason.agentspeak.action.builtin.generic.type.CToNumber | Action to cast a value to a number value |
Corg.lightjason.agentspeak.action.builtin.generic.type.CToString | Converts a value into the string represenation |
►Corg.lightjason.agentspeak.action.builtin.generic.type.IParse | Abstract class to define parsing actions |
Corg.lightjason.agentspeak.action.builtin.generic.type.CParseLiteral | Action for parsing a integer from string |
Corg.lightjason.agentspeak.action.builtin.generic.type.CParseNumber | Action for parsing a number from string |
Corg.lightjason.agentspeak.action.builtin.graph.CAdjacencyMatrix | Creates from a graph the adjacency matrix |
Corg.lightjason.agentspeak.action.builtin.graph.CContainsEdge | Check if a graph contains an edge |
Corg.lightjason.agentspeak.action.builtin.graph.CContainsVertex | Check if a graph contains a vertex |
Corg.lightjason.agentspeak.action.builtin.graph.CCreate | Creates a graph data structure |
Corg.lightjason.agentspeak.action.builtin.graph.CEdgeCount | Returns the number of edges |
Corg.lightjason.agentspeak.action.builtin.graph.CEdges | Returns for a graph all edges |
Corg.lightjason.agentspeak.action.builtin.graph.CSpanningTree | Creates a minimal spanning tree of any graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CVertexCount | Returns the number of vertices |
Corg.lightjason.agentspeak.action.builtin.graph.CVertices | Returns all vertices of a graph |
►Corg.lightjason.agentspeak.action.builtin.graph.IApplyMultiple | Apply class for a single graph with multiple elements |
Corg.lightjason.agentspeak.action.builtin.graph.CAddEdgeMultiple | Add multiple edges to a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CAddVertexMultiple | Adds multiple vertices to a single graph |
Corg.lightjason.agentspeak.action.builtin.graph.CDegreeMultiple | Returns multiple vertex degrees of a single graph |
Corg.lightjason.agentspeak.action.builtin.graph.CEdgeListMultiple | Returns all edges of all vertex tuples for a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CEndPointMultiple | Returns of any edge the vertices from a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CFindEdgeMultiple | Returns all edges between vertices for a graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIncidentCountMultiple | Returns the number of vertices that are incident to each edge of a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIncidentVerticesMultiple | Returns a list of incident vertices of each edge of a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CInDegreeMultiple | Returns the in-degree of multiple vertices of a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CInEdgesMultiple | Returns incomming edges of all vertices of a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIsIncidentMultiple | Checks if a vertex and edge tuple is incident for a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIsNeighborMultiple | Checks all vertex tuple, if the first part is a neighbor of the second one of a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIsPredecessorMultiple | Checks all vertex tuples if the first part the predecessor of the second on a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIsSuccessorMultiple | Checks all vertex tuples if the first part the successor of the second on a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CNeighborsCountMultiple | Returns the number neighbors of each vertices of a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CNeighborsMultiple | Returns the neighbors of each vertex of single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.COppositeMultiple | Returns the opposit of each vertex and edge tuple of a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.COutDegreeMultiple | Returns the out-degree of each vertex of a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.COutEdgesMultiple | Returns outgoing edges of any vertex of a single graph |
Corg.lightjason.agentspeak.action.builtin.graph.CPredecessorCountMultiple | Returns the number of predecessors of any vertex in a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CRemoveEdgeMultiple | Removes edges from any graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CRemoveVertexMultiple | Removes any vertices from a single graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CSuccessorCountMultiple | Returns the number of successors of each vertex of a single graph instance |
►Corg.lightjason.agentspeak.action.builtin.graph.IApplyPathAlgorithm | Abstract class to define path / distance graph algorithms |
Corg.lightjason.agentspeak.action.builtin.graph.CDistancePath | Calculates the distance of two vertices within each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CShortestPath | Calculates the edge list of the shortest path of two vertices within each graph instance |
►Corg.lightjason.agentspeak.action.builtin.graph.IApplySingle | Apply an element on multiple graphs |
Corg.lightjason.agentspeak.action.builtin.graph.CAddEdgeSingle | Adds a single edge to the multiple graph |
Corg.lightjason.agentspeak.action.builtin.graph.CAddVertexSingle | Adds a vertex to the graph |
Corg.lightjason.agentspeak.action.builtin.graph.CDegreeSingle | Returns the vertex degree of multiple graphs |
Corg.lightjason.agentspeak.action.builtin.graph.CEdgeListSingle | Returns all edges of two vertices of each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CEndPointSingle | Returns of an edge the vertices from each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CFindEdgeSingle | Returns an edge between vertices for each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIncidentCountSingle | Returns the number of vertices that are incident to edge of each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIncidentVerticesSingle | Returns a list of incident vertices of an edge of each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CInDegreeSingle | Returns the in-degree of a vertex of multiple graph instances |
Corg.lightjason.agentspeak.action.builtin.graph.CInEdgesSingle | Returns incomming edges of a vertex of each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIsIncidentSingle | Checks if a vertex and an edge incident for each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIsNeighborSingle | Checks if a vertex is neighbor of another vertex of each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIsPredecessorSingle | Checks if a vertex is predecessor of another vertex of each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CIsSuccessorSingle | Checks if a vertex is successor of another vertex of each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CNeighborsCountSingle | Returns the number neighbors of a vertex of each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CNeighborsSingle | Returns the neighbors of a vertex of each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.COppositeSingle | Returns the opposit of a vertex and edge of any graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.COutDegreeSingle | Returns the out-degree of a vertex of each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.COutEdgesSingle | Returns outgoing edges of a vertex of each graph |
Corg.lightjason.agentspeak.action.builtin.graph.CPredecessorCountSingle | Returns the number of predecessors of a vertex in multiple graph instances |
Corg.lightjason.agentspeak.action.builtin.graph.CRemoveEdgeSingle | Remove an edge from any graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CRemoveVertexSingle | Removes a vertex from each graph instance |
Corg.lightjason.agentspeak.action.builtin.graph.CSuccessorCountSingle | Returns the number of successors of a vertex within each graph instance |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CBoolValue | Returns for the index tuple a boolean value |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CColumns | Returns the column number of a bit matrix |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CCopy | Returns a copy of the matrix |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CCreate | Creates a bit matrix |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CDimension | Returns the dimension (rows / columns) of a bit matrix |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CFalseCount | Returns the number of false values |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CHammingDistance | Calculates the hamming distance |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CNot | Performs the logical not operation to all bit matrices |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CNumericValue | Returns for the index tuple a numeric value |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CRows | Returns the row number of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CSize | Returns the size (rows * columns) of the matrix |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CToBlas | Converts the bit matrix to a blas matrix |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CToVector | Converts the bit matrix into a bit vector |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CTrueCount | Returns the number of true values |
►Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.IOperator | Defines an abstract operator for bit matrix |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CAnd | Performs the logical and operation to all bit matrices |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CNAnd | Performs the logical not-and operation to all bit matrices |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.COr | Performs the logical or operation to all bit matrices |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CXor | Performs the logical xor operation to all bit matrices |
►Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.IRowColumn | Abstract class for extracting row / columns form a bit matrix |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CColumn | Returns a single column of a bit matrix |
Corg.lightjason.agentspeak.action.builtin.math.bit.matrix.CRow | Returns a single row of a bit matrix |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CBoolValue | Returns for the index a boolean value |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CClear | Sets the indexed bit to false within the bit vector |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CCopy | Returns a copy of the vector |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CCreate | Creates a bit vector |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CFalseCount | Returns the number of false values |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CHammingDistance | Calculates the hamming distance |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CNot | Performs the logical not operation to all bit vectors |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CNumericValue | Returns for the index a numeric value |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CRange | Returns a new bit vector, based on the current |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CSet | Sets bit position by index and value |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CSize | Returns the size of the vector |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CToBlas | Converts the bit vector to a blas vector |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CToList | Returns the long values of the bit vector as list |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CTrueCount | Returns the number of true values |
►Corg.lightjason.agentspeak.action.builtin.math.bit.vector.IOperator | Defines an abstract operator for bit vector |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CAnd | Performs the logical and operation to all bit vectors |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CNAnd | Performs the logical not-and operation to all bit vectors |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.COr | Performs the logical or operation to all bit vectors |
Corg.lightjason.agentspeak.action.builtin.math.bit.vector.CXor | Performs the logical xor operation to all bit vectors |
Corg.lightjason.agentspeak.action.builtin.math.blas.CElementWise | Elementweise vector / matrix operation |
Corg.lightjason.agentspeak.action.builtin.math.blas.CSize | Returns the elements within the BLAS structure |
►Corg.lightjason.agentspeak.action.builtin.math.blas.IAlgebra | Blas algebra operations e.g |
Corg.lightjason.agentspeak.action.builtin.math.blas.CMultiply | Defines matrix- / vector-products |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CColumnSum | Returns the column-sum of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CCondition | Returns the condition of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CDeterminant | Returns the determinant of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CDiagonal | Returns a diagonal matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CGraphLaplacian | Creates the graph laplacian |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CIdentity | Returns the identity matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CInfinityNorm | Returns the infinitiy-norm of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CInvert | Inverts the matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CMatrixNorm | Returns the frobenius- / matrix-norm of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CNormalizedGraphLaplacian | Creates the normalized graph laplacian |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.COneNorm | Returns the one-norm of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CPerronFrobenius | Calculates the largest eigenvector with perron-frobenius theorem |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CPower | Returns the matrix power |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CRank | Rank of the matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CRowSum | Returns the row-sum of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CSolve | Solver of matrix-equation |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CSubMatrix | Returns a submatrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CTrace | Creates the trace of the matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CTranspose | Transpose a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CTwoNorm | Returns the two-norm of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CAssign | Assigns a value or matrix to all elements |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CColumn | Returns a single column of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CColumns | Returns the column number of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CCopy | Returns a copy of the matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CCreate | Creates a dense- or sparse-matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CDimension | Returns the dimension (rows / columns) of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CEigen | Creates the real eigenvalues and eigenvectors of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CGet | Returns a single element of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CNonZero | Returns the number of non-zero cells |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CParse | Creates a dense- or sparse-matrix from a string |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CRow | Returns a single row of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CRows | Returns the row number of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CSet | Set a single element of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CSingularValue | Creates the singular value decomposition of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CSum | Returns sum of a matrix |
Corg.lightjason.agentspeak.action.builtin.math.blas.matrix.CToList | Converts a matrix rowise to a list |
Corg.lightjason.agentspeak.action.builtin.math.blas.vector.CAssign | Assigns a value or vector to all elements |
Corg.lightjason.agentspeak.action.builtin.math.blas.vector.CCopy | Returns a copy of the vector |
Corg.lightjason.agentspeak.action.builtin.math.blas.vector.CCreate | Creates a dense- or sparse-vector |
Corg.lightjason.agentspeak.action.builtin.math.blas.vector.CDotProduct | Returns dot-product of vectors |
Corg.lightjason.agentspeak.action.builtin.math.blas.vector.CFromList | Creates a dense- or sparse-vector from a list |
Corg.lightjason.agentspeak.action.builtin.math.blas.vector.CGet | Returns a single element of a vector |
Corg.lightjason.agentspeak.action.builtin.math.blas.vector.CNonZero | Returns the number of non-zero cells |
Corg.lightjason.agentspeak.action.builtin.math.blas.vector.CParse | Creates a dense- or sparse-vector from as string |
Corg.lightjason.agentspeak.action.builtin.math.blas.vector.CSet | Set a single element of a vector |
Corg.lightjason.agentspeak.action.builtin.math.blas.vector.CSum | Returns sum of a vector |
Corg.lightjason.agentspeak.action.builtin.math.blas.vector.CToList | Converts a vector to a list |
Corg.lightjason.agentspeak.action.builtin.math.CAbs | Action for absolute value |
Corg.lightjason.agentspeak.action.builtin.math.CACos | Action for arc cosinus value |
Corg.lightjason.agentspeak.action.builtin.math.CASin | Action for arc sinus value |
Corg.lightjason.agentspeak.action.builtin.math.CATan | Action for tangens value |
Corg.lightjason.agentspeak.action.builtin.math.CAverage | Action for average |
Corg.lightjason.agentspeak.action.builtin.math.CBinomial | Action for calculating binomial coefficient |
Corg.lightjason.agentspeak.action.builtin.math.CCeil | Action for ceil value |
Corg.lightjason.agentspeak.action.builtin.math.CCos | Action for cosinus value |
Corg.lightjason.agentspeak.action.builtin.math.CCosh | Action for cosinus hyperbolic value |
Corg.lightjason.agentspeak.action.builtin.math.CDegrees | Action for converting angle value to degree value |
Corg.lightjason.agentspeak.action.builtin.math.CExp | Action for exponential value |
Corg.lightjason.agentspeak.action.builtin.math.CFactorial | Action for calculating factorial |
Corg.lightjason.agentspeak.action.builtin.math.CFloor | Action for floor value |
Corg.lightjason.agentspeak.action.builtin.math.CGeometricMean | Action for geometric mean |
Corg.lightjason.agentspeak.action.builtin.math.CHarmonicMean | Action for harmonic mean |
Corg.lightjason.agentspeak.action.builtin.math.CHypot | Action for calculating the euclidian length |
Corg.lightjason.agentspeak.action.builtin.math.CIsPrime | Action for checking for a prime number |
Corg.lightjason.agentspeak.action.builtin.math.CLog | Action for logarithm value |
Corg.lightjason.agentspeak.action.builtin.math.CLog10 | Action for logarithm (base 10) value |
Corg.lightjason.agentspeak.action.builtin.math.CMax | Action for maximum |
Corg.lightjason.agentspeak.action.builtin.math.CMaxIndex | Action for index of maximum |
Corg.lightjason.agentspeak.action.builtin.math.CMin | Action for minimum |
Corg.lightjason.agentspeak.action.builtin.math.CMinIndex | Action for index of minimum |
Corg.lightjason.agentspeak.action.builtin.math.CNextPrime | Action for create the next prime number |
Corg.lightjason.agentspeak.action.builtin.math.CPow | Action for pow |
Corg.lightjason.agentspeak.action.builtin.math.CPrimeFactors | Action for creating prime factors list |
Corg.lightjason.agentspeak.action.builtin.math.CRadians | Action for converting degree value into radian |
Corg.lightjason.agentspeak.action.builtin.math.CRound | Action for rounded value |
Corg.lightjason.agentspeak.action.builtin.math.CSigmoid | Action for calculating a parameterized sigmoid function |
Corg.lightjason.agentspeak.action.builtin.math.CSignum | Action for signum value |
Corg.lightjason.agentspeak.action.builtin.math.CSin | Action for sinus value |
Corg.lightjason.agentspeak.action.builtin.math.CSinh | Action for sinus hyperbolic value |
Corg.lightjason.agentspeak.action.builtin.math.CSqrt | Action for sqrt value |
Corg.lightjason.agentspeak.action.builtin.math.CStirling | Action for calculating stirling number |
Corg.lightjason.agentspeak.action.builtin.math.CSum | Action for sum of elements |
Corg.lightjason.agentspeak.action.builtin.math.CTan | Action for tangens value |
Corg.lightjason.agentspeak.action.builtin.math.CTanh | Action for tangens hyperbolic value |
Corg.lightjason.agentspeak.action.builtin.math.interpolate.CCreate | Action to create a spline interpolation |
Corg.lightjason.agentspeak.action.builtin.math.interpolate.CMultipleInterpolate | Action to create interpolated values |
Corg.lightjason.agentspeak.action.builtin.math.interpolate.CSingleInterpolate | Action to create interpolated values |
Corg.lightjason.agentspeak.action.builtin.math.linearprogram.CCreate | Action to create a linear program |
Corg.lightjason.agentspeak.action.builtin.math.linearprogram.CSolve | Solves the linear program and returns the solution |
►Corg.lightjason.agentspeak.action.builtin.math.linearprogram.IConstraint | Abstract class for constraint actions |
Corg.lightjason.agentspeak.action.builtin.math.linearprogram.CEquationConstraint | Add a linear equation constraint to the LP |
Corg.lightjason.agentspeak.action.builtin.math.linearprogram.CValueConstraint | Add a linear value constraint to the LP |
Corg.lightjason.agentspeak.action.builtin.math.shape.CInCircle | Action check if a point is within a circle |
Corg.lightjason.agentspeak.action.builtin.math.shape.CInRectangle | Action check if a point within a rectangle |
Corg.lightjason.agentspeak.action.builtin.math.shape.CInTriangle | Action check if a point is within a triangle |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CAddStatisticValue | Action to push a values to the statistic object |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CClearStatistic | Action to clears the statistic |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CCreateDistribution | Creates a distribution object |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CCreateStatistic | Action to create a statistic |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CMultiplePercentile | Returns percentile value |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CMultipleStatisticValue | Gets multiple statistic values of a single statistic object |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CRandomSample | Create a (set) of random values |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CRandomSimple | Create a (set) of simple random values |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CSinglePercentile | Returns for any static object a percentile value |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CSingleStatisticValue | Gets a single statistic value of multiple statistic objects |
►Corg.lightjason.agentspeak.action.builtin.math.statistic.ISelection | Abstract class for creating a selection one element of a list based on a fitness weight |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CExponentialSelection | Action to define a fitness-proportinate-selection mechanism |
Corg.lightjason.agentspeak.action.builtin.math.statistic.CLinearSelection | Action to define a exponential fitness-proportinate-selection mechanism |
►Corg.lightjason.agentspeak.action.builtin.storage.IStorage | Storage default definitions |
Corg.lightjason.agentspeak.action.builtin.storage.CAdd | Adds or overwrites an element in the agent-storage |
Corg.lightjason.agentspeak.action.builtin.storage.CClear | Removes all elements of the storage |
Corg.lightjason.agentspeak.action.builtin.storage.CExists | Check if an element exists within the agent-storage |
Corg.lightjason.agentspeak.action.builtin.storage.CRemove | Removes an element by name from the storage |
Corg.lightjason.agentspeak.action.builtin.string.CBase64Decode | Action to decodes a string with Base64 |
Corg.lightjason.agentspeak.action.builtin.string.CBase64Encode | Action to encodes a string with Base64 |
Corg.lightjason.agentspeak.action.builtin.string.CConcat | Action to concat / join all strings |
Corg.lightjason.agentspeak.action.builtin.string.CContains | Action to check string for containing another string |
Corg.lightjason.agentspeak.action.builtin.string.CEndsWith | Action to check string for ends-with |
Corg.lightjason.agentspeak.action.builtin.string.CLevenshtein | Calculates the levenshtein distance |
Corg.lightjason.agentspeak.action.builtin.string.CLower | Action to create a lower-case string |
Corg.lightjason.agentspeak.action.builtin.string.CNCD | Calculates the normalized-compression-distance |
Corg.lightjason.agentspeak.action.builtin.string.CRandom | Action to create random strings, with a definied length |
Corg.lightjason.agentspeak.action.builtin.string.CReplace | Action to replace all occurence within a string |
Corg.lightjason.agentspeak.action.builtin.string.CReverse | Action to reverse a string |
Corg.lightjason.agentspeak.action.builtin.string.CSize | Action to get the string length |
Corg.lightjason.agentspeak.action.builtin.string.CStartsWith | Action to check string for starts-with |
Corg.lightjason.agentspeak.action.builtin.string.CUpper | Action to create an upper-case string |
►Corg.lightjason.agentspeak.action.builtin.web.IBaseWeb | Web base action class |
►Corg.lightjason.agentspeak.action.builtin.web.graphql.IBaseGraphQL | Base graphql access |
Corg.lightjason.agentspeak.action.builtin.web.graphql.CQueryLiteral | Action to run graphql query by a literal |
Corg.lightjason.agentspeak.action.builtin.web.graphql.CQueryNative | Action to run a graphql query by a native graphql query |
►Corg.lightjason.agentspeak.action.builtin.web.rest.IBaseRest | Base class to read data from the restful service |
Corg.lightjason.agentspeak.action.builtin.web.rest.CJsonList | Action for calling a restful webservice with a JSON object list |
Corg.lightjason.agentspeak.action.builtin.web.rest.CJsonObject | Action for calling a restful webservice with a JSON object |
Corg.lightjason.agentspeak.action.builtin.web.rest.CXMLObject | Action to call a restful webservice with XML data |
Corg.lightjason.agentspeak.agent.TestCAgent.CEmptyPrint | Empty print action |
Corg.lightjason.agentspeak.agent.TestCAgent.CTestResult | Test action |
Corg.lightjason.agentspeak.agent.TestCAgentExecution.CLog | Log action |
Corg.lightjason.agentspeak.agent.TestCAgentExecution.CStop | Stop action |
Corg.lightjason.agentspeak.agent.TestCHanoiTowers.CEmptyPrint | Empty print action |
Corg.lightjason.agentspeak.agent.TestCHanoiTowers.CStop | Stop action |
Corg.lightjason.agentspeak.agent.TestCHanoiTowers.CTowerPop | Pops an elements from a tower |
Corg.lightjason.agentspeak.agent.TestCHanoiTowers.CTowerPush | Pushs a slice to a tower |
Corg.lightjason.agentspeak.agent.TestCHanoiTowers.CTowerSize | Returns the number of elements of an tower |
Corg.lightjason.agentspeak.beliefbase.TestCViewMap.CEmptyPrint | Empty print action |
Corg.lightjason.agentspeak.beliefbase.TestCViewMap.CTestResult | Test action |
Corg.lightjason.agentspeak.language.execution.action.CProxyAction | Proxy action to encapsulate all actions |
Corg.lightjason.agentspeak.language.execution.action.CProxyAction.CActionWrapper | Inner class for encapsulating action execution |
Corg.lightjason.agentspeak.language.execution.action.CProxyAction.CTermWrapper< T extends ITerm > | Inner class for encapsulating term values (variable / raw terms) |
►Corg.lightjason.agentspeak.language.execution.action.IBaseExecution< T > | Test goal action |
Corg.lightjason.agentspeak.language.execution.action.achievement_test.IAchievementGoal< T extends ITerm > | Abstract achievement-goal class for goal execution |
Corg.lightjason.agentspeak.language.execution.action.achievement_test.IAchievementRule< T extends ITerm > | Abstract class for execute a logical-rule |
►Corg.lightjason.agentspeak.language.execution.action.achievement_test.ITest | Abstract class of test-goal / test-rule action |
Corg.lightjason.agentspeak.language.execution.action.achievement_test.CTestGoal | Test-goal action |
Corg.lightjason.agentspeak.language.execution.action.achievement_test.CTestRule | Test-rule action |
Corg.lightjason.agentspeak.language.execution.action.CRawAction< T > | Encapsulate class for any non-executable data type e.g |
►Corg.lightjason.agentspeak.language.execution.action.unify.CDefaultUnify | Unify action |
Corg.lightjason.agentspeak.language.execution.action.unify.CExpressionUnify | Unify expression |
Corg.lightjason.agentspeak.language.execution.action.unify.CVariableUnify | Unify a literal |
►Corg.lightjason.agentspeak.language.execution.expression.IExpression | Expression interface |
Corg.lightjason.agentspeak.language.execution.expression.CAtom | Atom expression |
Corg.lightjason.agentspeak.language.execution.expression.CProxyReturnExpression< T extends IExecution > | Encpasulating any execution context |
►Corg.lightjason.agentspeak.language.execution.expression.IBinaryExpression | Interface of any binary expression type |
►Corg.lightjason.agentspeak.language.execution.expression.IBaseBinary | Binary expression |
Corg.lightjason.agentspeak.language.execution.expression.logical.CBinary | Logical binary expression |
Corg.lightjason.agentspeak.language.execution.expression.numerical.CAdditive | Additve binary expression |
Corg.lightjason.agentspeak.language.execution.expression.numerical.CComparable | Comparable binary expression |
Corg.lightjason.agentspeak.language.execution.expression.numerical.CMultiplicative | Multiplicative binary expression |
Corg.lightjason.agentspeak.language.execution.expression.numerical.CPower | Power binary expression |
Corg.lightjason.agentspeak.language.execution.expression.numerical.CRelational | Numerical relation expression |
►Corg.lightjason.agentspeak.language.execution.expression.IUnaryExpression | Interface of unary expressions |
►Corg.lightjason.agentspeak.language.execution.expression.IBaseUnary | Base unary expression |
Corg.lightjason.agentspeak.language.execution.expression.logical.CUnary | Logical unary expression |
►Corg.lightjason.agentspeak.language.execution.expressionbinary.IBinaryExpression | Interface of a binary expression |
Corg.lightjason.agentspeak.language.execution.expressionbinary.COperatorAssign | Assign operator expression |
►Corg.lightjason.agentspeak.language.execution.expressionunary.IUnaryExpression< T > | Interface of variable unary expression |
Corg.lightjason.agentspeak.language.execution.expressionunary.CDecrement< T extends Number > | Unary increment |
Corg.lightjason.agentspeak.language.execution.expressionunary.CIncrement< T extends Number > | Unary increment |
►Corg.lightjason.agentspeak.language.instantiable.IInstantiable | Interface for (instantiable) plans and logical-rules |
►Corg.lightjason.agentspeak.language.instantiable.IBaseInstantiable | Base structure of instantiable elements |
Corg.lightjason.agentspeak.action.builtin.TestCActionAgent.CEmptyPlan | Empty plan |
Corg.lightjason.agentspeak.language.instantiable.plan.CPlan | Plan structure |
Corg.lightjason.agentspeak.language.instantiable.rule.CRule | Rule structure |
►Corg.lightjason.agentspeak.language.instantiable.plan.IPlan | Interface of plan |
Corg.lightjason.agentspeak.action.builtin.TestCActionAgent.CEmptyPlan | Empty plan |
Corg.lightjason.agentspeak.language.instantiable.plan.CPlan | Plan structure |
►Corg.lightjason.agentspeak.language.instantiable.rule.IRule | Interface of logical rule |
Corg.lightjason.agentspeak.language.instantiable.rule.CRule | Rule structure |
Corg.lightjason.agentspeak.language.instantiable.rule.CRulePlaceholder | Placeholder rule to define correct rule referencing |
Corg.lightjason.agentspeak.language.instantiable.plan.trigger.ITrigger | Event definition |
Corg.lightjason.agentspeak.language.ITerm | Term interface |
►CStack | |
Corg.lightjason.agentspeak.agent.TestCHanoiTowers.CTower | Tower |
►CVoidVisitorAdapter | |
Corg.lightjason.agentspeak.TestCLanguageLabels.CJavaVistor | AST visitor class |