| Package | Description |
|---|---|
| fiftyone.mobile.detection | |
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
(package private) Profile[] |
Match.profiles |
(package private) Profile[] |
Match.MatchState.profiles |
| Modifier and Type | Field and Description |
|---|---|
ReadonlyList<Profile> |
Dataset.profiles
A list of all the possible profiles the data set contains.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
Dataset.findProfile(int profileId)
Searches the list of profile Ids and returns the profile if the profile
id is valid.
|
Profile[] |
Match.getProfiles()
Array of profiles associated with the device that was found.
|
| Modifier and Type | Method and Description |
|---|---|
ReadonlyList<Profile> |
Dataset.getProfiles()
A list of all the possible profiles the data set contains.
|
| Modifier and Type | Field and Description |
|---|---|
private Profile |
Component.defaultProfile |
private Profile[] |
Value.profiles |
private Profile[] |
Signature.profiles |
private Profile[] |
Component.profiles |
| Modifier and Type | Method and Description |
|---|---|
private Profile[] |
Value.doGetProfiles()
Gets all the profiles associated with the value.
|
Profile |
Component.getDefaultProfile()
The default profile that should be returned for the component.
|
Profile[] |
Value.getProfiles() |
Profile[] |
Signature.getProfiles()
List of the profiles the signature relates to.
|
Profile[] |
Component.getProfiles()
An array of the p
|
private Profile[] |
Component.GetProfiles()
Returns an array of all the profiles that relate to this component.
|
private Profile[] |
Signature.getProfiles(int[] profileIndexes)
Returns an array of profiles associated with the signature.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Profile.compareTo(Profile other)
Compares this profile to another using the numeric ProfileId field.
|
| Modifier and Type | Method and Description |
|---|---|
Profile |
ProfileFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |
| Modifier and Type | Method and Description |
|---|---|
int |
ProfileFactory.getLength(Profile entity) |