Changes between Version 3 and Version 4 of GritsTutorial_OntologyGritsSampleEditor
- Timestamp:
- 03/23/2017 09:05:09 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GritsTutorial_OntologyGritsSampleEditor
v3 v4 1 1 = Sample Ontology = 2 [[PageOutline(2-5, Topics)]] 2 3 3 Currently there are two ontologies for sample plugins. 4 == General Information == 5 Currently there are two ontologies for sample plugins 4 6 - Standard ontology 5 7 - stores information related to samples that is to be used by the sample plugin … … 7 9 - an additional ontology that has the same structure as the Standard ontology and has no additional information when GRITS is installed initially. When GRITS is used on a system, the information that is generated and saved is saved locally in this ontology. 8 10 9 Classes for managing the ontologies sample plugin are first supposed to look into the Standard ontology for information and if information is missing or additional information is required then it should look into the local ontology. Each of the ontology (Standard and Local) have the structure as shown below: 11 Classes that manage ontologies in sample plugin are first supposed to look into the Standard ontology for information and if information is missing or additional information is required then it should look into the local ontology. 12 13 Currently there are two sample plugins 14 - [https://svn.grits-toolbox.org/trunk/eclipse/org.grits.toolbox.entry.sample Sample Plugin] 15 - [https://svn.grits-toolbox.org/trunk/eclipse/org.grits.toolbox.editor.sample Sample Manager Plugin] 16 17 18 == Ontology Structure == 19 Each of the ontology (Standard and Local ontology) have the structure as shown below: 10 20 11 21 [[BR]] … … 15 25 [[BR]] 16 26 27 == Sample Plugin == 28 This plugin is the main plugin for adding a ''sample'' entry to GRITS. It defines the properties of ''sample entry'' and other related information. This plugin adds an editor for sample entry to add and modify sample information. The object model that is represented for a sample is stored in a ''.xml'' file. This object has a predefined model that is stored in the ontology shown above. This plugin cannot modify ontologies, except for 29 - creating templates in the local ontology 17 30 31 32 == Sample Manager Plugin == 33 This plugin is an additional plugin that can be used to edit information stored in ontologies. This plugin can modify both standard and local ontologies. It has two modes of operation : 34 - '''User Mode''' 35 - in this mode only local ontology can be modified 36 - '''Manager Mode''' 37 - in this mode standard ontology can be modified 38 39