Skip to content
Snippets Groups Projects
Commit e312e9bf authored by MaxenceVanderk's avatar MaxenceVanderk
Browse files

new

parent 96df870b
Branches
No related tags found
No related merge requests found
<?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-17"/>
<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>EconomicsProgramm01</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
encoding/<project>=UTF-8
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: EconomicsProgramm01
Bundle-SymbolicName: EconomicsProgramm01; singleton:=true
Bundle-Version: 0.1.0.qualifier
Require-Bundle: org.eclipse.emf.ecore
<?xml version="1.0" encoding="UTF-8"?>
<ra:Department
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ra="platform:/reesource/EconomicsProgramm01/model/ra.ecore"
xsi:schemaLocation="platform:/reesource/EconomicsProgramm01/model/ra.ecore ra.ecore">
<Coordinator
FirstName="Per "
LastName="Tovmo"
Fullname="Per Tovmo"/>
<Coordinator
FirstName="Hildegunn"
LastName="Ekroll Stokke"
Fullname="Hildegunn Ekroll Stokke"/>
<Coordinator
FirstName="Snorre"
LastName="Lindset"
Fullname="Snorre Lindset"/>
<Coordinator
FirstName="Jan"
LastName="Morten Dyrstad"
Fullname="Jan Morten Dyrstad"/>
<Coordinator
FirstName="Lars-Erik "
LastName="Borge"
Fullname="Lars-Erik Borge"/>
<Coordinator
FirstName="Børge"
LastName="Haugset"
Fullname="Børge Haugset"/>
<Coordinator
FirstName="Quynh"
LastName="Trang Nguyen"
Fullname="Quynh Trang Nguyen"/>
<Coordinator
FirstName="Jon Marius"
LastName=" Vaag Iversen"
Fullname="Jon Marius Vaag Iversen"/>
<Coordinator
FirstName="Fredrik"
LastName="Blørstad Haraldsen"
Fullname="Fredrik Blørstad Haraldsen"/>
<Coordinator
FirstName="Bjarne"
LastName=" Strøm"
Fullname="Bjarne Strøm"/>
<Courses code="SØK1000"
Lecturer="//@Coordinator.0"
Credits="15.0"
Period="Automn"
Year="1">
<label>Innføring i samfunnsøkonomi</label>
<label>Introduction to economics</label>
</Courses>
<Courses code="SØK1001"
Lecturer="//@Coordinator.1 //@Coordinator.2"
Credits="7.5"
Period="Automn"
Year="1">
<label>Matematikk for økonomer</label>
<label>Mathematics for economists</label>
</Courses>
<Courses code="SØK1002"
Lecturer="//@Coordinator.3"
Credits="7.5"
Period="Automn"
Year="1">
<label>Mikroøkonomisk analyse</label>
<label>Microeconomic analysis</label>
</Courses>
<Courses code="SØK1011"
Lecturer="//@Coordinator.1 //@Coordinator.4"
Credits="15.0"
Period="Spring"
Year="1">
<label>Markeder og markedssvikt</label>
<label>Markets and market failure</label>
</Courses>
<Courses code="SØK1012"
Lecturer="//@Coordinator.1 //@Coordinator.3"
Credits="15.0"
Period="Spring"
Year="1">
<label>Makroøkonomisk analyse</label>
<label>Macroeconomic analysis</label>
</Courses>
<Courses code="TDT4111"
Lecturer="//@Coordinator.5"
Credits="7.5"
Period="Automn"
Year="2">
<label>Informasjonsteknologi, grunnkurs</label>
<label>Information Technology Basic Course</label>
</Courses>
<Courses code="SØK1004"
Lecturer="//@Coordinator.6"
Credits="7.5"
Period="Automn"
Year="2">
<label>Statistikk for økonomer</label>
<label>Statistics for economists</label>
</Courses>
<Courses code="SØ3004"
Lecturer="//@Coordinator.7"
Period="Automn"
Year="2">
<label>Videregående matematisk analyse</label>
<label>Advanced Mathematical Analysis</label>
</Courses>
<Courses code="EXPH0500"
Lecturer="//@Coordinator.8"
Credits="7.5"
Period="Spring"
Year="2">
<label>Examen philosophicum for økonomi</label>
<label>Examen philosophicum for economics</label>
</Courses>
<Courses code="SØK1005"
Lecturer="//@Coordinator.9"
Credits="7.5"
Period="Spring"
Year="2">
<label>Økonometri</label>
<label>Øconnometrics</label>
</Courses>
</ra:Department>
<?xml version="1.0" encoding="UTF-8"?>
<ra:Person xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ra="platform:/reesource/EconomicsProgramm01/model/ra.ecore"
xsi:schemaLocation="platform:/reesource/EconomicsProgramm01/model/ra.ecore ra.ecore"
FirstName="Per "
LastName="Tovmo"
Fullname="Per Tovmo"/>
<?xml version="1.0" encoding="UTF-8"?>
<ra:Course xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ra="platform:/reesource/EconomicsProgramm01/model/ra.ecore"
xsi:schemaLocation="platform:/reesource/EconomicsProgramm01/model/ra.ecore ra.ecore"
code="SØK1000"
Credits="15.0"
Period="Automn"
Year="1">
<label>Introduction to Economics</label>
<label>Innføring i samfunnsøkonomi</label>
</ra:Course>
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="ra" nsURI="platform:/reesource/EconomicsProgramm01/model/ra.ecore"
nsPrefix="ra">
<eClassifiers xsi:type="ecore:EClass" name="Course">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" upperBound="2"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Lecturer" lowerBound="1"
upperBound="-1" eType="#//Person" eOpposite="#//Person/CoursesTaught"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Credits" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Period" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Year" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FirstName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="LastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="CoursesTaught" lowerBound="1"
upperBound="-1" eType="#//Course" containment="true" eOpposite="#//Course/Lecturer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Fullname" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Department">
<eStructuralFeatures xsi:type="ecore:EReference" name="Coordinator" upperBound="-1"
eType="#//Person" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Courses" upperBound="-1"
eType="#//Course" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment