Graphline(linkages,**components) -> new Graphline component
Encapsulates the specified set of components and wires them up with the specified linkages.
Keyword arguments: - linkages -- dictionary mapping ("componentname","boxname") to ("componentname","boxname") - components -- dictionary mapping names to component instances (default is nothing)
Warning! You should be using the inbox/outbox interface, not these methods (except construction). This documentation is designed as a roadmap as to their functionalilty for maintainers and new component developers. |