Beispiel #1
0
        /**
         *
         * @param managerTemp
         */

        public void setManagerTemp(ManagerTempVariables managerTemp)
        {
            this.managerTemp = managerTemp;
        }
Beispiel #2
0
 public MatrixConstructor(ManagerTempVariables manager)
 {
     this.output = manager.createMatrix();
 }