Available translations
loading results
Indicator Bot
An indicator bot is an algorithm that processes information that other bots have generated, and produces elaborate datasets for others to consume.
Un Indicator Bot es un algoritmo que procesa información que otros bots han generado y produce conjuntos de datos elaborados para que otros los consuman.
Indicator Bot - это алгоритм, который обрабатывает информацию, сгенерированную другими ботами, и создает сложные наборы данных для использования другими.
Ein Indikator-Bot ist ein Algorithmus, der Informationen verarbeitet, die andere Bots generiert haben, und umfangreiche Datensätze erstellt, die von anderen genutzt werden können.
Gösterge botu, diğer botların oluşturduğu bilgileri işleyen ve diğerlerinin kullanabilmesi için ayrıntılı veri kümeleri üreten bir algoritmadır.
Content
The indicator bot node holds all definitions required for an indicator bot to function. Definitions are split between the definition of processes and products. Processes are algorithms that go through an input dataset, perform certain calculations, and produce an output. Products are the outcome of the work produced by these algorithms, in the form of elaborate data sets.
Die indicator bot node enthält alle Definitionen, die für die Funktion eines indicator bot erforderlich sind. Die Definitionen sind aufgeteilt in die Definition von Prozessen und Produkten. Prozesse (Processes) sind Algorithmen, die einen Eingabedatensatz durchlaufen, bestimmte Berechnungen durchführen und eine Ausgabe erzeugen. Products sind das Ergebnis der von diesen Algorithmen geleisteten Arbeit in Form von ausgearbeiteten Datensätzen.
Узел Indicator Bot содержит все определения, необходимые для функционирования индикаторного бота. Определения делятся на определение процессов и продуктов. Процессы - это алгоритмы, которые обрабатывают входной набор данных, выполняют определенные вычисления и производят выходные данные. Продукты - это результат работы этих алгоритмов, в виде сложных наборов данных.
El nodo del Indicator Bot contiene todas las definiciones necesarias para que un Indicator Bot funcione. Las definiciones se dividen entre la definición de procesos y productos. Los procesos son algoritmos que recorren un conjunto de datos de entrada, realizan ciertos cálculos y producen una salida. Los productos son el resultado del trabajo producido por estos algoritmos, en forma de conjuntos de datos elaborados.
Gösterge botu düğümü, bir gösterge botunun çalışması için gereken tüm tanımları içerir. Tanımlar, süreçlerin ve ürünlerin tanımı arasında bölünmüştür. İşlemler, bir girdi veri kümesinden geçen, belirli hesaplamaları gerçekleştiren ve bir çıktı üreten algoritmalardır. Ürünler, ayrıntılı veri kümeleri biçiminde bu algoritmalar tarafından üretilen çalışmanın sonucudur.
Most of the behavior expected from an indicator bot is defined by the structure of nodes in the hierarchy and the references among the nodes within these definitions. As such, you do not need to code any of the functions that make up the infrastructure functionality. Dependencies, outputs, data structures, execution sequences, and several other problems are handled by the definitions embodied in the structure of nodes that make up an indicator, and are configured in the visual environment of the design space. Coding is limited to the actual calculation and data building procedures.
Der Großteil des von einem indicator-Bot erwarteten Verhaltens wird durch die Struktur der nodes in der hierarchy und die references (Verweise) zwischen den nodes innerhalb dieser Definitionen festgelegt. Daher müssen Sie keine der Funktionen, die die infrastructure functionality ausmachen, programmieren. Dependencies, outputs, data structures, execution sequences und verschiedene andere Probleme werden durch die Definitionen in der Struktur der nodes, aus denen ein indicator bot besteht, gehandhabt und werden in der visuellen Umgebung des Design Space konfiguriert. Die Programmierung beschränkt sich auf die eigentlichen Berechnungs/Datenaufbau -Verfahren.
Большая часть поведения, ожидаемого от индикаторного бота, определяется структурой узлов в иерархии и ссылками между узлами в этих определениях. Таким образом, вам не нужно кодировать какие-либо функции, составляющие функциональность инфраструктуры. Зависимости, выходы, структуры данных, последовательности выполнения, и несколько других проблем решаются с помощью определений, воплощенных в структуре узлов, составляющих индикатор, и конфигурируются в визуальной среде пространства проектирования. Кодирование ограничивается фактическими процедурами расчета и построения данных.
La mayor parte del comportamiento que se requiere de un bot indicador está definido por la estructura de los nodos en la jerarquía y las referencias entre los nodos dentro de estas definiciones. Como tal, no es necesario que codifique ninguna de las funciones que componen la funcionalidad de la infraestructura. Las dependencias, las salidas, las estructuras de datos, las secuencias de ejecución y varios otros problemas son manejados por las definiciones plasmadas en la estructura de nodos que componen un indicador, y se configuran en el entorno visual del espacio de diseño. La codificación se limita a los procedimientos reales de cálculo y construcción de datos.
Bir gösterge botundan beklenen davranışların çoğu, hiyerarşideki düğümlerin yapısı ve bu tanımlar içindeki düğümler arasındaki referanslar tarafından tanımlanır. Böylelikle altyapı fonksiyonelliğini oluşturan fonksiyonların hiçbirini kodlamanıza gerek kalmaz. Bağımlılıklar, çıktılar, veri yapıları, yürütme dizileri ve diğer birçok sorun, bir gösterge oluşturan düğümlerin yapısında yer alan tanımlar tarafından ele alınır ve tasarım alanının görsel ortamında yapılandırılır. Kodlama, gerçek hesaplama ve veri oluşturma prosedürleriyle sınırlıdır.
Configuring
Indicator Bot Configuration
Indicator Bot Konfiguration:
Конфигурация Indicator Bot
Configuración del Indicator Bot
Gösterge Botu Yapılandırması
Properties
Свойства
Propiedades
Özellikler
-
codeName
is the name of the bot as used within the code of the system.
-
codeName
ist der Name des Bots, wie er im (Programm)-Code des Systems verwendet wird.
-
codeName
- это название бота, используемое в коде системы.
-
codeName
es el nombre del bot tal y como se utiliza en el código del sistema.
-
codeName
sistem kodunda kullanılan botun adıdır.
Initial Values
These are the Initial Values for Indicator Bot configuration:
{
"codeName": ""
}
Examples
This is a list of properties featured by the Indicator Bot configuration. Expanding a property shows sample values for the property extracted from the current Workspace.
Indicator Bot Menu
The Indicator Bot node has the following Node Menu items:
The Configure menu item has the following properties:
- action: Configure
- label: Configure
- iconPathOn: configuration
- iconPathOff: configuration
- dontShowAtFullscreen: true
- actionFunction:
uiObject.configEditor.activate
- actionProject: Foundations
The Add Process Definition menu item has the following properties:
- action: Add UI Object
- label: Add Process Definition
- relatedUiObject: Process Definition
- relatedUiObjectProject: Foundations
- actionFunction:
payload.executeAction
- actionProject: Visual-Scripting
The Add Product Definition menu item has the following properties:
- action: Add UI Object
- label: Add Product Definition
- relatedUiObject: Product Definition
- relatedUiObjectProject: Foundations
- actionFunction:
payload.executeAction
- actionProject: Visual-Scripting
The Delete menu item has the following properties:
- action: Delete UI Object
- actionProject: Visual-Scripting
- askConfirmation: true
- confirmationLabel: Confirm to Delete
- label: Delete
- iconPathOn: delete-entity
- iconPathOff: delete-entity
- actionFunction:
payload.executeAction
Tip: When a menu item is grayed out, it means that Indicator Bot already has the required child type that the menu item may add, and only that child is allowed for that case.
Indicator Bot Children
The Indicator Bot node has the following childrenNodesProperties:
The Processes node property features the following properties:
- name: processes
- type: array
- childType: Process Definition
- autoAdd: true
- project: Foundations
The Products node property features the following properties:
- name: products
- type: array
- childType: Product Definition
- autoAdd: true
- project: Foundations
Indicator Bot Attaching Rules
The following are the Node Attaching Rules that govern the attachment of Indicator Bot with other nodes:
Compatible Types: