|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserProfile | |
---|---|
ibspan.tss.agents.pa | PersonalAgent implementation. |
ibspan.tss.dao | Set of Data Access Objects providing nice interface to underlying ontological models, especially in situation when use of Jastor-generated beans cannot support in solving particular problem. |
ibspan.tss.test | Provides set of tests of sensitive and vital parts of the system, especially related to user modelling. |
ibspan.tss.um.filtering | Implementation of algorithm for filering ontological data by exploitation of user profile. |
ibspan.tss.um.ontology | Ontology Java beans generated from user-modelling ontology (with http://www.ibspan.waw.pl/tss/UserModelling# namespace) with Jastor tool. |
ibspan.tss.um.stereotyping | Implementation of algorithm for stereotyping used to initialize user profile. |
Uses of UserProfile in ibspan.tss.agents.pa |
---|
Methods in ibspan.tss.agents.pa that return UserProfile | |
---|---|
UserProfile |
PersonalAgent.getMyUserProfile()
|
Uses of UserProfile in ibspan.tss.dao |
---|
Methods in ibspan.tss.dao that return UserProfile | |
---|---|
UserProfile |
ProfileDAO.getUserProfile(int userID)
Returns profile for the user with given ID. |
UserProfile |
ProfileDAO.getUserProfileByID(Integer userID)
Returns profile for the user with given ID. |
Uses of UserProfile in ibspan.tss.test |
---|
Methods in ibspan.tss.test with parameters of type UserProfile | |
---|---|
static void |
PrettyPrinter.print(UserProfile p,
PrintStream out)
|
Uses of UserProfile in ibspan.tss.um.filtering |
---|
Constructors in ibspan.tss.um.filtering with parameters of type UserProfile | |
---|---|
FilteringAlgorithm(UserProfile profile,
OntModel mDomain)
Constructs FilteringAlgorithm. |
Uses of UserProfile in ibspan.tss.um.ontology |
---|
Classes in ibspan.tss.um.ontology that implement UserProfile | |
---|---|
class |
UserProfileImpl
Implementation of UserProfile
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class. |
Methods in ibspan.tss.um.ontology that return UserProfile | |
---|---|
static UserProfile |
UserModellingFactory.createUserProfile(Resource resource,
Model model)
Create a new instance of UserProfile. |
static UserProfile |
UserModellingFactory.createUserProfile(String uri,
Model model)
Create a new instance of UserProfile. |
static UserProfile |
UserModellingFactory.getUserProfile(Resource resource,
Model model)
Create a new instance of UserProfile. |
static UserProfile |
UserModellingFactory.getUserProfile(String uri,
Model model)
Create a new instance of UserProfile. |
Methods in ibspan.tss.um.ontology with parameters of type UserProfile | |
---|---|
void |
UserProfileListener.hasOpinionsChanged(UserProfile source)
Called when hasOpinions has changed |
void |
UserProfileListener.hasUserIDChanged(UserProfile source)
Called when hasUserID has changed |
void |
UserProfileListener.hasUserProfileDataChanged(UserProfile source)
Called when hasUserProfileData has changed |
Uses of UserProfile in ibspan.tss.um.stereotyping |
---|
Methods in ibspan.tss.um.stereotyping with parameters of type UserProfile | |
---|---|
void |
StereotypingAlgorithm.initializeUserProfile(UserProfile u)
Initialize the given user profile by use of this stereotyping algorithm. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |