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

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

Subinterfaces of OrdinalSet in ibspan.tss.um.ontology
 interface DressSet
          Interface for DressSet ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface WealthSet
          Interface for WealthSet ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 

Classes in ibspan.tss.um.ontology that implement OrdinalSet
 class DressSetImpl
          Implementation of DressSet Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class OrdinalSetImpl
          Implementation of OrdinalSet Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class WealthSetImpl
          Implementation of WealthSet Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 

Methods in ibspan.tss.um.ontology that return OrdinalSet
static OrdinalSet UserModellingFactory.createOrdinalSet(Resource resource, Model model)
          Create a new instance of OrdinalSet.
static OrdinalSet UserModellingFactory.createOrdinalSet(String uri, Model model)
          Create a new instance of OrdinalSet.
static OrdinalSet UserModellingFactory.getOrdinalSet(Resource resource, Model model)
          Create a new instance of OrdinalSet.
static OrdinalSet UserModellingFactory.getOrdinalSet(String uri, Model model)
          Create a new instance of OrdinalSet.
 

Methods in ibspan.tss.um.ontology with parameters of type OrdinalSet
 void OrdinalSetListener.containsAdded(OrdinalSet source, Measure newValue)
          Called when a value of contains has been added
 void OrdinalSetListener.containsAdded(OrdinalSet source, Ordinal newValue)
          Called when a value of contains has been added
 void OrdinalSetListener.containsRemoved(OrdinalSet source, Measure oldValue)
          Called when a value of contains has been removed
 void OrdinalSetListener.containsRemoved(OrdinalSet source, Ordinal oldValue)
          Called when a value of contains has been removed
 

Uses of OrdinalSet in ibspan.tss.um.stereotyping
 

Methods in ibspan.tss.um.stereotyping with parameters of type OrdinalSet
 double MeasureCalculator.getOrdinalDistance(OrdinalSet oset, Ordinal o)
          Returns a distance between a given ordinal individual and a given ordinal set.