Msg¶
-
class
Msg¶ -
getE1()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
getE2()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
getSrcFieldsOnE1()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
getDestFieldsOnE2()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
getSrcFieldsOnE2()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
getDestFieldsOnE1()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
getAdjacent()¶ (destination message field) Requests field value. The requesting Element must provide a handler for the returned value.
-
e1¶ Id (value field) Id of source Element.
-
e2¶ Id (value field) Id of source Element.
-
srcFieldsOnE1¶ vector<string> (value field) Names of SrcFinfos for messages going from e1 to e2. There arematching entries in the destFieldsOnE2 vector
-
destFieldsOnE2¶ vector<string> (value field) Names of DestFinfos for messages going from e1 to e2. There arematching entries in the srcFieldsOnE1 vector
-
srcFieldsOnE2¶ vector<string> (value field) Names of SrcFinfos for messages going from e2 to e1. There arematching entries in the destFieldsOnE1 vector
-
destFieldsOnE1¶ vector<string> (value field) Names of destFinfos for messages going from e2 to e1. There arematching entries in the srcFieldsOnE2 vector
-
adjacent¶ ObjId,ObjId (lookup field) The element adjacent to the specified element
-