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

How to reference internal and external protocols (and possible other types) #27

Open
objectiser opened this issue Jan 16, 2010 · 0 comments

Comments

@objectiser
Copy link
Owner

Currently the model reference has a property 'isInner' to determine whether a derived protocol reference is inner or external. At the moment there is no mechanism for determining this - so it is just set to true by default, so that the link to inner protocols can be managed during projection.

Need to decide how this should be determined. Possibly as part of the initial validation of the global model before projection? - although not really validation (which should just be readonly task). May be it could be a final initialisation step on the model, but that would then not be extensible easily. So some kind of binding round might be appropriate.

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

1 participant