Uses of Interface
ibspan.tss.um.ontology.UserProfileData

Packages that use UserProfileData
ibspan.tss.test Provides set of tests of sensitive and vital parts of the system, especially related to user modelling. 
ibspan.tss.um.ontology Ontology Java beans generated from user-modelling ontology (with http://www.ibspan.waw.pl/tss/UserModelling# namespace) with Jastor tool. 
 

Uses of UserProfileData in ibspan.tss.test
 

Methods in ibspan.tss.test with parameters of type UserProfileData
static void PrettyPrinter.print(UserProfileData d, PrintStream out)
           
 

Uses of UserProfileData in ibspan.tss.um.ontology
 

Classes in ibspan.tss.um.ontology that implement UserProfileData
 class UserProfileDataImpl
          Implementation of UserProfileData Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 

Methods in ibspan.tss.um.ontology that return UserProfileData
static UserProfileData UserModellingFactory.createUserProfileData(Resource resource, Model model)
          Create a new instance of UserProfileData.
static UserProfileData UserModellingFactory.createUserProfileData(String uri, Model model)
          Create a new instance of UserProfileData.
 UserProfileData UserProfileImpl.getHasUserProfileData()
           
 UserProfileData UserProfile.getHasUserProfileData()
          Gets the 'hasUserProfileData' property value
static UserProfileData UserModellingFactory.getUserProfileData(Resource resource, Model model)
          Create a new instance of UserProfileData.
static UserProfileData UserModellingFactory.getUserProfileData(String uri, Model model)
          Create a new instance of UserProfileData.
 UserProfileData UserProfileImpl.setHasUserProfileData()
           
 UserProfileData UserProfile.setHasUserProfileData()
          Sets the 'hasUserProfileData' property value to an anonymous node
 UserProfileData UserProfileImpl.setHasUserProfileData(Resource resource)
           
 UserProfileData UserProfile.setHasUserProfileData(Resource resource)
          Sets the 'hasUserProfileData' property value to the given resource, and add's rdf:type properties.
 

Methods in ibspan.tss.um.ontology with parameters of type UserProfileData
 void UserProfileDataListener.hasAgeChanged(UserProfileData source)
          Called when hasAge has changed
 void UserProfileDataListener.hasDressChanged(UserProfileData source)
          Called when hasDress has changed
 void UserProfileDataListener.hasProfessionChanged(UserProfileData source)
          Called when hasProfession has changed
 void UserProfileDataListener.hasWealthChanged(UserProfileData source)
          Called when hasWealth has changed
 void UserProfileImpl.setHasUserProfileData(UserProfileData hasUserProfileData)
           
 void UserProfile.setHasUserProfileData(UserProfileData hasUserProfileData)
          Sets the 'hasUserProfileData' property value
 void UserProfileDataListener.wasBornChanged(UserProfileData source)
          Called when wasBorn has changed