Changes

MROCLS GROUPEDTASK

682 bytes added, 07:59, 12 October 2023
|}
=== Interface and Custom Code ===
 
The MRO Grouped Task Classification necessitates knowledge about all the tasks in a group. From the point of view of one task, we can call the other tasks "siblings". These siblings are all other tasks that are in the same group as the current one.
 
As an engineer, you are free to choose how these siblings are evaluated, but we have to tell UBIK about the result.
Therefore, the classification requires an implementation of the following method:
 
<syntaxhighlight lang="csharp">
public IEnumerable<UBIK.MRO.IGroupedTask> Siblings();
</syntaxhighlight>
 
It can be added in the respective MetaClass's custom code using UBIK.Studio's Code Editor.
== See also ==
1,606
edits