get Property
abstract fun getProperty(node: Node<T>, molecule: Molecule, property: String): Double
Content copied to clipboard
Given an Node, an Molecule and a property expressed as a String, returns a numeric value. If a numeric value is not deducible, Double.NaN is returned.
Return
a numeric value representing the property
Parameters
node
the node
molecule
the molecule to analyze
property
the property to extract