Tarea POO: Nóminas -> Implementing comparable sort

Related tags

Spring Boot Nominas
Overview

Tarea POO: Nóminas -> Implementing comparable sort

El código se encuentra dentro de la carpeta App:

App 
│   Main.java 
│   Nominas.java  -> This class make use of the strategies 
│ 
├───empleados  
│       Administrador.java 
│       Empleado.java 
│       Jornalero.java 
│
├───resources
│       EmpleadosDB.java  -> This class implements the CRUD 
│ 
└───strategies  -> This folder contains the interfaces and the folders with its implementations
    │   HorasLaboradasStrategy.java  -> interface
    │   NominaStrategy.java  -> interface
    │ 
    ├───horasLaboradas  -> algorithms for calculating "horasEmpleadas" according to the type of employee
    │       HorasLaboradasAdministradores.java
    │       HorasLaboradasEmpleados.java
    │       HorasLaboradasJornaleros.java
    │ 
    └───nominas  -> algorithms for calculating "nominas" according to the type of employee
            NominaAdministradores.java 
            NominaEmpleados.java 
            NominaJornaleros.java
You might also like...

Projeto JINCAL, baseado em Java e utilizando POO, dois programas unificados que calculam o IMC e a Taxa Metabólica do Usuário

Projeto_Modulo1 Projeto JINCAL, baseado em Java e utilizando POO, dois programas unificados que calculam o IMC e a Taxa Metabólica do Usuário Sejam be

Jan 29, 2022

Programação Orientada a Objetos (POO) em Java - Contexto no sistema bancário

Criando um Banco Digital com Java e Orientação a Objetos 02/08/2021 - Mentoria #1: Tire Suas Dúvidas Sobre Orientação a Objetos Desafio: Considerando

Dec 17, 2022

Sort a word from a word list

Sort a word from a word list

WordSorter Sort a word from a word list Preview How to use To run it is simple, first download the file of the program by clicking here. You can run i

Feb 11, 2022

Parallel programming quick sort and parallel sum examples with Fork-join, RecursiveTaskT, RecursiveAction

Parallel programming quick sort and parallel sum examples with Fork-join, RecursiveTask<T>, RecursiveAction

QuickSortMultiThreading Parallel programming quick sort and parallel sum examples with Fork-join, RecursiveTaskT, RecursiveAction Fork-Join Fork-Joi

Jun 12, 2022

Java - Projeto desenvolvido na disciplina de POO - FATEC Sorocaba

Java - Projeto desenvolvido na disciplina de POO - FATEC Sorocaba

Projeto CRUD Emissor de Pedidos - Java ☕ Trabalho desenvolvido na disciplina de POO 🚀 Faculdade: FATEC Sorocaba. 4° Semestre - 06/2022 🛠 Tecnologi

Oct 10, 2022

Simple Java image-scaling library implementing Chris Campbell's incremental scaling algorithm as well as Java2D's "best-practices" image-scaling techniques.

imgscalr - Java Image-Scaling Library http://www.thebuzzmedia.com/software/imgscalr-java-image-scaling-library/ Changelog --------- 4.2 * Added sup

Jan 5, 2023

Spring HATEOAS - Library to support implementing representations for hyper-text driven REST web services.

Spring HATEOAS This project provides some APIs to ease creating REST representations that follow the HATEOAS principle when working with Spring and es

Dec 28, 2022

Spring HATEOAS - Library to support implementing representations for hyper-text driven REST web services.

Spring HATEOAS This project provides some APIs to ease creating REST representations that follow the HATEOAS principle when working with Spring and es

Mar 8, 2021

an Application Framework for implementing the MVVM Pattern with JavaFX

an Application Framework for implementing the MVVM Pattern with JavaFX

mvvmFX is an application framework which provides you necessary components to implement the MVVM pattern with JavaFX. MVVM is the enhanced version of

Dec 28, 2022

Example of implementing data structures in Java

Data Structures Example of implementing data structures in Java Implemented data structure : Queue Stack Linked List Binary Search Tree (BST) Trie Hea

Sep 27, 2021

AndroidX Media is a collection of libraries for implementing media use cases on Android

AndroidX Media AndroidX Media is a collection of libraries for implementing media use cases on Android, including local playback (via ExoPlayer) and m

Jan 1, 2023

This app based on Java to make the life of firefighters easier by implementing features which they need in their day-to-day life

This app based on Java to make the life of firefighters easier by implementing features which they need in their day-to-day life

Fire Rescue App This app based on Java to make the life of firefighters easier by implementing features which they need in their day-to-day life. Scre

Jul 24, 2022

Implementing JWT authentication with spring boot.

Jwt-SpringBoot Implementing JWT authentication with spring boot. Normally you would create an endpoint to create the credentials(token), then this tok

May 7, 2022

DCL-350: Implementing MicroService Architecture using Spring Cloud

DCL-350: Implementing MicroService Architecture using Spring Cloud

DCL-350: Implementing MicroService Architecture using Spring Cloud

Sep 20, 2022

Minecraft Forge Hybrid server implementing the Spigot/Bukkit API (Cauldron for 1.18)

Minecraft Forge Hybrid server implementing the Spigot/Bukkit API (Cauldron for 1.18)

❓ About Magma is the next generation of hybrid minecraft server softwares. Magma is based on Forge and Paper, meaning it can run both Craftbukkit/Spig

Apr 18, 2022
Owner
Teodoro Dawn
Teodoro Dawn
Programação Orientada a Objetos (POO) em Java - Contexto no sistema bancário

Criando um Banco Digital com Java e Orientação a Objetos 02/08/2021 - Mentoria #1: Tire Suas Dúvidas Sobre Orientação a Objetos Desafio: Considerando

null 2 Dec 17, 2022
Parallel programming quick sort and parallel sum examples with Fork-join, RecursiveTask, RecursiveAction

QuickSortMultiThreading Parallel programming quick sort and parallel sum examples with Fork-join, RecursiveTask<T>, RecursiveAction Fork-Join Fork-Joi

Güven TUNCAY 4 Jun 12, 2022
Java - Projeto desenvolvido na disciplina de POO - FATEC Sorocaba

Projeto CRUD Emissor de Pedidos - Java ☕ <Trabalho desenvolvido na disciplina de POO> ?? Faculdade: FATEC Sorocaba. 4° Semestre - 06/2022 ?? Tecnologi

Gabriel Claudino Leão 2 Oct 10, 2022
AndroidX Media is a collection of libraries for implementing media use cases on Android

AndroidX Media AndroidX Media is a collection of libraries for implementing media use cases on Android, including local playback (via ExoPlayer) and m

Android Jetpack 311 Jan 1, 2023
This app based on Java to make the life of firefighters easier by implementing features which they need in their day-to-day life

Fire Rescue App This app based on Java to make the life of firefighters easier by implementing features which they need in their day-to-day life. Scre

Senith Umesha 2 Jul 24, 2022
Implementing JWT authentication with spring boot.

Jwt-SpringBoot Implementing JWT authentication with spring boot. Normally you would create an endpoint to create the credentials(token), then this tok

@#aeyarm 2 May 7, 2022
DCL-350: Implementing MicroService Architecture using Spring Cloud

DCL-350: Implementing MicroService Architecture using Spring Cloud

Binnur KURT 3 Sep 20, 2022
RTree2D is a 2D immutable R-tree with STR (Sort-Tile-Recursive) packing for ultra-fast nearest and intersection queries

RTree2D RTree2D is a 2D immutable R-tree with STR (Sort-Tile-Recursive) packing for ultra-fast nearest and intersection queries. Goals Main our requir

Andriy Plokhotnyuk 121 Dec 14, 2022
Fast and stable sort algorithm that uses O(1) memory. Public domain.

WikiSort WikiSort is an implementation of "block merge sort", which is a stable merge sort based on the work described in "Ratio based stable in-place

Mike McFadden 1.2k Jan 1, 2023
Edige-POO

Resumo do projeto Projeto em andamento, sendo realizado por integrantes do time Scuba da Alura, visando a prática com a linguagem Java e os conceitos

Guilherme Henrique 21 Nov 28, 2022