|
FUNCTION make_aggregate_join (input1 : SET [0:?] OF Inter_stratum_join_relationship; input2 : SET [0:?] OF Intra_stratum_join_relationship; input3 : SET [0:?] OF Stratum_embedded_physical_component_join_relationship; input4 : SET [0:?] OF Unrouted_join_relationship) : SET [0:?] OF Join_relationship; LOCAL |
|
public class FMake_aggregate_join public static Value run(SdaiContext _context, Value input1, Value input2, Value input3, Value input4) |