Interface IEdge
- All Known Implementing Classes:
EdgeBuilder
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 Summary
Modifier and TypeMethodDescriptionDeprecated.Returns bond matcher.Deprecated.Returns source Node.Deprecated.Returns target Node.
-
Method Details
-
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.
-