Skip navigation links

Package org.pfsw.tools.cda.plugin.export.spi

Export Service Programming Interface

See: Description

Package org.pfsw.tools.cda.plugin.export.spi Description

Export Service Programming Interface


This package provides an abstract superclass for classes that are supposed to export parts or the whole data model of CDA.
To implement your own erporter create a subclass of AModelExporter and implement all abstract methods. Override all those inherited methods from AModelObjectVisitor that are relevant for your special export.
Skip navigation links