Interface AlignmentOutcomeClosure<T>


public interface AlignmentOutcomeClosure<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    getOutcome(T agent)
     
    void
    resample(T agent)
     
  • Method Details

    • getOutcome

      boolean getOutcome(T agent)
    • resample

      void resample(T agent)