Class EdgeBuilder

  • All Implemented Interfaces:
    IEdge

    @Deprecated
    public class EdgeBuilder
    extends Object
    implements 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.
    Class for building/storing edges (bonds) in the graph with bond query capabilities.
    Author:
    Syed Asad Rahman <asad@ebi.ac.uk>
    Source code:
    main
    Belongs to CDK module:
    smsd
    • Method Detail

      • getSource

        public INode getSource()
        Deprecated.
        Returns source Node.
        Specified by:
        getSource in interface IEdge
        Returns:
        source node.
      • getTarget

        public INode getTarget()
        Deprecated.
        Returns target Node.
        Specified by:
        getTarget in interface IEdge
        Returns:
        target Node.
      • getBondMatcher

        public VFBondMatcher getBondMatcher()
        Deprecated.
        Returns bond matcher.
        Specified by:
        getBondMatcher in interface IEdge
        Returns:
        Query Bond.