Class EdgeBuilder
java.lang.Object
org.openscience.cdk.smsd.algorithm.vflib.builder.EdgeBuilder
- All Implemented Interfaces:
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
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
EdgeBuilder
(NodeBuilder source, NodeBuilder target, VFBondMatcher matcher) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns bond matcher.Deprecated.Returns source Node.Deprecated.Returns target Node.
-
Constructor Details
-
EdgeBuilder
Deprecated.- Parameters:
source
-target
-matcher
-
-
-
Method Details
-
getSource
Deprecated.Returns source Node. -
getTarget
Deprecated.Returns target Node. -
getBondMatcher
Deprecated.Returns bond matcher.- Specified by:
getBondMatcher
in interfaceIEdge
- Returns:
- Query Bond.
-