Package parser

Class PermutationOperator

All Implemented Interfaces:
Validatable

public final class PermutationOperator extends BinaryOperator
  • Constructor Details

    • PermutationOperator

      public PermutationOperator(int index, ArrayList<String> scan)
      Creates an object of class PermutationOperator
      Parameters:
      index - the index of this object in its parent Function object's scanner.
      scan - the Function object in which this PermutationOperator exists.