From cdcde2e8ad3774ebce5d4e1cb8196c77fa626bd5 Mon Sep 17 00:00:00 2001 From: JaFeKl Date: Sat, 5 Oct 2024 16:43:31 +0200 Subject: [PATCH] changed __init__.py to match current implementation --- basyx/aas/adapter/rdf/__init__.py | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/basyx/aas/adapter/rdf/__init__.py b/basyx/aas/adapter/rdf/__init__.py index e1c9c80b..de0713a8 100644 --- a/basyx/aas/adapter/rdf/__init__.py +++ b/basyx/aas/adapter/rdf/__init__.py @@ -1,17 +1,10 @@ """ .. _adapter.rdf.__init__: -This package contains functionality for serialization and deserialization of BaSyx Python SDK objects into/from XML. +This package contains functionality for serialization and deserialization of BaSyx Python SDK objects into RDF. -:ref:`xml_serialization `: The module offers a function to write an +:ref:`rdf_serialization `: The module offers a function to write an :class:`ObjectStore ` to a given file. - -:ref:`xml_deserialization `: The module offers a function to create an -:class:`ObjectStore ` from a given xml document. """ -from .rdf_serialization import AASToRDFEncoder, object_store_to_rdf, write_aas_rdf_file -#object_to_xml_element, \ -# write_aas_xml_element -# from .xml_deserialization import AASFromXmlDecoder, StrictAASFromXmlDecoder, StrippedAASFromXmlDecoder, \ -# StrictStrippedAASFromXmlDecoder, XMLConstructables, read_aas_xml_file, read_aas_xml_file_into, read_aas_xml_element \ No newline at end of file +from .rdf_serialization import AASToRDFEncoder, object_store_to_rdf, write_aas_rdf_file \ No newline at end of file