Package org.openscience.cdk.qsar.result
Class IntegerArrayResult
java.lang.Object
org.openscience.cdk.qsar.result.IntegerArrayResultType
org.openscience.cdk.qsar.result.IntegerArrayResult
- All Implemented Interfaces:
Serializable
,IDescriptorResult
- See Also:
- Source code:
- main
- Belongs to CDK module:
- standard
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
IntegerArrayResult
public IntegerArrayResult() -
IntegerArrayResult
public IntegerArrayResult(int size)
-
-
Method Details
-
add
public void add(int value) -
get
public int get(int index) The first int is at index = 0. -
length
public int length()Description copied from interface:IDescriptorResult
Returns the length of this descriptor.- Specified by:
length
in interfaceIDescriptorResult
- Overrides:
length
in classIntegerArrayResultType
- Returns:
- the length of the array of return values.
-
toString
Description copied from interface:IDescriptorResult
String representation of the result.- Specified by:
toString
in interfaceIDescriptorResult
- Overrides:
toString
in classIntegerArrayResultType
- Returns:
- A string representation.
-