Uses of Class
psidev.psi.mi.jami.crosslink.extension.CsvRange
-
Packages that use CsvRange Package Description psidev.psi.mi.jami.crosslink.extension.datasource psidev.psi.mi.jami.crosslink.io.parser psidev.psi.mi.jami.crosslink.listener -
-
Uses of CsvRange in psidev.psi.mi.jami.crosslink.extension.datasource
Method parameters in psidev.psi.mi.jami.crosslink.extension.datasource with type arguments of type CsvRange Modifier and Type Method Description voidAbstractCsvSource. onMismatchBetweenPeptideAndLinkedPositions(List<CsvRange> peptidePositions, List<CsvRange> linkedPositions)Event fired when the number of peptide positions is greater than one and is not the same as the number of linked positionsvoidAbstractCsvStreamSource. onMismatchBetweenPeptideAndLinkedPositions(List<CsvRange> peptidePositions, List<CsvRange> linkedPositions)Event fired when the number of peptide positions is greater than one and is not the same as the number of linked positionsvoidCsvMixedEvidenceSource. onMismatchBetweenPeptideAndLinkedPositions(List<CsvRange> peptidePositions, List<CsvRange> linkedPositions)Event fired when the number of peptide positions is greater than one and is not the same as the number of linked positionsvoidCsvNaryEvidenceSource. onMismatchBetweenPeptideAndLinkedPositions(List<CsvRange> peptidePositions, List<CsvRange> linkedPositions)Event fired when the number of peptide positions is greater than one and is not the same as the number of linked positionsvoidAbstractCsvSource. onMismatchBetweenRangePositionsAndProteins(List<CsvRange> rangePositions, List<CsvProtein> proteins)Event fired when the number of range positions is superior to 1 and the number of proteins is also superior to 1 but does not match the number of rangesvoidAbstractCsvStreamSource. onMismatchBetweenRangePositionsAndProteins(List<CsvRange> rangePositions, List<CsvProtein> proteins)Event fired when the number of range positions is superior to 1 and the number of proteins is also superior to 1 but does not match the number of rangesvoidCsvMixedEvidenceSource. onMismatchBetweenRangePositionsAndProteins(List<CsvRange> rangePositions, List<CsvProtein> proteins)Event fired when the number of range positions is superior to 1 and the number of proteins is also superior to 1 but does not match the number of rangesvoidCsvNaryEvidenceSource. onMismatchBetweenRangePositionsAndProteins(List<CsvRange> rangePositions, List<CsvProtein> proteins)Event fired when the number of range positions is superior to 1 and the number of proteins is also superior to 1 but does not match the number of ranges -
Uses of CsvRange in psidev.psi.mi.jami.crosslink.io.parser
Methods in psidev.psi.mi.jami.crosslink.io.parser that return types with arguments of type CsvRange Modifier and Type Method Description protected List<CsvRange>AbstractCsvInteractionEvidenceParser. parseCrossLinkingFeatures(String pepPos, String linkedPos, int lineNumber, int pepColumnNumber, int linkedColumnNumber)parseCrossLinkingFeatures.protected List<CsvRange>AbstractCsvInteractionEvidenceParser. parsePositions(String pos, int lineNumber, int colNumber)parsePositions.Methods in psidev.psi.mi.jami.crosslink.io.parser with parameters of type CsvRange Modifier and Type Method Description protected CsvFeatureEvidenceAbstractCsvInteractionEvidenceParser. createCrossLinkFeatureEvidence(CsvRange range)createCrossLinkFeatureEvidence.protected CsvParticipantEvidenceAbstractCsvInteractionEvidenceParser. createParticipantEvidence(CsvProtein csvProtein, int lineNumber, int columnNumber, CsvRange range)createParticipantEvidence.Method parameters in psidev.psi.mi.jami.crosslink.io.parser with type arguments of type CsvRange Modifier and Type Method Description protected voidAbstractCsvInteractionEvidenceParser. processMismatchPeptidePositions(List<CsvRange> peptidePositions, List<CsvRange> linkedPositions)processMismatchPeptidePositions.protected voidAbstractCsvInteractionEvidenceParser. processMismatchProteinPositions(List<CsvRange> rangePositions, List<CsvProtein> proteins)processMismatchProteinPositions. -
Uses of CsvRange in psidev.psi.mi.jami.crosslink.listener
Method parameters in psidev.psi.mi.jami.crosslink.listener with type arguments of type CsvRange Modifier and Type Method Description voidCsvParserListener. onMismatchBetweenPeptideAndLinkedPositions(List<CsvRange> peptidePositions, List<CsvRange> linkedPositions)Event fired when the number of peptide positions is greater than one and is not the same as the number of linked positionsvoidCsvParserLogger. onMismatchBetweenPeptideAndLinkedPositions(List<CsvRange> peptidePositions, List<CsvRange> linkedPositions)Event fired when the number of peptide positions is greater than one and is not the same as the number of linked positionsvoidCsvParserListener. onMismatchBetweenRangePositionsAndProteins(List<CsvRange> rangePositions, List<CsvProtein> proteins)Event fired when the number of range positions is superior to 1 and the number of proteins is also superior to 1 but does not match the number of rangesvoidCsvParserLogger. onMismatchBetweenRangePositionsAndProteins(List<CsvRange> rangePositions, List<CsvProtein> proteins)Event fired when the number of range positions is superior to 1 and the number of proteins is also superior to 1 but does not match the number of ranges
-