|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NominalSet | |
---|---|
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 NominalSet in ibspan.tss.um.ontology |
---|
Subinterfaces of NominalSet in ibspan.tss.um.ontology | |
---|---|
interface |
ProfessionSet
Interface for ProfessionSet ontology class Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface. |
Classes in ibspan.tss.um.ontology that implement NominalSet | |
---|---|
class |
NominalSetImpl
Implementation of NominalSet
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class. |
class |
ProfessionSetImpl
Implementation of ProfessionSet
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class. |
Methods in ibspan.tss.um.ontology that return NominalSet | |
---|---|
static NominalSet |
UserModellingFactory.createNominalSet(Resource resource,
Model model)
Create a new instance of NominalSet. |
static NominalSet |
UserModellingFactory.createNominalSet(String uri,
Model model)
Create a new instance of NominalSet. |
static NominalSet |
UserModellingFactory.getNominalSet(Resource resource,
Model model)
Create a new instance of NominalSet. |
static NominalSet |
UserModellingFactory.getNominalSet(String uri,
Model model)
Create a new instance of NominalSet. |
Methods in ibspan.tss.um.ontology with parameters of type NominalSet | |
---|---|
void |
NominalSetListener.containsAdded(NominalSet source,
Measure newValue)
Called when a value of contains has been added |
void |
NominalSetListener.containsAdded(NominalSet source,
Nominal newValue)
Called when a value of contains has been added |
void |
NominalSetListener.containsRemoved(NominalSet source,
Measure oldValue)
Called when a value of contains has been removed |
void |
NominalSetListener.containsRemoved(NominalSet source,
Nominal oldValue)
Called when a value of contains has been removed |
Uses of NominalSet in ibspan.tss.um.stereotyping |
---|
Methods in ibspan.tss.um.stereotyping with parameters of type NominalSet | |
---|---|
double |
MeasureCalculator.getNominalDistance(NominalSet nset,
Nominal n)
Returns a distance between the given nominal individual and a given nominal set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |