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

Packages that use ProfileData
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 ProfileData in ibspan.tss.um.ontology
 

Subinterfaces of ProfileData in ibspan.tss.um.ontology
 interface StereotypeProfileData
          Interface for StereotypeProfileData ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface UserProfileData
          Interface for UserProfileData ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 

Classes in ibspan.tss.um.ontology that implement ProfileData
 class ProfileDataImpl
          Implementation of ProfileData Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class StereotypeProfileDataImpl
          Implementation of StereotypeProfileData Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 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 ProfileData
static ProfileData UserModellingFactory.createProfileData(Resource resource, Model model)
          Create a new instance of ProfileData.
static ProfileData UserModellingFactory.createProfileData(String uri, Model model)
          Create a new instance of ProfileData.
static ProfileData UserModellingFactory.getProfileData(Resource resource, Model model)
          Create a new instance of ProfileData.
static ProfileData UserModellingFactory.getProfileData(String uri, Model model)
          Create a new instance of ProfileData.