Uses of Class
org.openlca.dataconversion.LCADocument

Uses of LCADocument in org.openlca.dataconversion
 

Methods in org.openlca.dataconversion that return LCADocument
 LCADocument LCADocumentBuilder.getLCADocument(java.io.File file)
          Returns an LCADocument from a given file.
 LCADocument Converter.getLCADocument(java.io.File sourceFile)
          Returns the LCA document for a given file or throws a ConverterException.
 LCADocument ConversionData.getSourceDocument()
          Returns the source document of the conversion.
 

Methods in org.openlca.dataconversion that return types with arguments of type LCADocument
 java.util.List<LCADocument> ConversionData.getCreatedDocuments()
          Returns a list of created documents.
 java.util.List<LCADocument> Converter.getLCADocuments(java.io.File sourceDir)
          Returns LCADocuments from a given directory.
 java.util.List<LCADocument> LCADocumentBuilder.getLCADocuments(java.io.File[] files)
          Returns a list of LCA documents from an file array.
 

Methods in org.openlca.dataconversion with parameters of type LCADocument
 ConversionData Converter.convert(LCADocument document, DataFormat targetFormat, java.io.File targetDir)
          Converts a single LCA document into a given target directory.
 void ConversionData.setSourceDocument(LCADocument sourceDocument)
          Sets the source document of the conversion.
 

Method parameters in org.openlca.dataconversion with type arguments of type LCADocument
 java.util.List<ConversionData> Converter.convert(java.util.List<LCADocument> documents, DataFormat targetFormat, java.io.File targetDir)
          Converts a list of LCA documents into a given target directory.
 java.util.List<java.lang.String> Converter.getUnits(java.util.List<LCADocument> documents)
          Returns the units of a list of LCA documents.