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

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

Subinterfaces of Measure in ibspan.tss.um.ontology
 interface Age
          Interface for Age ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface Dress
          Interface for Dress ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface Interval
          Interface for Interval ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface Nominal
          Interface for Nominal ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface Ordinal
          Interface for Ordinal ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface Profession
          Interface for Profession ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 interface Wealth
          Interface for Wealth ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
 

Classes in ibspan.tss.um.ontology that implement Measure
 class AgeImpl
          Implementation of Age Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class DressImpl
          Implementation of Dress Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class IntervalImpl
          Implementation of Interval Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class MeasureImpl
          Implementation of Measure Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class NominalImpl
          Implementation of Nominal Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 class OrdinalImpl
          Implementation of Ordinal 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.
 class WealthImpl
          Implementation of Wealth Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 

Methods in ibspan.tss.um.ontology that return Measure
 Measure WealthSetImpl.addContains()
           
 Measure ProfessionSetImpl.addContains()
           
 Measure OrdinalSetImpl.addContains()
           
 Measure OrdinalSet.addContains()
          Adds an anonymous value for the 'contains' property
 Measure NominalSetImpl.addContains()
           
 Measure NominalSet.addContains()
          Adds an anonymous value for the 'contains' property
 Measure DressSetImpl.addContains()
           
 Measure WealthSetImpl.addContains(Resource resource)
           
 Measure ProfessionSetImpl.addContains(Resource resource)
           
 Measure OrdinalSetImpl.addContains(Resource resource)
           
 Measure OrdinalSet.addContains(Resource resource)
          Adds a value for the 'contains' property.
 Measure NominalSetImpl.addContains(Resource resource)
           
 Measure NominalSet.addContains(Resource resource)
          Adds a value for the 'contains' property.
 Measure DressSetImpl.addContains(Resource resource)
           
static Measure UserModellingFactory.createMeasure(Resource resource, Model model)
          Create a new instance of Measure.
static Measure UserModellingFactory.createMeasure(String uri, Model model)
          Create a new instance of Measure.
static Measure UserModellingFactory.getMeasure(Resource resource, Model model)
          Create a new instance of Measure.
static Measure UserModellingFactory.getMeasure(String uri, Model model)
          Create a new instance of Measure.
 

Methods in ibspan.tss.um.ontology with parameters of type Measure
 void WealthSetImpl.addContains(Measure contains)
           
 void ProfessionSetImpl.addContains(Measure contains)
           
 void OrdinalSetImpl.addContains(Measure contains)
           
 void OrdinalSet.addContains(Measure contains)
          Adds a value for the 'contains' property
 void NominalSetImpl.addContains(Measure contains)
           
 void NominalSet.addContains(Measure contains)
          Adds a value for the 'contains' property
 void DressSetImpl.addContains(Measure contains)
           
 void DressSetListener.containsAdded(DressSet source, Measure newValue)
          Called when a value of contains has been added
 void NominalSetListener.containsAdded(NominalSet source, Measure newValue)
          Called when a value of contains has been added
 void OrdinalSetListener.containsAdded(OrdinalSet source, Measure newValue)
          Called when a value of contains has been added
 void ProfessionSetListener.containsAdded(ProfessionSet source, Measure newValue)
          Called when a value of contains has been added
 void WealthSetListener.containsAdded(WealthSet source, Measure newValue)
          Called when a value of contains has been added
 void DressSetListener.containsRemoved(DressSet source, Measure oldValue)
          Called when a value of contains has been removed
 void NominalSetListener.containsRemoved(NominalSet source, Measure oldValue)
          Called when a value of contains has been removed
 void OrdinalSetListener.containsRemoved(OrdinalSet source, Measure oldValue)
          Called when a value of contains has been removed
 void ProfessionSetListener.containsRemoved(ProfessionSet source, Measure oldValue)
          Called when a value of contains has been removed
 void WealthSetListener.containsRemoved(WealthSet source, Measure oldValue)
          Called when a value of contains has been removed
 void WealthSetImpl.removeContains(Measure contains)
           
 void ProfessionSetImpl.removeContains(Measure contains)
           
 void OrdinalSetImpl.removeContains(Measure contains)
           
 void OrdinalSet.removeContains(Measure contains)
          Removes a value for the 'contains' property.
 void NominalSetImpl.removeContains(Measure contains)
           
 void NominalSet.removeContains(Measure contains)
          Removes a value for the 'contains' property.
 void DressSetImpl.removeContains(Measure contains)
           
 

Uses of Measure in ibspan.tss.um.stereotyping
 

Methods in ibspan.tss.um.stereotyping with parameters of type Measure
 double MeasureCalculator.getDistance(Measure m, MeasureSet mset)
          Returns a distance between a given measure individual and a given measure set.
 int MeasureCalculator.getDomainSize(Measure m)
          Returns size of domain for a given measure, i.e. number of possible values,