Class MUCA.Transformation

  • Enclosing class:
    MUCA

    static class MUCA.Transformation
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<MUCA.Delta> delta  
      java.util.List<java.lang.Integer> goodsIds  
      int id  
    • Constructor Summary

      Constructors 
      Constructor Description
      Transformation()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getDelta​(int goodId)  
      int getDeltaInput​(int goodId)  
      int getDeltaOutput​(int goodId)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • goodsIds

        public java.util.List<java.lang.Integer> goodsIds
      • id

        public int id
    • Constructor Detail

      • Transformation

        Transformation()
    • Method Detail

      • getDelta

        public int getDelta​(int goodId)
      • getDeltaInput

        public int getDeltaInput​(int goodId)
      • getDeltaOutput

        public int getDeltaOutput​(int goodId)