Skip to the content.

KLEPExecutableBase: The Foundation of Execution

The KLEPExecutableBase class serves as the foundational structure for all executable behaviors in the KLEP system. It unifies the Sensor-Action-Router-Goal (SARG) architecture under a single framework, enabling seamless integration of diverse behaviors while maintaining clarity and modularity.


What is an Executable?

In KLEP, an executable is any behavior that interacts with the environment or the system through keys and locks. It can:

Executables are self-contained and context-sensitive, dynamically adapting to the state of the system through their interactions with keys and locks.


The SARG System

The SARG (Sensor, Action, Router, Goal) paradigm categorizes executables into four distinct types:

1. Sensors

2. Actions

3. Routers

4. Goals

Goals are a special type of executable and can recursively manage other goals, creating a hierarchical structure for complex behaviors.


The Lifecycle of an Executable

Executables operate within a key-lock-executable cycle:

  1. Key Creation: Keys are created or modified, influencing the system’s state.
  2. Lock Validation: Locks check if the required conditions are met, using the keys in the system.
  3. Execution: If locks are satisfied, the executable performs its task and potentially releases new keys, restarting the cycle.

This cycle ensures behaviors are interdependent and dynamically responsive.


Core Features of KLEPExecutableBase

1. Key and Lock Management

Executables maintain their own sets of:

Locks are instantiated as unique instances during initialization, ensuring that each executable operates independently.

2. Tandem Execution

3. Attraction-Based Decision Making

4. Centralized Updates


Executable Hierarchy

The KLEPExecutableBase establishes a hierarchy where all executables share core functionality while allowing for customization through inheritance. Key methods include:

Initialization

Validation and Execution

Attraction Calculation

Event Management


The Power of Modularity

By adhering to the SARG framework, the KLEPExecutableBase facilitates the creation of highly modular systems:


A Developer-Friendly Approach

To simplify the design of large systems, the KLEPExecutableBase employs a shorthand methodology:

Developers can write descriptions and conditions for each behavior vertically, creating a clear, cyberpunk-inspired visualization of the system’s flow.


Strengths and Limitations

Strengths

Limitations


Conclusion

The KLEPExecutableBase is the backbone of the KLEP system, enabling dynamic, modular behaviors across a wide range of applications. Its integration of the SARG framework ensures that sensors, actions, routers, and goals work seamlessly together, providing a powerful toolkit for developers to build responsive, scalable systems.