Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"include" specification clarification #16

Open
rakhimov opened this issue Dec 10, 2016 · 1 comment
Open

"include" specification clarification #16

rakhimov opened this issue Dec 10, 2016 · 1 comment

Comments

@rakhimov
Copy link
Member

As it is currently specified, the custom "include" specification is completely redundant.
The difference between native XML directives and the custom opsa-mef include
is worded to be only in that opsa-mef doesn't require the file to be physically included within context
but "loaded".
This feature actually makes automatic validation with schema extremely hard;
that's why both XML entity include and XInclude actually physically include the snippet.
Given today's availability of computing power and memory,
the reasoning for the custom "include" feature seems outdated.
The current XML tools can handle opsa-mef models with 1 million basic events/gates with 1 GiB memory without much problem.

Alternatively, conforming tools should be able to accept multiple files at once for analysis.
Why should the whole model be described with a single file?

If this custom feature was intended to mimic the run/analysis configuration file for software
(that is, providing a set of input files),
then it should be specified that way.

@emelendez-csn
Copy link

emelendez-csn commented Dec 10, 2016 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants