-
Notifications
You must be signed in to change notification settings - Fork 1
Home
TIRTH RAJEN MEHTA edited this page Jun 27, 2017
·
3 revisions
- hasRules has been exported in OPMW in the retrieval of components in the creation of the Abstract Template.
- isConcrete has been exported in OPMW in the retrieval of components in the creation of the Abstract Template.
- isCollection has been exported in OPMW in the retrieval of the data variables in the creation of the Abstract Template.
- The expanded template has been created only if there are abstract components available or else it is ensured that its creation does not take place. This has been handled with the public boolean ExportExpandedTemplate() function.
- The expanded template gets created in a systematic and consistent manner, similar to the abstract template with the P-PLAN relations maintained (public String createExpandedTemplate(String accname,String expandedTemplateName,String expandedTemplateURI,String templateName)).
- The URIs are all maintained consistent within the entire export.
- Currently we have relations between the executions and expanded template (if only the expanded template is created). Further relations between the expanded template and abstract template also.
The current naming scheme for the expanded template is: ABSOLUTE_NAME_FOR_EXPANDED_TEMPLATE+"_"+HASHED_VALUE_FOR_NAMES_OF_SORTED(ALPHABETICALLY)_COMPONENTS
- There is a new folder called Validations created present inside the src folder.
- There are tests for counting the number of templates, expanded templates and executions that are inserted in a local directory folder.