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

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

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

Methods in ibspan.tss.um.ontology that return User
static User UserModellingFactory.createUser(Resource resource, Model model)
          Create a new instance of User.
static User UserModellingFactory.createUser(String uri, Model model)
          Create a new instance of User.
static User UserModellingFactory.getLastUser(Model model)
          Get an LastUser individual.
static User UserModellingFactory.getUser(Resource resource, Model model)
          Create a new instance of User.
static User UserModellingFactory.getUser(String uri, Model model)
          Create a new instance of User.
 

Methods in ibspan.tss.um.ontology with parameters of type User
 void UserListener.hasLoginChanged(User source)
          Called when hasLogin has changed
 void UserListener.hasNameChanged(User source)
          Called when hasName has changed
 void UserListener.hasPasswordChanged(User source)
          Called when hasPassword has changed
 void UserListener.hasUserIDChanged(User source)
          Called when hasUserID has changed