Package | Description |
---|---|
org.openscience.smsd.algorithm.vflib.builder | |
org.openscience.smsd.algorithm.vflib.interfaces |
Modifier and Type | Class and Description |
---|---|
class |
EdgeBuilder
Class for building/storing edges (bonds) in the graph with bond query
capabilities.
|
Modifier and Type | Method and Description |
---|---|
IEdge |
VFQueryBuilder.connect(INode source,
INode target,
BondMatcher matcher)
Construct and return an edge for a given query and target node
|
IEdge |
VFQueryBuilder.getEdge(INode source,
INode target)
Returns an edge associated between two nodes.
|
IEdge |
VFQueryBuilder.getEdge(int index)
Returns an edge of the query mol at a given position.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IEdge> |
VFQueryBuilder.edges()
Returns edges of the query.
|
java.util.List<IEdge> |
NodeBuilder.getEdges()
Returns List of Edges.
|
Modifier and Type | Method and Description |
---|---|
IEdge |
IQuery.getEdge(INode source,
INode target)
Returns an edge associated between two nodes.
|
IEdge |
IQuery.getEdge(int index)
Returns an edge of the query mol at a given position.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<IEdge> |
IQuery.edges()
Returns edges of the query.
|
java.util.List<IEdge> |
INode.getEdges()
Returns List of Edges.
|