Uses of Class
org.openscience.cdk.isomorphism.mcss.RNode
-
Packages that use RNode Package Description org.openscience.cdk.isomorphism.mcss -
-
Uses of RNode in org.openscience.cdk.isomorphism.mcss
Methods in org.openscience.cdk.isomorphism.mcss that return types with arguments of type RNode Modifier and Type Method Description List<RNode>
RGraph. getGraph()
Returns the graph object of this RGraph.Methods in org.openscience.cdk.isomorphism.mcss with parameters of type RNode Modifier and Type Method Description void
RGraph. addNode(RNode newNode)
Adds a new node to the RGraph.
-