Interface IEdge

  • All Known Implementing Classes:
    EdgeBuilder

    @Deprecated
    public interface IEdge
    Deprecated.
    SMSD has been deprecated from the CDK with a newer, more recent version of SMSD is available at http://github.com/asad/smsd.
    Interface for the Edges (bonds) in graph.
    Author:
    Syed Asad Rahman <asad@ebi.ac.uk>
    Source code:
    main
    Belongs to CDK module:
    smsd
    • Method Detail

      • getSource

        INode getSource()
        Deprecated.
        Returns source Node.
        Returns:
        source node.
      • getTarget

        INode getTarget()
        Deprecated.
        Returns target Node.
        Returns:
        target Node.
      • getBondMatcher

        VFBondMatcher getBondMatcher()
        Deprecated.
        Returns bond matcher.
        Returns:
        Query Bond.