Uses of Interface
com.compomics.util.io.export.ExportFeature
Packages that use ExportFeature
Package
Description
Classes related to exporting reports.
Classes related to exporting Reporter features.
Package containing classes listing the possible export features for PeptideShaker.
Package containing classes listing the possible export features for Reporter.
-
Uses of ExportFeature in com.compomics.util.io.export
Methods in com.compomics.util.io.export that return types with arguments of type ExportFeatureModifier and TypeMethodDescriptionExportFactory.getExportFeatures(String sectionName, boolean includeSubFeatures) Returns the export features implemented for the given section.ExportFeature.getExportFeatures(boolean includeSubFeatures) Returns a list of all implemented export features.ExportScheme.getExportFeatures(String section) Returns the export features to be included in the given section.Methods in com.compomics.util.io.export with parameters of type ExportFeatureModifier and TypeMethodDescriptionvoidExportScheme.addExportFeature(String section, ExportFeature exportFeature) Adds an export feature to the desired section.Method parameters in com.compomics.util.io.export with type arguments of type ExportFeatureModifier and TypeMethodDescriptionvoidExportScheme.setExportFeatures(String section, ArrayList<ExportFeature> exportFeatures) Sets the export features of a given section.Constructor parameters in com.compomics.util.io.export with type arguments of type ExportFeatureModifierConstructorDescriptionExportScheme(String name, boolean editable, ArrayList<String> sectionList, HashMap<String, ArrayList<ExportFeature>> exportFeatures, String separator, boolean indexes, boolean header, int separationLines, boolean includeSectionTitles, boolean validatedOnly, boolean includeDecoys) Constructor.ExportScheme(String name, boolean editable, HashMap<String, ArrayList<ExportFeature>> exportFeatures, String separator, boolean indexes, boolean header, int separationLines, boolean includeSectionTitles, boolean validatedOnly, boolean includeDecoys) Constructor.ExportScheme(String name, boolean editable, HashMap<String, ArrayList<ExportFeature>> exportFeatures, String separator, boolean indexes, boolean header, int separationLines, boolean includeSectionTitles, boolean validatedOnly, boolean includeDecoys, String mainTitle) Constructor. -
Uses of ExportFeature in com.compomics.util.io.export.features
Subinterfaces of ExportFeature in com.compomics.util.io.export.featuresModifier and TypeInterfaceDescriptioninterfaceReporter extension of the utilities export features. -
Uses of ExportFeature in com.compomics.util.io.export.features.peptideshaker
Classes in com.compomics.util.io.export.features.peptideshaker that implement ExportFeatureModifier and TypeClassDescriptionenumThis class lists the annotation export features.enumThis class lists the fragment identification features.enumThis class lists the Algorithm identification features.enumThis enum lists the export features related to the import features.enumThis class lists the peptide identification features.enumThis class lists the PSM identification features.enumThis class lists the protein identification features.enumThis class lists the PSM identification features.enumThis enum groups the export features related to PTM scoring.enumThis class lists the export features linked to the spectrum identification.enumThis class lists all the export features related to the spectrum counting.enumThis enum lists the export features linked to the validation process.Methods in com.compomics.util.io.export.features.peptideshaker that return types with arguments of type ExportFeatureModifier and TypeMethodDescriptionPsAnnotationFeature.getExportFeatures(boolean includeSubFeatures) PsFragmentFeature.getExportFeatures(boolean includeSubFeatures) PsIdentificationAlgorithmMatchesFeature.getExportFeatures(boolean includeSubFeatures) PsInputFilterFeature.getExportFeatures(boolean includeSubFeatures) PsPeptideFeature.getExportFeatures(boolean includeSubFeatures) PsProjectFeature.getExportFeatures(boolean includeSubFeatures) PsProteinFeature.getExportFeatures(boolean includeSubFeatures) PsPsmFeature.getExportFeatures(boolean includeSubFeatures) PsPtmScoringFeature.getExportFeatures(boolean includeSubFeatures) PsSearchFeature.getExportFeatures(boolean includeSubFeatures) PsSpectrumCountingFeature.getExportFeatures(boolean includeSubFeatures) PsValidationFeature.getExportFeatures(boolean includeSubFeatures) -
Uses of ExportFeature in com.compomics.util.io.export.features.reporter
Classes in com.compomics.util.io.export.features.reporter that implement ExportFeatureModifier and TypeClassDescriptionenumThis enum lists all the peptide export features available from reporter complementarily to the ones available in PeptideShaker.enumThis enum lists all the protein export features available from reporter complementarily to the ones available in PeptideShaker.enumThis enum lists all the PSM export features available from reporter complementarily to the ones available in PeptideShaker.Methods in com.compomics.util.io.export.features.reporter that return types with arguments of type ExportFeatureModifier and TypeMethodDescriptionReporterPeptideFeature.getExportFeatures(boolean includeSubFeatures) ReporterProteinFeatures.getExportFeatures(boolean includeSubFeatures) ReporterPsmFeatures.getExportFeatures(boolean includeSubFeatures)