Class AdvancedProcessLogicExample

java.lang.Object
neqsim.process.util.example.AdvancedProcessLogicExample

public class AdvancedProcessLogicExample extends Object
Comprehensive example demonstrating advanced process logic features.

This example showcases:

  • Startup logic with permissive checks
  • Conditional branching (if-then-else)
  • Parallel action execution
  • Controlled shutdown with ramp-down
  • Voting logic for redundant sensors
Version:
1.0
Author:
ESOL
  • Constructor Details

    • AdvancedProcessLogicExample

      public AdvancedProcessLogicExample()
  • Method Details

    • repeat

      private static String repeat(String str, int count)
      Java 8 compatible method to repeat a string.
      Parameters:
      str - the string to repeat
      count - the number of times to repeat
      Returns:
      the repeated string
    • main

      public static void main(String[] args)
      Main method to run the advanced logic example.
      Parameters:
      args - command line arguments