Difference: ProvFocusAsterics (1 vs. 7)

Revision 72019-02-22 - MireilleLouys

 
META TOPICPARENT name="ObservationProvenanceDataModel"

PROV DM- PR preparation -second iteration

Changed:
<
<

Discussion about the Activity Description Package

>
>

Activity Description Package

  In order to push forward the Activity Configuration discussion, I have attached a last version of the class diagram below.

Documentation of the class diagram:

  • Parameter
Using the Parameter class allows to list the values read by an activity to parametrize its execution.
Each Parameter instance is identified by its name and can be queried.

A Parameter is a specific class. In contrary to ValueEntity it does not hold all the relations an Entity may have :

• no wasAttributedTo --> Agent link
• no hadMember--> Activity link
• no Used --> Activity link
• no wasGeneratedBy --> Activity link
If a Parameter value is chosen with respect to a Result Entity R, computed on purpose to generate this configuration value, or just reused from a previous excecution, then the Parameter Instance may have a wasInfluencedBy relation to this Result Entity R. This Entity R is then described in the system with the usual Entity links wasGeneratedBy and the Activity generating this value may also be described. The WasInfluencedBy relation is part of the relations defined in the vo-dml list of relations (College Park version).

This allows Parameter instances to be totally focused on the Configuration part of the Provenance DM, but still be able to trace the origin of their value.

The description of this parameter is stored in the ParameterDescription instance, which is connected via a Parameter --> ParameterDescription link, a Subset of Entity --> EntityDescription link.
Identified and dedicated access to the configuration information allows to trace and interpret the quality of the activities/result entities more efficiently than sorting between Entity types and Used relations types.

It suits to the life cycle of a Parameter instance which is the same as its related Activity.

Would an Activity instance A be deleted from the database, all Parameters instances bound to it would also be deleted, while the Entities instances consumed by A still pervades into the database as it may be used by another task/activity.

  • ParameterDescription
To represent the semantics and encoding of the configuration values entered to run an activity distinguished from the datasets consumed and produced. A Parameter can be queried, on its value and on its description.

  • ConfigFile
The values used to control the activity are either contained into a Configuration file , which contains a key=value list .
This resource is stored as an Entity of type = Document.
The mechanism to search a value into this Document is managed by the project providing the Provenance information, usually using contextual text search.
This method needed to explore the ConfigFile content is outside the scope of this model.


<--  
-->

  • Activity Configuration package and its relation to the IVOA Prov DM:

  • class diagrams with independent parameter class/ no more derivation: PR2-ActivityAndConfigurationDescriptionFeb22v2.png
  • class diagram with the description links from Execution part ( left classes ) to Description part (right part) PR2-LinkingExecutionClassestoDescriptionClassesFeb22v2.png

META FILEATTACHMENT attachment="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" attr="" comment="Activity Configuration option one : Parameter inherits from ValueEntity" date="1549894131" name="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" path="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" size="104080" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.html" attr="h" comment="" date="1549894355" name="ActivityConfiguration2019-02-11.html" path="ActivityConfiguration2019-02-11.html" size="6794" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.zip" attr="h" comment="A description of the package as html compressed file / generated by Modelio" date="1549894508" name="ActivityConfiguration2019-02-11.zip" path="ActivityConfiguration2019-02-11.zip" size="1934" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityAndConfigurationDescriptionForPR2_1502.png" attr="" comment="class diagram option 2: Independent parameter class/ no more derivation" date="1550511380" name="ActivityAndConfigurationDescriptionForPR2_1502.png" path="ActivityAndConfigurationDescriptionForPR2_1502.png" size="105596" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" attr="h" comment="ClassDiagram option 2 Independent parameter / update" date="1550779508" name="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" path="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" size="106215" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2_-_Linking_Execution_classes_to_Description_classes_.png" attr="h" comment="Linking Execution side with Description side/ class diagram" date="1550779567" name="PR2_-_Linking_Execution_classes_to_Description_classes_.png" path="PR2_-_Linking_Execution_classes_to_Description_classes_.png" size="88261" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2-LinkingExecutionclassestoDescription_classes.png" attr="" comment="Linking Execution side with Description side/ class diagram" date="1550779793" name="PR2-LinkingExecutionclassestoDescription_classes.png" path="PR2-LinkingExecutionclassestoDescription_classes.png" size="88261" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2ModelioDocumentation.zip" attr="h" comment="A description of the package as html compressed file / generated by Modelio" date="1550858511" name="PR2ModelioDocumentation.zip" path="PR2ModelioDocumentation.zip" size="755735" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2ModelioDocumentationFeb22.zip" attr="" comment="Modelio documentation of a normalised view on the model / all symetry applied /PR2 draft" date="1550858971" name="PR2ModelioDocumentationFeb22.zip" path="PR2ModelioDocumentationFeb22.zip" size="755735" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2_-_Linking_Execution_classes_to_Description_classes_Feb22_v2.png" attr="h" comment="fully symetric view on the model / normalized" date="1550859110" name="PR2_-_Linking_Execution_classes_to_Description_classes_Feb22_v2.png" path="PR2_-_Linking_Execution_classes_to_Description_classes_Feb22_v2.png" size="91452" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2-LinkingExecutionClassestoDescriptionClassesFeb22v2.png" attr="" comment="Linking Execution side with Description side/ class diagram" date="1550859435" name="PR2-LinkingExecutionClassestoDescriptionClassesFeb22v2.png" path="PR2-LinkingExecutionClassestoDescriptionClassesFeb22v2.png" size="91452" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2-ActivityAndConfigurationDescriptionFeb22v2.png" attr="" comment="execution, description and configuration classes as independent packages" date="1550860123" name="PR2-ActivityAndConfigurationDescriptionFeb22v2.png" path="PR2-ActivityAndConfigurationDescriptionFeb22v2.png" size="118130" user="MireilleLouys" version="1"

Revision 62019-02-22 - MireilleLouys

 
META TOPICPARENT name="ObservationProvenanceDataModel"

PROV DM- PR preparation -second iteration

Discussion about the Activity Description Package

In order to push forward the Activity Configuration discussion, I have attached a last version of the class diagram below.

Documentation of the class diagram:

  • Parameter
Using the Parameter class allows to list the values read by an activity to parametrize its execution.
Each Parameter instance is identified by its name and can be queried.

A Parameter is a specific class. In contrary to ValueEntity it does not hold all the relations an Entity may have :

• no wasAttributedTo --> Agent link
• no hadMember--> Activity link
• no Used --> Activity link
• no wasGeneratedBy --> Activity link
If a Parameter value is chosen with respect to a Result Entity R, computed on purpose to generate this configuration value, or just reused from a previous excecution, then the Parameter Instance may have a wasInfluencedBy relation to this Result Entity R. This Entity R is then described in the system with the usual Entity links wasGeneratedBy and the Activity generating this value may also be described. The WasInfluencedBy relation is part of the relations defined in the vo-dml list of relations (College Park version).

This allows Parameter instances to be totally focused on the Configuration part of the Provenance DM, but still be able to trace the origin of their value.

The description of this parameter is stored in the ParameterDescription instance, which is connected via a Parameter --> ParameterDescription link, a Subset of Entity --> EntityDescription link.
Identified and dedicated access to the configuration information allows to trace and interpret the quality of the activities/result entities more efficiently than sorting between Entity types and Used relations types.

It suits to the life cycle of a Parameter instance which is the same as its related Activity.

Would an Activity instance A be deleted from the database, all Parameters instances bound to it would also be deleted, while the Entities instances consumed by A still pervades into the database as it may be used by another task/activity.

  • ParameterDescription
To represent the semantics and encoding of the configuration values entered to run an activity distinguished from the datasets consumed and produced. A Parameter can be queried, on its value and on its description.

  • ConfigFile
The values used to control the activity are either contained into a Configuration file , which contains a key=value list .
This resource is stored as an Entity of type = Document.
The mechanism to search a value into this Document is managed by the project providing the Provenance information, usually using contextual text search.
This method needed to explore the ConfigFile content is outside the scope of this model.


<--  
-->

  • Activity Configuration package and its relation to the IVOA Prov DM:
Changed:
<
<
>
>
  • class diagrams with independent parameter class/ no more derivation: PR2-ActivityAndConfigurationDescriptionFeb22v2.png
  • class diagram with the description links from Execution part ( left classes ) to Description part (right part) PR2-LinkingExecutionClassestoDescriptionClassesFeb22v2.png
 
META FILEATTACHMENT attachment="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" attr="" comment="Activity Configuration option one : Parameter inherits from ValueEntity" date="1549894131" name="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" path="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" size="104080" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.html" attr="h" comment="" date="1549894355" name="ActivityConfiguration2019-02-11.html" path="ActivityConfiguration2019-02-11.html" size="6794" user="MireilleLouys" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.zip" attr="" comment="A description of the package as html compressed file / generated by Modelio" date="1549894508" name="ActivityConfiguration2019-02-11.zip" path="ActivityConfiguration2019-02-11.zip" size="1934" user="MireilleLouys" version="1"
>
>
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.zip" attr="h" comment="A description of the package as html compressed file / generated by Modelio" date="1549894508" name="ActivityConfiguration2019-02-11.zip" path="ActivityConfiguration2019-02-11.zip" size="1934" user="MireilleLouys" version="1"
 
META FILEATTACHMENT attachment="ActivityAndConfigurationDescriptionForPR2_1502.png" attr="" comment="class diagram option 2: Independent parameter class/ no more derivation" date="1550511380" name="ActivityAndConfigurationDescriptionForPR2_1502.png" path="ActivityAndConfigurationDescriptionForPR2_1502.png" size="105596" user="MireilleLouys" version="1"
Changed:
<
<
META FILEATTACHMENT attachment="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" attr="" comment="ClassDiagram option 2 Independent parameter / update" date="1550779508" name="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" path="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" size="106215" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2_-_Linking_Execution_classes_to_Description_classes_.png" attr="" comment="Linking Execution side with Description side/ class diagram" date="1550779567" name="PR2_-_Linking_Execution_classes_to_Description_classes_.png" path="PR2_-_Linking_Execution_classes_to_Description_classes_.png" size="88261" user="MireilleLouys" version="1"
>
>
META FILEATTACHMENT attachment="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" attr="h" comment="ClassDiagram option 2 Independent parameter / update" date="1550779508" name="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" path="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" size="106215" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2_-_Linking_Execution_classes_to_Description_classes_.png" attr="h" comment="Linking Execution side with Description side/ class diagram" date="1550779567" name="PR2_-_Linking_Execution_classes_to_Description_classes_.png" path="PR2_-_Linking_Execution_classes_to_Description_classes_.png" size="88261" user="MireilleLouys" version="1"
 
META FILEATTACHMENT attachment="PR2-LinkingExecutionclassestoDescription_classes.png" attr="" comment="Linking Execution side with Description side/ class diagram" date="1550779793" name="PR2-LinkingExecutionclassestoDescription_classes.png" path="PR2-LinkingExecutionclassestoDescription_classes.png" size="88261" user="MireilleLouys" version="1"
Added:
>
>
META FILEATTACHMENT attachment="PR2ModelioDocumentation.zip" attr="h" comment="A description of the package as html compressed file / generated by Modelio" date="1550858511" name="PR2ModelioDocumentation.zip" path="PR2ModelioDocumentation.zip" size="755735" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2ModelioDocumentationFeb22.zip" attr="" comment="Modelio documentation of a normalised view on the model / all symetry applied /PR2 draft" date="1550858971" name="PR2ModelioDocumentationFeb22.zip" path="PR2ModelioDocumentationFeb22.zip" size="755735" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2_-_Linking_Execution_classes_to_Description_classes_Feb22_v2.png" attr="h" comment="fully symetric view on the model / normalized" date="1550859110" name="PR2_-_Linking_Execution_classes_to_Description_classes_Feb22_v2.png" path="PR2_-_Linking_Execution_classes_to_Description_classes_Feb22_v2.png" size="91452" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2-LinkingExecutionClassestoDescriptionClassesFeb22v2.png" attr="" comment="Linking Execution side with Description side/ class diagram" date="1550859435" name="PR2-LinkingExecutionClassestoDescriptionClassesFeb22v2.png" path="PR2-LinkingExecutionClassestoDescriptionClassesFeb22v2.png" size="91452" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2-ActivityAndConfigurationDescriptionFeb22v2.png" attr="" comment="execution, description and configuration classes as independent packages" date="1550860123" name="PR2-ActivityAndConfigurationDescriptionFeb22v2.png" path="PR2-ActivityAndConfigurationDescriptionFeb22v2.png" size="118130" user="MireilleLouys" version="1"
 

Revision 52019-02-21 - MireilleLouys

 
META TOPICPARENT name="ObservationProvenanceDataModel"
Changed:
<
<

PROV DM- PR preparation -second iteration

>
>

PROV DM- PR preparation -second iteration

 

Discussion about the Activity Description Package

In order to push forward the Activity Configuration discussion, I have attached a last version of the class diagram below.

Documentation of the class diagram:

Added:
>
>
 
  • Parameter
Using the Parameter class allows to list the values read by an activity to parametrize its execution.
Each Parameter instance is identified by its name and can be queried.

A Parameter is a specific class. In contrary to ValueEntity it does not hold all the relations an Entity may have :

• no wasAttributedTo --> Agent link
• no hadMember--> Activity link
• no Used --> Activity link
• no wasGeneratedBy --> Activity link
If a Parameter value is chosen with respect to a Result Entity R, computed on purpose to generate this configuration value, or just reused from a previous excecution, then the Parameter Instance may have a wasInfluencedBy relation to this Result Entity R. This Entity R is then described in the system with the usual Entity links wasGeneratedBy and the Activity generating this value may also be described. The WasInfluencedBy relation is part of the relations defined in the vo-dml list of relations (College Park version).

This allows Parameter instances to be totally focused on the Configuration part of the Provenance DM, but still be able to trace the origin of their value.

The description of this parameter is stored in the ParameterDescription instance, which is connected via a Parameter --> ParameterDescription link, a Subset of Entity --> EntityDescription link.
Identified and dedicated access to the configuration information allows to trace and interpret the quality of the activities/result entities more efficiently than sorting between Entity types and Used relations types.

It suits to the life cycle of a Parameter instance which is the same as its related Activity.

Would an Activity instance A be deleted from the database, all Parameters instances bound to it would also be deleted, while the Entities instances consumed by A still pervades into the database as it may be used by another task/activity.

  • ParameterDescription
To represent the semantics and encoding of the configuration values entered to run an activity distinguished from the datasets consumed and produced. A Parameter can be queried, on its value and on its description.

  • ConfigFile
The values used to control the activity are either contained into a Configuration file , which contains a key=value list .
This resource is stored as an Entity of type = Document.
The mechanism to search a value into this Document is managed by the project providing the Provenance information, usually using contextual text search.
This method needed to explore the ConfigFile content is outside the scope of this model.


<--  
-->

  • Activity Configuration package and its relation to the IVOA Prov DM:
Changed:
<
<
  • class diagrams with independent parameter class/ no more derivation:
    ActivityAndConfigurationDescriptionForPR2_1502.png
>
>
Added:
>
>
 
META FILEATTACHMENT attachment="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" attr="" comment="Activity Configuration option one : Parameter inherits from ValueEntity" date="1549894131" name="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" path="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" size="104080" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.html" attr="h" comment="" date="1549894355" name="ActivityConfiguration2019-02-11.html" path="ActivityConfiguration2019-02-11.html" size="6794" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.zip" attr="" comment="A description of the package as html compressed file / generated by Modelio" date="1549894508" name="ActivityConfiguration2019-02-11.zip" path="ActivityConfiguration2019-02-11.zip" size="1934" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityAndConfigurationDescriptionForPR2_1502.png" attr="" comment="class diagram option 2: Independent parameter class/ no more derivation" date="1550511380" name="ActivityAndConfigurationDescriptionForPR2_1502.png" path="ActivityAndConfigurationDescriptionForPR2_1502.png" size="105596" user="MireilleLouys" version="1"
Added:
>
>
META FILEATTACHMENT attachment="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" attr="" comment="ClassDiagram option 2 Independent parameter / update" date="1550779508" name="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" path="PR2_-_Activity_and_Configuration_Description_for_PR2_.png" size="106215" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2_-_Linking_Execution_classes_to_Description_classes_.png" attr="" comment="Linking Execution side with Description side/ class diagram" date="1550779567" name="PR2_-_Linking_Execution_classes_to_Description_classes_.png" path="PR2_-_Linking_Execution_classes_to_Description_classes_.png" size="88261" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="PR2-LinkingExecutionclassestoDescription_classes.png" attr="" comment="Linking Execution side with Description side/ class diagram" date="1550779793" name="PR2-LinkingExecutionclassestoDescription_classes.png" path="PR2-LinkingExecutionclassestoDescription_classes.png" size="88261" user="MireilleLouys" version="1"
 

Revision 42019-02-21 - MireilleLouys

 
META TOPICPARENT name="ObservationProvenanceDataModel"
Added:
>
>

PROV DM- PR preparation -second iteration

 

Discussion about the Activity Description Package

In order to push forward the Activity Configuration discussion, I have attached a last version of the class diagram below.

Documentation of the class diagram:

Deleted:
<
<
 
Deleted:
<
<
 
  • Parameter
Using the Parameter class allows to list the values read by an activity to parametrize its execution.
Each Parameter instance is identified by its name and can be queried.

A Parameter is a specific class. In contrary to ValueEntity it does not hold all the relations an Entity may have :

• no wasAttributedTo --> Agent link
• no hadMember--> Activity link
• no Used --> Activity link
• no wasGeneratedBy --> Activity link
If a Parameter value is chosen with respect to a Result Entity R, computed on purpose to generate this configuration value, or just reused from a previous excecution, then the Parameter Instance may have a wasInfluencedBy relation to this Result Entity R. This Entity R is then described in the system with the usual Entity links wasGeneratedBy and the Activity generating this value may also be described. The WasInfluencedBy relation is part of the relations defined in the vo-dml list of relations (College Park version).

This allows Parameter instances to be totally focused on the Configuration part of the Provenance DM, but still be able to trace the origin of their value.

The description of this parameter is stored in the ParameterDescription instance, which is connected via a Parameter --> ParameterDescription link, a Subset of Entity --> EntityDescription link.
Identified and dedicated access to the configuration information allows to trace and interpret the quality of the activities/result entities more efficiently than sorting between Entity types and Used relations types.

It suits to the life cycle of a Parameter instance which is the same as its related Activity.

Would an Activity instance A be deleted from the database, all Parameters instances bound to it would also be deleted, while the Entities instances consumed by A still pervades into the database as it may be used by another task/activity.
Changed:
<
<
  • !ParameterDescription
>
>
  • ParameterDescription
 
To represent the semantics and encoding of the configuration values entered to run an activity distinguished from the datasets consumed and produced. A Parameter can be queried, on its value and on its description.
Changed:
<
<
  • !ConfigFile
>
>
  • ConfigFile
 
The values used to control the activity are either contained into a Configuration file , which contains a key=value list .
This resource is stored as an Entity of type = Document.
The mechanism to search a value into this Document is managed by the project providing the Provenance information, usually using contextual text search.
This method needed to explore the ConfigFile content is outside the scope of this model.


<--  
-->

  • Activity Configuration package and its relation to the IVOA Prov DM:

  • class diagrams with independent parameter class/ no more derivation:
    ActivityAndConfigurationDescriptionForPR2_1502.png

META FILEATTACHMENT attachment="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" attr="" comment="Activity Configuration option one : Parameter inherits from ValueEntity" date="1549894131" name="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" path="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" size="104080" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.html" attr="h" comment="" date="1549894355" name="ActivityConfiguration2019-02-11.html" path="ActivityConfiguration2019-02-11.html" size="6794" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.zip" attr="" comment="A description of the package as html compressed file / generated by Modelio" date="1549894508" name="ActivityConfiguration2019-02-11.zip" path="ActivityConfiguration2019-02-11.zip" size="1934" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityAndConfigurationDescriptionForPR2_1502.png" attr="" comment="class diagram option 2: Independent parameter class/ no more derivation" date="1550511380" name="ActivityAndConfigurationDescriptionForPR2_1502.png" path="ActivityAndConfigurationDescriptionForPR2_1502.png" size="105596" user="MireilleLouys" version="1"

Revision 32019-02-18 - MireilleLouys

 
META TOPICPARENT name="ObservationProvenanceDataModel"
Changed:
<
<

Discussion about the Activity Discussion

>
>

Discussion about the Activity Description Package

 
Changed:
<
<
in order to push forward the Activity Configuration discussion , I have put a class diagram %ATTACH_URL%Activity_and_Configuration_Description_for_PR2_2019_02_11.png
>
>
In order to push forward the Activity Configuration discussion, I have attached a last version of the class diagram below.
 
Changed:
<
<
and documented the main classes for the ActivityConfiguration Package in the compressed html description ( zip) here below
>
>
Documentation of the class diagram:
 
Changed:
<
<
The documentation is available on volute at .
Changed:
<
<
  • Activity Configuration pckage and its relation to the IVOA Prov DM:
    Activity_and_Configuration_Description_for_PR2_2019_02_11.png
>
>
  • Activity Configuration package and its relation to the IVOA Prov DM:
 
Changed:
<
<
META FILEATTACHMENT attachment="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" attr="" comment="Activity Configuration pckage and its relation to the IVOA Prov DM" date="1549894131" name="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" path="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" size="104080" user="MireilleLouys" version="1"
>
>
  • class diagrams with independent parameter class/ no more derivation:
    ActivityAndConfigurationDescriptionForPR2_1502.png
Added:
>
>
META FILEATTACHMENT attachment="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" attr="" comment="Activity Configuration option one : Parameter inherits from ValueEntity" date="1549894131" name="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" path="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" size="104080" user="MireilleLouys" version="1"
 
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.html" attr="h" comment="" date="1549894355" name="ActivityConfiguration2019-02-11.html" path="ActivityConfiguration2019-02-11.html" size="6794" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.zip" attr="" comment="A description of the package as html compressed file / generated by Modelio" date="1549894508" name="ActivityConfiguration2019-02-11.zip" path="ActivityConfiguration2019-02-11.zip" size="1934" user="MireilleLouys" version="1"
Added:
>
>
META FILEATTACHMENT attachment="ActivityAndConfigurationDescriptionForPR2_1502.png" attr="" comment="class diagram option 2: Independent parameter class/ no more derivation" date="1550511380" name="ActivityAndConfigurationDescriptionForPR2_1502.png" path="ActivityAndConfigurationDescriptionForPR2_1502.png" size="105596" user="MireilleLouys" version="1"
 

Revision 22019-02-11 - MireilleLouys

 
META TOPICPARENT name="ObservationProvenanceDataModel"

Discussion about the Activity Discussion

in order to push forward the Activity Configuration discussion , I have put a class diagram %ATTACH_URL%Activity_and_Configuration_Description_for_PR2_2019_02_11.png

Changed:
<
<
and documented the main classes for the ActivityConfiguration Package in the compressed html description ( zip) here below

  • Activity Configuration pckage and its relation to the IVOA Prov DM:
    Activity_and_Configuration_Description_for_PR2_2019_02_11.png

META FILEATTACHMENT attachment="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" attr="" comment="Activity Configuration pckage and its relation to the IVOA Prov DM" date="1549894131" name="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" path="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" size="104080" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.html" attr="h" comment="" date="1549894355" name="ActivityConfiguration2019-02-11.html" path="ActivityConfiguration2019-02-11.html" size="6794" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.zip" attr="" comment="A description of the package as html compressed file / generated by Modelio" date="1549894508" name="ActivityConfiguration2019-02-11.zip" path="ActivityConfiguration2019-02-11.zip" size="1934" user="MireilleLouys" version="1"

Revision 12019-02-11 - MireilleLouys

 
META TOPICPARENT name="ObservationProvenanceDataModel"

Discussion about the Activity Discussion

in order to push forward the Activity Configuration discussion , I have put a class diagram %ATTACH_URL%Activity_and_Configuration_Description_for_PR2_2019_02_11.png

and documented the main classes for the ActivityConfiguration Package in the compressed html description ( zip) here below

<--  
-->

  • Activity Configuration pckage and its relation to the IVOA Prov DM:
    Activity_and_Configuration_Description_for_PR2_2019_02_11.png

META FILEATTACHMENT attachment="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" attr="" comment="Activity Configuration pckage and its relation to the IVOA Prov DM" date="1549894131" name="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" path="Activity_and_Configuration_Description_for_PR2_2019_02_11.png" size="104080" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.html" attr="h" comment="" date="1549894355" name="ActivityConfiguration2019-02-11.html" path="ActivityConfiguration2019-02-11.html" size="6794" user="MireilleLouys" version="1"
META FILEATTACHMENT attachment="ActivityConfiguration2019-02-11.zip" attr="" comment="A description of the package as html compressed file / generated by Modelio" date="1549894508" name="ActivityConfiguration2019-02-11.zip" path="ActivityConfiguration2019-02-11.zip" size="1934" user="MireilleLouys" version="1"
 
This site is powered by the TWiki collaboration platform Powered by Perl This site is powered by the TWiki collaboration platformCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback