C# 클래스 MetFragNET.Algorithm.FragmentationAlgorithm

파일 보기 프로젝트 열기: NonlinearDynamics/MetFrag.NET 1 사용 예제들

공개 메소드들

메소드 설명
FragmentationAlgorithm ( ImplicitHydrogenAdder hydrogenAdder, FragmentGenerator fragmentGenerator, HitsMatcher hitsMatcher ) : System.Threading
GenerateFragments ( IAtomContainer compound, string compoundId, CancellationToken isCancelled ) : ResultRow

메소드 상세

FragmentationAlgorithm() 공개 메소드

public FragmentationAlgorithm ( ImplicitHydrogenAdder hydrogenAdder, FragmentGenerator fragmentGenerator, HitsMatcher hitsMatcher ) : System.Threading
hydrogenAdder ImplicitHydrogenAdder
fragmentGenerator FragmentGenerator
hitsMatcher HitsMatcher
리턴 System.Threading

GenerateFragments() 공개 메소드

public GenerateFragments ( IAtomContainer compound, string compoundId, CancellationToken isCancelled ) : ResultRow
compound IAtomContainer
compoundId string
isCancelled System.Threading.CancellationToken
리턴 MetFragNET.Results.ResultRow