String[] theSplitedPeakInformation = thePeakInformation.split(this.CRITERION_DIVIDED_PEAK_INFORMATION);
theSplitedPeakInformation[this.ANNOTATED_ATOM_NUMBER_INDEX] =
this.__getCorrectAnnotatedAtomNumber(theMolecule, theSplitedPeakInformation[this.ANNOTATED_ATOM_NUMBER_INDEX], theJugmentOfCarbonPeak);
thePeakList.addPeak(this.__generatePeakInformation(theSplitedPeakInformation, theExperimentEnvironmentList));
return thePeakList;
}
private String __getCorrectAnnotatedAtomNumber(IMolecule theMolecule, String theAnnotatedAtomNumber, boolean theJugmentOfCarbonPeak) {