The Ember+ Documentation (Glow DTD ASN.1 Notation) defines ConnectionOperation as follows:
ConnectionOperation ::=
INTEGER {
absolute (0), -- default. sources contains absolute information
connect (1), -- nToN only. sources contains sources to add to connection
disconnect (2) -- nToN only. sources contains sources to remove from connection
}
The Issue: The documentation states that connect (1) and disconnect (2) are for nToN only. However, Ember+ Viewer uses these operations for a oneToN Matrix as well.
Question: Is this a bug in the implementation, or is the documentation's "nToN only" note incorrect?
The Ember+ Documentation (Glow DTD ASN.1 Notation) defines ConnectionOperation as follows:
The Issue: The documentation states that connect (1) and disconnect (2) are for nToN only. However, Ember+ Viewer uses these operations for a oneToN Matrix as well.
Question: Is this a bug in the implementation, or is the documentation's "nToN only" note incorrect?