Serious game based on ontology.
- src : java source code here.
- model : class and property (TBox) saved here.
- individual : individual information (ABox) saved here.
- LibsProtege : *.jar copied from Protege, imported in project.
- Output folder : AgileDoctor/src
- Java package : model
- Factory class name : MyFactory
- model : Protege generating model code, can't be modified manually.
- test : write any test functions here during the development.
- view : gui design.
- control : logic code, the main function is defined here.