Skip to content
Snippets Groups Projects
Commit a634d390 authored by Jorge Cristóbal Martín's avatar Jorge Cristóbal Martín
Browse files

initial commit

parents
No related branches found
No related tags found
No related merge requests found
Showing
with 107 additions and 0 deletions
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="output" path="bin"/>
</classpath>
.project 0 → 100644
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>CourseWebPage</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.ManifestBuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.pde.SchemaBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
</natures>
</projectDescription>
eclipse.preferences.version=1
org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.debug.lineNumber=generate
org.eclipse.jdt.core.compiler.debug.localVariable=generate
org.eclipse.jdt.core.compiler.debug.sourceFile=generate
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.source=1.8
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: CourseWebPage;singleton:=true
Automatic-Module-Name: CourseWebPage
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: WebPageCourses,
WebPageCourses.impl,
WebPageCourses.util
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport
Bundle-ActivationPolicy: lazy
#TDT4250 Advanced Software Engineering
#WebPageCourse Description
## StudyProgram
The root of the diagram, it can have many courses.
## Course
It has a code, name and content. Its value its in credits.
## CourseWork
Stores the information about the hours of the lectures and labs.
## RelatedCourses
Links the prerequisites to the course class.
## Requirement
Stores information about the required courses, can be recommended or mandatory.
## CreditReductionCourse
Stores information about the reductions of credits depending on the related courses.
## CourseInstance
Stores the semester information.
## Organization
The department in charge of the course.
## People
Has a role (lecturer,coordinator or another) and a name.
## Timetable
Shows the timetable of the course.
## Schedule
Has the information about where and when the classes are taken.
## EvaluationForm
Stores information about the different types of work of the course.
## Work
Has a type (exam, assignments,work) and a percentage.
#Jorge Cristobal Martin
\ No newline at end of file
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment