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

Change extension object constructor from protected to public #134

Open
bbartley opened this issue Jan 29, 2017 · 0 comments
Open

Change extension object constructor from protected to public #134

bbartley opened this issue Jan 29, 2017 · 0 comments
Milestone

Comments

@bbartley
Copy link
Contributor

Each class has two constructors, a public constructor and a protected extension class constructor. The extension class constructor is typically called by extension classes derived from a core class. In order to define extension classes using pySBOL, it is necessary to expose to the extension class constructor. Thus all extension class constructors should be changed from protected to public

@kirichoi kirichoi added this to the 2.1.2 milestone Feb 2, 2017
@cjmyers cjmyers modified the milestone: 2.3.0 Jul 3, 2017
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

3 participants