Uses of Interface
org.milyn.profile.ProfileSet

Packages that use ProfileSet
org.milyn.profile Entity profiling implementation. 
org.milyn.useragent   
 

Uses of ProfileSet in org.milyn.profile
 

Classes in org.milyn.profile that implement ProfileSet
 class DefaultProfileSet
          Default ProfileSet implementation.
 

Methods in org.milyn.profile that return ProfileSet
 ProfileSet ProfileStore.getProfileSet(String baseProfile)
          Get the ProfileSet associated with the specified profile member.
 ProfileSet DefaultProfileStore.getProfileSet(String profileMember)
           
 

Methods in org.milyn.profile with parameters of type ProfileSet
 void ProfileStore.addProfileSet(ProfileSet profileSet)
          Add a ProfileSet to the store.
 void DefaultProfileStore.addProfileSet(ProfileSet profileSet)
          Add a ProfileSet for the named profile member.
 

Uses of ProfileSet in org.milyn.useragent
 

Methods in org.milyn.useragent that return ProfileSet
 ProfileSet UAContext.getProfileSet()
          Get the ProfileSet for the device.
 ProfileSet MockUAContext.getProfileSet()
           
 



Copyright © 2018. All rights reserved.