🪜<AUX>_Interfaces Class Doc.

circle-info

In the PrimaryInterface, using the ?/help command (or typing ?/help <command>) offers detailed information about available commands and their specific features. It's important to note that this identical behavior applies to AUX_interfaces as well.

1. LS_Interface

When executing ls on a Node with only a single field selected in the placeholder's fielding region, the LS_Interface is activated. This interface enables interaction following the display of nodes contained within the current node.

Here's a list of the commands available for use in this context.

circle-info

Note that the DEL, GRAB, MV and CP functions support ranges insted of single indexes. That is, they can process 5-8 instead of 5 6 7 8 .

This command takes one and only argument index and changes the current node context in the parent CLI (SKCLI). The index is expected to be an integer (or a string that can be converted to an integer) and is used to select the node from the listed_nodes list.


18:25:32 ~ [es][n]@[Cocodrilo(NA)]/[y1]: ls
(SYS: Started edit-session at 18:42:41)
| Showing 6/6 results.
| 1. Aligátor  | 3. Caimán negro  | 5. Reptil
| 2. Caimán    | 4. Depredador    | 6. Saurio
>> cd 1
18:42:44 ~ [es][n]@[Aligátor(NA)]/[y1]:

2. VG_Interface

VG_Interface is a conceptual tool rather than a formal class interface in our system. It functions as a code stratagem through the input in PrimaryInterface to emulate an interface. This approach is chosen due to its simplicity, which doesn't justify the effort of programming an auxiliary Command Line Interface (CLI).

The VG_Interface primarily allows for the addition of examples simply by typing them directly into the prompt. Additionally, it supports the removal of these examples using the 'del' command. Beyond these functionalities, the VG_Interface does not offer further complexity or features. This design choice keeps the interface straightforward and user-friendly, focusing on essential tasks without overcomplicating the user experience.

3. GB_Interface

circle-info

The method of grabbing nodes is primarily explained in the Primary Interface, although there are additional ways to grab nodes directly from within the GB Interface itself.

The GB_Interface (Grabbed Nodes Interface) is designed for managing nodes that are specifically marked for use in searches. It's a specialized environment within the command-line interface, activated by using the command grabbed.

chevron-rightBrief reminder about the Centrality Algorithmhashtag

High centrality scores may not always imply strong cohesion within a single group; they can also indicate nodes bridging disparate groups with weak or dispersed connections. Understanding network context is crucial for accurate interpretation.

Now, let's explore the key methods of the GB Interface:

Reinvokes the display function to show the current grabbed nodes, providing an updated view of the grabbed nodes list. One of the key aspects of this command is that the centralities are also displayed and represented (calculated through the Graph Serach Algorithms centrality function).


Last updated