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

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

Subinterfaces of IntervalSet 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.
 

Classes in ibspan.tss.um.ontology that implement IntervalSet
 class AgeSetImpl
          Implementation of AgeSet 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.
 

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

Methods in ibspan.tss.um.ontology with parameters of type IntervalSet
 void IntervalSetListener.hasLeftBoundChanged(IntervalSet source)
          Called when hasLeftBound has changed
 void IntervalSetListener.hasRightBoundChanged(IntervalSet source)
          Called when hasRightBound has changed
 

Uses of IntervalSet in ibspan.tss.um.stereotyping
 

Methods in ibspan.tss.um.stereotyping with parameters of type IntervalSet
 double MeasureCalculator.getIntervalDistance(IntervalSet iset, Interval i)
          Returns a distance between the given interval individual and a given interval set.