Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
ivagonz-antroma-practica2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ivagonz
ivagonz-antroma-practica2
Commits
c8e2db01
Commit
c8e2db01
authored
Dec 2, 2017
by
ivagonz
Browse files
Options
Downloads
Patches
Plain Diff
Añadido el javadoc del método addLinea() de la clase Red
parent
67c36302
No related branches found
No related tags found
1 merge request
!1
Direccion gps
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
ivagonz-antroma-practica2/src/uva/tds/pr2/equipo10/Red.java
+7
-0
7 additions, 0 deletions
ivagonz-antroma-practica2/src/uva/tds/pr2/equipo10/Red.java
ivagonz-antroma-practica2/srctests/uva/tds/pr2/equipo10/RedTest.java
+2
-0
2 additions, 0 deletions
...roma-practica2/srctests/uva/tds/pr2/equipo10/RedTest.java
with
9 additions
and
0 deletions
ivagonz-antroma-practica2/src/uva/tds/pr2/equipo10/Red.java
+
7
−
0
View file @
c8e2db01
...
...
@@ -41,6 +41,13 @@ public class Red {
return
false
;
}
/**
* Agrega una Linea dentro de la Red de buses.
*
* @param linea
* Linea a agregar en la Red. Debe ser correcta: No nula, no debe
* estar ya en la Red.
*/
public
void
addLinea
(
Linea
linea
)
{
// TODO Auto-generated method stub
...
...
...
...
This diff is collapsed.
Click to expand it.
ivagonz-antroma-practica2/srctests/uva/tds/pr2/equipo10/RedTest.java
+
2
−
0
View file @
c8e2db01
...
...
@@ -109,4 +109,6 @@ public class RedTest {
red
.
addLinea
(
linea
);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment