@TestClass(value="org.openscience.cdk.smsd.algorithm.vflib.VFLibTest") public class EdgeBuilder extends Object implements IEdge
Modifier | Constructor and Description |
---|---|
protected |
EdgeBuilder(NodeBuilder source,
NodeBuilder target,
VFBondMatcher matcher) |
Modifier and Type | Method and Description |
---|---|
VFBondMatcher |
getBondMatcher()
Returns bond matcher.
|
INode |
getSource()
Returns source Node.
|
INode |
getTarget()
Returns target Node.
|
protected EdgeBuilder(NodeBuilder source, NodeBuilder target, VFBondMatcher matcher)
source
- target
- matcher
- public INode getSource()
public INode getTarget()
public VFBondMatcher getBondMatcher()
getBondMatcher
in interface IEdge
Copyright © 2014. All Rights Reserved.