Class GenerateServiceResult

java.lang.Object
jline.lib.fjcodes.GenerateServiceResult

public final class GenerateServiceResult extends Object
Result of generateService.
  • Constructor Details

    • GenerateServiceResult

      public GenerateServiceResult(Matrix T, int newdim, int dim_notbusy)
  • Method Details

    • getT

      public Matrix getT()
    • getNewdim

      public int getNewdim()
    • getDim_notbusy

      public int getDim_notbusy()
    • component1

      public Matrix component1()
    • component2

      public int component2()
    • component3

      public int component3()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object