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

Establish an interface for transformations of the pattern invocation network #379

Open
anthonyanjorin opened this issue Oct 31, 2018 · 3 comments
Assignees

Comments

@anthonyanjorin
Copy link
Contributor

With implementations e.g. for:

  • flat networks (easy debugging)
  • extracting all edges
  • diamond structure for consistency patterns
  • other simple decompositions?
@anthonyanjorin
Copy link
Contributor Author

Any first ideas on this issue?

@Arikae
Copy link
Collaborator

Arikae commented Dec 3, 2018

I'm not really sure where this is leading.
Isn't this kind of what we already do within ContextPatternTransformation?
I'm not really convinced that we can make this more elegant at the moment

@anthonyanjorin
Copy link
Contributor Author

The idea is to make some strategies perhaps optional or composable and let end users tweak this (e.g. for debuggability, for scalability, for more detailed infos from the pattern matcher, ...).

More elegant would be a general interface representing such decomposition strategies.

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

No branches or pull requests

3 participants