generated from mmasias/repoPlantillaAsignatura
-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reto-003 Javier Rodríguez #96
Open
jerdier
wants to merge
21
commits into
mmasias:entrega-003
Choose a base branch
from
jerdier:main
base: entrega-003
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 🆕 Se añade la estructura de clases base del sistema de cine en `Cinema.java`. - 📦 Se crean clases `Cinema`, `Movie`, `Ticket`, y `Moviegoer` con sus constructores y métodos básicos. - 🎞️ Se simula la creación de películas y compra de tickets en el método `main`. - ✏️ Se agrega la representación de diagrama de clases UML en formato SVG para el diseño del sistema en `cinemaDC.svg`. - 🎫 Se incluye representación de objetos UML en formato SVG que muestra una instancia del sistema en acción en `cinemaDO.svg`. - ➕ Se proveen archivos PlantUML con la definición del diagrama de clases del sistema (`cinemaDC.puml`) y el diagrama de objetos (`cinemaDO.puml`).
- 📝 Renombrado `Cinema.java` a `Cinema.md` y formateado su contenido con Markdown. - ✅ Marcada la sección "Vista privada de las clases" como completada en `README.md`. - ➕ Añadido nuevo archivo `Intervalo.java` con la clase `Intervalo` que incluye métodos para manipular intervalos numéricos. - ➕ Añadido nuevo archivo `IntervaloV0.java` como versión anterior de `Intervalo.java` con funcionalidad similar. - ➕ Creado archivo `README.md` en `temario/ejercicios/001/` detallando la interfaz pública de la clase `Intervalo`. - ➕ Añadido documento `vistaPrivadaClases.md` con explicación teórica sobre la implementación de clases en Java.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.