getProperty

abstract fun getProperty(node: Node<T>, molecule: Molecule, property: String): Double

Given a Node, a 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