Package jline.api.fes

Class FESOptions

  • All Implemented Interfaces:

    
    public final class FESOptions
    
                        

    Options for Flow-Equivalent Server (FES) aggregation

    Copyright (c) 2012-2026, Imperial College London All rights reserved.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getSolver() Solver to use for throughput computation ('mva' default)
      final Matrix getCutoffs() Per-class population cutoffs (default: null, uses total jobs per class)
      final Boolean getVerbose() Enable verbose output
      final static FESOptions defaults() Create default options
      final static FESOptions withSolver(String solver) Create options with specified solver
      final static FESOptions withCutoffs(Matrix cutoffs) Create options with specified cutoffs
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait