Uses of Class
fiftyone.mobile.detection.entities.Profile

Packages that use Profile
fiftyone.mobile.detection   
fiftyone.mobile.detection.entities   
fiftyone.mobile.detection.factories   
 

Uses of Profile in fiftyone.mobile.detection
 

Fields in fiftyone.mobile.detection declared as Profile
(package private)  Profile[] Match.profiles
           
(package private)  Profile[] Match.MatchState.profiles
           
 

Fields in fiftyone.mobile.detection with type parameters of type Profile
 ReadonlyList<Profile> Dataset.profiles
          A list of all the possible profiles the data set contains.
 

Methods in fiftyone.mobile.detection that return Profile
 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.
 

Methods in fiftyone.mobile.detection that return types with arguments of type Profile
 ReadonlyList<Profile> Dataset.getProfiles()
          A list of all the possible profiles the data set contains.
 

Uses of Profile in fiftyone.mobile.detection.entities
 

Fields in fiftyone.mobile.detection.entities declared as Profile
private  Profile Component.defaultProfile
           
private  Profile[] Value.profiles
           
private  Profile[] Signature.profiles
           
private  Profile[] Component.profiles
           
 

Methods in fiftyone.mobile.detection.entities that return Profile
 Profile Component.getDefaultProfile()
          The default profile that should be returned for the component.
 Profile[] Value.getProfiles()
          Array containing the profiles the value is associated with.
 Profile[] Signature.getProfiles()
          List of the profiles the signature relates to.
 Profile[] Component.getProfiles()
          An array of the p
private  Profile[] Value.GetProfiles()
          Gets all the profiles associated with the value.
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.
 

Methods in fiftyone.mobile.detection.entities with parameters of type Profile
 int Profile.compareTo(Profile other)
          Compares this profile to another using the numeric ProfileId field.
 

Uses of Profile in fiftyone.mobile.detection.factories
 

Methods in fiftyone.mobile.detection.factories that return Profile
 Profile ProfileFactory.create(Dataset dataSet, int index, BinaryReader reader)
           
 

Methods in fiftyone.mobile.detection.factories with parameters of type Profile
 int ProfileFactory.getLength(Profile entity)