SD2E / opil

The Open Protocol Interface Language (OPIL) is intended as a standard language for protocol interfaces
5 stars 1 forks source link

Support clone/copy methods for Parameter objects #50

Closed tramyn closed 3 years ago

tramyn commented 3 years ago

Intent Parser currently have clone methods supported for OPIL Parameter objects. These clone methods are used to avoid multiple users from overwriting the same Parameter objects when generating OPIL from an experiment request. It would be useful if OPIL can have this type of method supported so Intent Parser does not have to ensure every field within a Parameter object have been correctly copied over to a new Parameter object.

bbartley commented 3 years ago

I believe the appropriate place to implement this is in pySBOL3 and have filed an issue there accordingly.