1. Summary
  2. Files
  3. Support
  4. Report Spam
  5. Create account
  6. Log in

Using Composite Types Tutorial

From flowdesigner

Jump to: navigation, search

Contents

What is a Composite Type

Composite Types are 'hash map' data structures containing any FlowDesigner Object. Objects are accessed with a "unique" key represented with a string so that CompositeType[key] = value.

Creating a CompositeType

  • Create a MakeComposite Node from the "General" toolbox.
    • You will notice it has no input. As you will see in the next section, you can create inputs for this node that reprsent "keys" to the data structure.
    • The MakeComposite Node will output the CompositeType in its "OUTPUT" terminal. The default is an empty data structure.

Inserting new key into a CompositeType

  1. Double-click on the MakeComposite Node
  2. Go to the Input/Output tab in the newly opened dialog.

Removing a key from a CompositeType

Personal tools