Package org.openscience.cdk.qsar.result
Class IntegerResult
- java.lang.Object
-
- org.openscience.cdk.qsar.result.IntegerResult
-
- All Implemented Interfaces:
Serializable
,IDescriptorResult
public class IntegerResult extends Object implements IDescriptorResult
Object that provides access to the calculated descriptor value.- See Also:
- Serialized Form
- Source code:
- main
- Belongs to CDK module:
- standard
-
-
Constructor Summary
Constructors Constructor Description IntegerResult(int value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
intValue()
int
length()
Returns the length of this descriptor.String
toString()
String representation of the result.
-
-
-
Method Detail
-
intValue
public int intValue()
-
toString
public String toString()
Description copied from interface:IDescriptorResult
String representation of the result.- Specified by:
toString
in interfaceIDescriptorResult
- Overrides:
toString
in classObject
- Returns:
- A string representation.
-
length
public int length()
Description copied from interface:IDescriptorResult
Returns the length of this descriptor.- Specified by:
length
in interfaceIDescriptorResult
- Returns:
- the length of the array of return values.
-
-