| Package | Description |
|---|---|
| fiftyone.mobile.detection | |
| fiftyone.mobile.detection.entities | |
| fiftyone.mobile.detection.factories |
| Modifier and Type | Field and Description |
|---|---|
ReadonlyList<Property> |
Dataset.properties |
| Modifier and Type | Method and Description |
|---|---|
Property |
Dataset.get(String propertyName) |
| Modifier and Type | Method and Description |
|---|---|
ReadonlyList<Property> |
Dataset.getProperties()
A list of all properties the data set contains.
|
| Modifier and Type | Method and Description |
|---|---|
Values |
Match.getValues(Property property)
Gets the values associated with the property name using the profiles
found by the match.
|
| Modifier and Type | Field and Description |
|---|---|
private Property[] |
Profile.properties |
private Property[] |
Component.properties |
private Property |
Values.property
The property the list of values relates to.
|
private Property |
Value.property |
| Modifier and Type | Method and Description |
|---|---|
private Property[] |
Profile.doGetProperties() |
Property[] |
Profile.getProperties() |
Property[] |
Component.getProperties()
Array of properties the component relates to.
|
private Property[] |
Component.GetProperties()
Returns an array of the properties associated with the component.
|
Property |
Value.getProperty() |
| Modifier and Type | Method and Description |
|---|---|
int |
Property.compareTo(Property other)
Compares this property to another using the index field if they're in the
same list, otherwise the name field.
|
Values |
Profile.getValues(Property property)
Gets the values associated with the property.
|
| Constructor and Description |
|---|
Values(Property property,
Collection<Value> values)
Constructs a new instance of the values list.
|
| Modifier and Type | Method and Description |
|---|---|
Property |
PropertyFactory.create(Dataset dataSet,
int index,
BinaryReader reader) |