Class Match


  • @Deprecated
    public class Match
    extends Object
    Deprecated.
    SMSD has been deprecated from the CDK with a newer, more recent version of SMSD is available at http://github.com/asad/smsd.
    Holds matching query and target nodes.
    Author:
    Syed Asad Rahman <asad@ebi.ac.uk>
    Source code:
    main
    Belongs to CDK module:
    smsd
    • Constructor Detail

      • Match

        public Match​(INode query,
                     IAtom target)
        Deprecated.
        Constructor
        Parameters:
        query -
        target -
    • Method Detail

      • getQueryNode

        public INode getQueryNode()
        Deprecated.
        Return query node
        Returns:
        query node
      • getTargetAtom

        public IAtom getTargetAtom()
        Deprecated.
        Return Target Atom
        Returns:
        target Atom