org.openscience.cdk.qsar.result
Interface IDescriptorResult

All Superinterfaces:
Serializable
All Known Implementing Classes:
BooleanResult, BooleanResultType, DoubleArrayResult, DoubleArrayResultType, DoubleResult, DoubleResultType, IntegerArrayResult, IntegerArrayResultType, IntegerResult, IntegerResultType

public interface IDescriptorResult
extends Serializable

Object that provides access to the calculated descriptor value. The concept was taken from JOELib.

Belongs to CDK module:
standard
Source code:
cdk-1.4.x

Method Summary
 int length()
          Returns the length of this descriptor.
 String toString()
          String representation of the result.
 

Method Detail

toString

String toString()
String representation of the result.

Overrides:
toString in class Object
Returns:
A string representation.

length

int length()
Returns the length of this descriptor.

Returns:
the length of the array of return values.