Interface INode
- All Known Implementing Classes:
NodeBuilder
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 Node (atomss) in graph.
- Author:
- Syed Asad Rahman <asad@ebi.ac.uk>
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddEdge(EdgeBuilder edge) Deprecated.Adds edge to the edge list.voidaddNeighbor(NodeBuilder node) Deprecated.Adds neighbor to the Neighbors List.intDeprecated.Returns Neighbors count.Deprecated.Returns Query Atom.getEdges()Deprecated.Returns List of Edges.Deprecated.Returns neighbors.
-
Method Details
-
countNeighbors
int countNeighbors()Deprecated.Returns Neighbors count.- Returns:
- Neighbors count.
-
neighbors
Deprecated.Returns neighbors.- Returns:
- Iterable INode.
-
getAtomMatcher
VFAtomMatcher getAtomMatcher()Deprecated.Returns Query Atom.- Returns:
- Query Atom.
-
getEdges
Deprecated.Returns List of Edges.- Returns:
- edges.
-
addEdge
Deprecated.Adds edge to the edge list.- Parameters:
edge- add an edge.
-
addNeighbor
Deprecated.Adds neighbor to the Neighbors List.- Parameters:
node- add a node.
-