public class Profile extends Profile
Objects of this class should not be created directly as they are part of the internal logic.
profileId, signatureIndexes, valueIndexesdataSet, index| Constructor and Description |
|---|
Profile(IndirectDataset dataSet,
int index,
BinaryReader reader)
Constructs a new Profile object.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getSignatureIndexes()
An array of the signature indexes associated with the profile.
|
int[] |
getValueIndexes()
A array of the indexes of the values associated with the profile in order
of value index in the data set values list.
|
compareTo, getComponent, getProperties, getSignatures, getValues, getValues, getValues, init, toStringcompareTo, compareTo, getDataSet, getIndex, getIsNumeric, getNumber, readIntegerArray, readIntegerListpublic Profile(IndirectDataset dataSet, int index, BinaryReader reader)
dataSet - the data set the profile is contained within.index - the index in the data structure to the profile.reader - BinaryReader object to be used.public int[] getValueIndexes()
throws IOException
ProfilegetValueIndexes in class ProfileIOException - if there was a problem reading from the data file.public int[] getSignatureIndexes()
throws IOException
ProfilegetSignatureIndexes in class ProfileIOException - if there was a problem reading from the data file.Copyright © 2017 51Degrees. All rights reserved.