public class Profile extends Profile
Profile.
Objects of this class should not be created directly as they are part of the internal logic.
For more information see: how Pattern device detection works.
profileId, signatureIndexes, valueIndexesdataSet, index| Constructor and Description |
|---|
Profile(Dataset dataSet,
int offset,
BinaryReader reader)
Constructs a new instance of the Profile.
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getSignatureIndexes()
Get array of signature indexes associated with the profile.
|
int[] |
getValueIndexes()
Get array of value indexes associated with the profile.
|
compareTo, getComponent, getProperties, getSignatures, getValues, getValues, getValues, init, toStringcompareTo, compareTo, getDataSet, getIndex, getIsNumeric, getNumber, readIntegerArray, readIntegerListpublic Profile(Dataset dataSet, int offset, BinaryReader reader)
dataSet - The data set whose profile list the profile will be
contained within.offset - The offset position in the data structure to the profile.reader - Reader connected to the source data structure and
positioned to start reading.public int[] getValueIndexes()
getValueIndexes in class Profilepublic int[] getSignatureIndexes()
getSignatureIndexes in class ProfileCopyright © 2017 51Degrees. All rights reserved.