You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been kicking around the idea of defining a Factory interface for our python-stix|cybox|maec extension points that could potentially simplify the complex from_dict() and from_obj() methods we have now.
I have also been thinking that we could have a corresponding ExtensionField which gets a factory as it's type (or maybe a factory and default kwarg). VocabField in python-stix and python-cybox could potentially leverage this.
The text was updated successfully, but these errors were encountered:
bworrell
changed the title
Add Factory classes for extension points
Add Factory interface for extension points
Sep 25, 2015
I have been kicking around the idea of defining a Factory interface for our python-stix|cybox|maec extension points that could potentially simplify the complex
from_dict()
andfrom_obj()
methods we have now.I have also been thinking that we could have a corresponding
ExtensionField
which gets a factory as it's type (or maybe afactory
anddefault
kwarg).VocabField
in python-stix and python-cybox could potentially leverage this.The text was updated successfully, but these errors were encountered: