• "Época Especial" Project Description

  • Alameda Project Discussion Schedule

  • Project Description

  • Project FAQ

  • Project Report Template

  • Incomplete Groups

  • Example Input Files:

  • Notes regarding sample input files:

    1. The configuration files may have comments which are lines starting with the character %.
    2. All parameter strings in the configuration file may not include commas, which can only be used for separating parameters.
    3. The puppet master should have a button for executing all commands in a configuration file and another button for running one command (step-by-step execution). When the puppet master is closed, it should first shut down all operator processes (but not the remote process creation services).
  • Example of a Custom Operator Transfer and Invocation

    • The example code contains both an example operator class (IdentityOperator) and OutputOperator, which outputs tuples to a file. Notice that the operator dll is not referenced by any other projects.

  • Notes regarding output:

    • Each workflow should have its last operator to act as a dedicated output operator, which receives tuples from other operators and output to a file. The usage of how to call an output operator is shown in the code.