Information about an additional property of a molecule set.
name | data type | description |
---|---|---|
name | string | Name of the property. |
type | string | Java data type. Result of Object#toString() invoked on the represented property's MolProp#getPropType(). |
numeric | boolean | Is the represented type numeric. |
extractor | string | Property extractor. |
Example
{ "name" : "...", "type" : "...", "numeric" : true, "extractor" : "..." }