Class MMRJ


  • public class MMRJ
    extends Lop
    Lop to perform cross product operation
    • Constructor Detail

      • MMRJ

        public MMRJ​(Lop input1,
                    Lop input2,
                    Types.DataType dt,
                    Types.ValueType vt,
                    Types.ExecType et)
        Constructor to perform a cross product operation.
        Parameters:
        input1 - low-level operator 1
        input2 - low-level operator 2
        dt - data type
        vt - value type
        et - execution type
    • Method Detail

      • toString

        public String toString()
        Description copied from class: Lop
        Method to have Lops print their state. This is for debugging purposes.
        Specified by:
        toString in class Lop
      • getInstructions

        public String getInstructions​(String input1,
                                      String input2,
                                      String output)
        Description copied from class: Lop
        Method should be overridden if needed
        Overrides:
        getInstructions in class Lop
        Parameters:
        input1 - input 1
        input2 - input 2
        output - output
        Returns:
        instructions as string