Class PathEdge


  • @Deprecated
    public class PathEdge
    extends Object
    Deprecated.
    This class is part of SMSD and either duplicates functionality elsewhere in the CDK or provides public access to internal implementation details. SMSD has been deprecated from the CDK and a newer, more recent version of SMSD is available at http://github.com/asad/smsd.
    Author:
    Richard L. Apodaca <rapodaca at metamolecular.com> 2007-2009, Syed Asad Rahman >asad@ebi.ac.uk< 2009-2010
    Source code:
    main
    Belongs to CDK module:
    smsd
    • Constructor Detail

      • PathEdge

        public PathEdge​(List<IAtom> atoms)
        Deprecated.
    • Method Detail

      • getAtoms

        public List<IAtom> getAtoms()
        Deprecated.
      • getSource

        public IAtom getSource()
        Deprecated.
      • getTarget

        public IAtom getTarget()
        Deprecated.
      • isCycle

        public boolean isCycle()
        Deprecated.