Skip to content

Automagically recognize Inputs and Outputs #11

@mlajtos

Description

@mlajtos

Having a metanode like this:

{ [In,Parameter] -> Transformation -> Out}

One can easily omit explicit Input and Output declaration since constructed graph implicitly has this information:

{ [in,Parameter] -> Transformation -> out}

By this rule, every source node without explicit Input type is an Input. And vice versa, every sink node without explicit Output type is an Output.

What to do when node is source AND sink at the same time?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions