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

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

Subinterfaces of MeasureSet in ibspan.tss.um.ontology
 interface AgeSet
          Interface for AgeSet ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface DressSet
          Interface for DressSet ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface IntervalSet
          Interface for IntervalSet ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface NominalSet
          Interface for NominalSet ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface OrdinalSet
          Interface for OrdinalSet ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface ProfessionSet
          Interface for ProfessionSet 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 MeasureSet
 class AgeSetImpl
          Implementation of AgeSet Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class DressSetImpl
          Implementation of DressSet Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class IntervalSetImpl
          Implementation of IntervalSet Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class MeasureSetImpl
          Implementation of MeasureSet Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class NominalSetImpl
          Implementation of NominalSet 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 ProfessionSetImpl
          Implementation of ProfessionSet 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 MeasureSet
static MeasureSet UserModellingFactory.createMeasureSet(Resource resource, Model model)
          Create a new instance of MeasureSet.
static MeasureSet UserModellingFactory.createMeasureSet(String uri, Model model)
          Create a new instance of MeasureSet.
static MeasureSet UserModellingFactory.getMeasureSet(Resource resource, Model model)
          Create a new instance of MeasureSet.
static MeasureSet UserModellingFactory.getMeasureSet(String uri, Model model)
          Create a new instance of MeasureSet.
 

Uses of MeasureSet in ibspan.tss.um.stereotyping
 

Methods in ibspan.tss.um.stereotyping with parameters of type MeasureSet
 double MeasureCalculator.getDistance(Measure m, MeasureSet mset)
          Returns a distance between a given measure individual and a given measure set.
 boolean MeasureCalculator.isSetEmpty(MeasureSet mset)
          Returns true if given set is empty.