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

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

Subinterfaces of Nominal in ibspan.tss.um.ontology
 interface Profession
          Interface for Profession ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 

Classes in ibspan.tss.um.ontology that implement Nominal
 class NominalImpl
          Implementation of Nominal Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class ProfessionImpl
          Implementation of Profession Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 

Methods in ibspan.tss.um.ontology that return Nominal
 Nominal ProfessionSetImpl.addContains_asNominal()
           
 Nominal NominalSetImpl.addContains_asNominal()
           
 Nominal NominalSet.addContains_asNominal()
          Adds an anonymous value for the 'contains' property
 Nominal ProfessionSetImpl.addContains_asNominal(Resource resource)
           
 Nominal NominalSetImpl.addContains_asNominal(Resource resource)
           
 Nominal NominalSet.addContains_asNominal(Resource resource)
          Adds a value for the 'contains' property.
static Nominal UserModellingFactory.createNominal(Resource resource, Model model)
          Create a new instance of Nominal.
static Nominal UserModellingFactory.createNominal(String uri, Model model)
          Create a new instance of Nominal.
static Nominal UserModellingFactory.getNominal(Resource resource, Model model)
          Create a new instance of Nominal.
static Nominal UserModellingFactory.getNominal(String uri, Model model)
          Create a new instance of Nominal.
 

Methods in ibspan.tss.um.ontology with parameters of type Nominal
 void ProfessionSetImpl.addContains(Nominal contains)
           
 void NominalSetImpl.addContains(Nominal contains)
           
 void NominalSet.addContains(Nominal contains)
          Adds a value for the 'contains' property
 void NominalSetListener.containsAdded(NominalSet source, Nominal newValue)
          Called when a value of contains has been added
 void ProfessionSetListener.containsAdded(ProfessionSet source, Nominal newValue)
          Called when a value of contains has been added
 void NominalSetListener.containsRemoved(NominalSet source, Nominal oldValue)
          Called when a value of contains has been removed
 void ProfessionSetListener.containsRemoved(ProfessionSet source, Nominal oldValue)
          Called when a value of contains has been removed
 void ProfessionSetImpl.removeContains(Nominal contains)
           
 void NominalSetImpl.removeContains(Nominal contains)
           
 void NominalSet.removeContains(Nominal contains)
          Removes a value for the 'contains' property.
 

Uses of Nominal in ibspan.tss.um.stereotyping
 

Methods in ibspan.tss.um.stereotyping with parameters of type Nominal
 double MeasureCalculator.getNominalDistance(NominalSet nset, Nominal n)
          Returns a distance between the given nominal individual and a given nominal set.