Skip to content

Commit cdcde2e

Browse files
committed
changed __init__.py to match current implementation
1 parent cfdfd9a commit cdcde2e

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

basyx/aas/adapter/rdf/__init__.py

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
"""
22
.. _adapter.rdf.__init__:
33
4-
This package contains functionality for serialization and deserialization of BaSyx Python SDK objects into/from XML.
4+
This package contains functionality for serialization and deserialization of BaSyx Python SDK objects into RDF.
55
6-
:ref:`xml_serialization <adapter.xml.xml_serialization>`: The module offers a function to write an
6+
:ref:`rdf_serialization <adapter.xml.rdf_serialization>`: The module offers a function to write an
77
:class:`ObjectStore <basyx.aas.model.provider.AbstractObjectStore>` to a given file.
8-
9-
:ref:`xml_deserialization <adapter.xml.xml_deserialization>`: The module offers a function to create an
10-
:class:`ObjectStore <basyx.aas.model.provider.AbstractObjectStore>` from a given xml document.
118
"""
129

13-
from .rdf_serialization import AASToRDFEncoder, object_store_to_rdf, write_aas_rdf_file
14-
#object_to_xml_element, \
15-
# write_aas_xml_element
16-
# from .xml_deserialization import AASFromXmlDecoder, StrictAASFromXmlDecoder, StrippedAASFromXmlDecoder, \
17-
# StrictStrippedAASFromXmlDecoder, XMLConstructables, read_aas_xml_file, read_aas_xml_file_into, read_aas_xml_element
10+
from .rdf_serialization import AASToRDFEncoder, object_store_to_rdf, write_aas_rdf_file

0 commit comments

Comments
 (0)