Skip to content
Snippets Groups Projects
Commit 2c90e035 authored by Quit Phuong Bui's avatar Quit Phuong Bui
Browse files

Initial commit

parent 410ae963
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@
<genPackages prefix="CoursePage" disposableProviderFactory="true" ecorePackage="coursePage.ecore#/">
<genEnums typeSafeEnumCompatible="false" ecoreEnum="coursePage.ecore#//Role">
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//Role/lecturer"/>
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//Role/coursecordinator"/>
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//Role/assistant"/>
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//Role/other"/>
</genEnums>
<genEnums typeSafeEnumCompatible="false" ecoreEnum="coursePage.ecore#//EvaluationForm">
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//EvaluationForm/Exam"/>
......@@ -33,9 +34,16 @@
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//Day/Friday"/>
</genEnums>
<genEnums typeSafeEnumCompatible="false" ecoreEnum="coursePage.ecore#//Room">
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//Room/Room"/>
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//Room/F1"/>
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//Room/R6"/>
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//Room/EL6"/>
</genEnums>
<genEnums typeSafeEnumCompatible="false" ecoreEnum="coursePage.ecore#//StudyCode">
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//StudyCode/MTKYB"/>
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//StudyCode/MTINFOSYS"/>
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//StudyCode/MTKOM"/>
<genEnumLiterals ecoreEnumLiteral="coursePage.ecore#//StudyCode/MTDT"/>
</genEnums>
<genEnums typeSafeEnumCompatible="false" ecoreEnum="coursePage.ecore#//StudyCode"/>
<genClasses ecoreClass="coursePage.ecore#//Course">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Course/code"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Course/name"/>
......@@ -43,25 +51,31 @@
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Course/timetable"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Course/relation"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Course/credits"/>
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference coursePage.ecore#//Course/has"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Course/grading"/>
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference coursePage.ecore#//Course/required"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Course/courseWork"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Course/hasBeenTaught"/>
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference coursePage.ecore#//Course/plannedFor"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Course/semester"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Course/courseStaff"/>
<genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference coursePage.ecore#//Course/belongsTo"/>
</genClasses>
<genClasses ecoreClass="coursePage.ecore#//Organization">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Organization/name"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Organization/has"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Organization/responsibleFor"/>
<genClasses ecoreClass="coursePage.ecore#//Department">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Department/name"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Department/has"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Department/responsibleForr"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Department/responsibleFor"/>
</genClasses>
<genClasses ecoreClass="coursePage.ecore#//TimeTable">
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference coursePage.ecore#//TimeTable/table"/>
<genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference coursePage.ecore#//TimeTable/for"/>
</genClasses>
<genClasses ecoreClass="coursePage.ecore#//Employee">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Employee/name"/>
<genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference coursePage.ecore#//Employee/WorksFor"/>
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference coursePage.ecore#//Employee/hasThis"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EAttribute coursePage.ecore#//Employee/role"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Employee/role"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Employee/isCC"/>
<genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference coursePage.ecore#//Employee/inThis"/>
</genClasses>
<genClasses ecoreClass="coursePage.ecore#//RelationToCourse">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//RelationToCourse/course"/>
......@@ -69,15 +83,17 @@
</genClasses>
<genClasses ecoreClass="coursePage.ecore#//StudyProgram">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//StudyProgram/code"/>
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference coursePage.ecore#//StudyProgram/hasThis"/>
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference coursePage.ecore#//StudyProgram/canSignUpFor"/>
<genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference coursePage.ecore#//StudyProgram/belongsTo"/>
</genClasses>
<genClasses ecoreClass="coursePage.ecore#//Information">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Information/day"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Information/room"/>
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Information/plannedFor"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Information/lectureType"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Information/starteTime"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Information/endTime"/>
<genClasses ecoreClass="coursePage.ecore#//Slot">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Slot/day"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Slot/room"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Slot/lectureType"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Slot/starteTime"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Slot/endTime"/>
<genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference coursePage.ecore#//Slot/scheduleFor"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Slot/hours"/>
</genClasses>
<genClasses ecoreClass="coursePage.ecore#//Evaluation">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Evaluation/evaluation"/>
......@@ -91,5 +107,13 @@
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//CourseInstance/semester"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//CourseInstance/credits"/>
</genClasses>
<genClasses ecoreClass="coursePage.ecore#//Lecturer">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute coursePage.ecore#//Lecturer/role"/>
</genClasses>
<genClasses ecoreClass="coursePage.ecore#//CourseCordinator"/>
<genClasses ecoreClass="coursePage.ecore#//Staff">
<genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference coursePage.ecore#//Staff/inTheStaff"/>
<genFeatures property="None" notify="false" createChild="false" ecoreFeature="ecore:EReference coursePage.ecore#//Staff/worksFor"/>
</genClasses>
</genPackages>
</genmodel:GenModel>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment