| Package | Description |
|---|---|
| fiftyone.mobile.detection | |
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
private Signature |
Match.signature |
(package private) Signature |
Match.MatchState.signature |
| Modifier and Type | Field and Description |
|---|---|
private List<Signature> |
Match.signatures |
ReadonlyList<Signature> |
Dataset.signatures
A list of all the signatures the data set contains.
|
| Modifier and Type | Method and Description |
|---|---|
Signature |
Match.getSignature()
The signature with the closest match to the user agent provided.
|
| Modifier and Type | Method and Description |
|---|---|
ReadonlyList<Signature> |
Dataset.getSignatures()
List of signatures the data set contains.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
BaseScore.evaluateSignature(Match match,
Signature signature,
int lastNodeCharacter) |
protected int |
NearestScore.getInitialScore(Match match,
Signature signature,
int lastNodeCharacter) |
protected int |
ClosestScore.getInitialScore(Match match,
Signature signature,
int lastNodeCharacter)
Calculate the initial score based on the difference in length of the
right most node and the target user agent.
|
protected abstract int |
BaseScore.getInitialScore(Match match,
Signature signature,
int lastNodeCharacter)
Sets any initial score before each node is evaluated.
|
private int |
BaseScore.getScore(Match match,
Signature signature,
int lastNodeCharacter) |
(package private) void |
Match.setSignature(Signature signature) |
| Modifier and Type | Field and Description |
|---|---|
private Signature[] |
Value.signatures |
private Signature[] |
Profile.signatures |
| Modifier and Type | Method and Description |
|---|---|
private Signature[] |
Value.doGetSignatures()
Gets all the signatures associated with the value.
|
private Signature[] |
Profile.doGetSignatures() |
Signature[] |
Value.getSignatures() |
Signature[] |
Profile.Signatures() |
| Modifier and Type | Method and Description |
|---|---|
int |
Signature.compareTo(Signature other)
Compares this signature to another based on the node offsets.
|
| Modifier and Type | Method and Description |
|---|---|
Signature |
SignatureFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |