Skip to content

Is it a bug? Ember+ Viewer sends connect/disconnect to oneToN Matrix (Documentation says nToN only) #131

Description

@forasugais

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions