| Package | Description |
|---|---|
| fiftyone.mobile.detection | |
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
private Component |
Dataset.browsers |
private Component |
Dataset.crawlers |
private Component |
Dataset.hardware |
private Component |
Dataset.software |
| Modifier and Type | Field and Description |
|---|---|
ReadonlyList<Component> |
Dataset.components |
| Modifier and Type | Method and Description |
|---|---|
Component |
Dataset.getBrowsers()
The browser component.
|
Component |
Dataset.getComponent(String componentName)
Returns the Component associated with the name provided.
|
Component |
Dataset.getCrawlers()
The crawler component.
|
Component |
Dataset.getHardware()
The hardware component.
|
Component |
Dataset.getSoftware()
The software component.
|
| Modifier and Type | Method and Description |
|---|---|
ReadonlyList<Component> |
Dataset.getComponents()
A list of all the components the data set contains.
|
| Modifier and Type | Field and Description |
|---|---|
private Component |
Property.component |
private Component |
Profile.component |
| Modifier and Type | Method and Description |
|---|---|
Component |
Value.getComponent() |
Component |
Property.getComponent()
The component the property relates to.
|
Component |
Profile.getComponent() |
| Modifier and Type | Method and Description |
|---|---|
int |
Component.compareTo(Component other)
Compares this component to another using the numeric ComponentId field.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
ComponentFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |