Package org.openscience.cdk.qsar.result
Class BooleanResult
java.lang.Object
org.openscience.cdk.qsar.result.BooleanResultType
org.openscience.cdk.qsar.result.BooleanResult
- All Implemented Interfaces:
Serializable
,IDescriptorResult
Object that provides access to the calculated descriptor value.
- See Also:
- Source code:
- main
- Belongs to CDK module:
- standard
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openscience.cdk.qsar.result.BooleanResultType
length
-
Constructor Details
-
BooleanResult
public BooleanResult(boolean value)
-
-
Method Details
-
booleanValue
public boolean booleanValue() -
toString
Description copied from interface:IDescriptorResult
String representation of the result.- Specified by:
toString
in interfaceIDescriptorResult
- Overrides:
toString
in classBooleanResultType
- Returns:
- A string representation.
-