πŸͺœ<AUX>_Interfaces Class Doc.

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.

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.

20:49:49 ~ [es][v]@[Postular(NA)]/[y1]: vg
(SYS: Started vg-session at 20:49:57)
| Showing 1 example(s):
|   0) No poseer ese ΓΊltimo momento con una persona cercana, prΓ‘cticamente perder el pasado, es postulado brillantemente como una nueva fuente de trauma.
>> This is a mock example line.
| Added the last example.
>>
(SYS: Ended vg-session at 20:50:10)

20:49:49 ~ [es][v]@[Postular(NA)]/[y1]: vg
(SYS: Started vg-session at 20:50:11)
| Showing 2 example(s):
|   0) No poseer ese ΓΊltimo momento con una persona cercana, prΓ‘cticamente perder el pasado, es postulado brillantemente como una nueva fuente de trauma.
|   1) This is a mock example line.
>> del 1
| Removed 1 example(s).
>>
(SYS: Ended vg-session at 20:50:38)

20:49:49 ~ [es][v]@[Postular(NA)]/[y1]: vg
(SYS: Started vg-session at 20:50:39)
| Showing 2 example(s):
|   0) No poseer ese ΓΊltimo momento con una persona cercana, prΓ‘cticamente perder el pasado, es postulado brillantemente como una nueva fuente de trauma.
>>
(SYS: Ended vg-session at 20:50:38)

3. GB_Interface

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.

19:42:40 ~ [es][n]@[LecciΓ³n(NA)]/[y1]: grabbed
(SYS: Started edit-session at 19:44:58)
No nodes grabbed yet.
>>
Brief reminder about the Centrality Algorithm

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).


(SYS: Started edit-session at 19:49:38)
...
>> ls
| Grabbed 6 nodes:
|   1) es-j:Encantado(NA)     : 1.0000 | β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
|   2) es-n:Vino blanco(NA)   : 0.3330 | β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆ
|   3) es-j:Tarado(NA)        : 0.1160 | β–ˆβ–ˆ
|   4) es-j:En mal estado(NA) : 0.0520 | β–ˆ
|   5) es-n:Disciplina(NA)    : 0.0000 |
|   6) es-j:Caluroso(NA)      : 0.0000 |
>>

Last updated