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

Composition of Components #16

Open
3 tasks
xwavex opened this issue Nov 4, 2016 · 0 comments
Open
3 tasks

Composition of Components #16

xwavex opened this issue Nov 4, 2016 · 0 comments

Comments

@xwavex
Copy link
Member

xwavex commented Nov 4, 2016

I am proposing a way to manage the composition of functional parts in form of components.

Using a specialized component, ComponentFrame, to nest any kind of components that implements a specific interface σ:

Interface σ:

- prov getService() : ServicePtr
- prov unregisterService() : void
- prov unloadActivity() : void
ComponentFrame:

- prov addComponent(comp) : void,  ∃ s ∈ comp.services (s = σ)

Questions that need to be investigated:

  • Independent scheduling
  • Sequential scheduling triggered by ComponentFrame
  • Loading of components from within the ComponentFrame
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

1 participant