Package org.openscience.cdk.qsar.result
Class BooleanResultType
java.lang.Object
org.openscience.cdk.qsar.result.BooleanResultType
- All Implemented Interfaces:
Serializable,IDescriptorResult
- Direct Known Subclasses:
BooleanResult
IDescriptorResult type for boolean.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BooleanResultType
public BooleanResultType()
-
-
Method Details
-
toString
Description copied from interface:IDescriptorResultString representation of the result.- Specified by:
toStringin interfaceIDescriptorResult- Overrides:
toStringin classObject- Returns:
- A string representation.
-
length
public int length()Description copied from interface:IDescriptorResultReturns the length of this descriptor.- Specified by:
lengthin interfaceIDescriptorResult- Returns:
- the length of the array of return values.
-