linchemin.cgu.graph_transformations.format_translators.GraphFormatCatalog¶
- class linchemin.cgu.graph_transformations.format_translators.GraphFormatCatalog[source]¶
Class to store the available GraphFormatTranslators
- __init__()¶
Methods
__init__()get_format(name)To get an instance of the specified AbsTranslator.
list_formats()To list the names of all available data model factories.
register_format(name, info)Decorator for registering a new format translator.