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

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

Classes in ibspan.tss.um.ontology that implement IntervalDomain
 class IntervalDomainImpl
          Implementation of IntervalDomain Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class.
 

Methods in ibspan.tss.um.ontology that return IntervalDomain
static IntervalDomain UserModellingFactory.createIntervalDomain(Resource resource, Model model)
          Create a new instance of IntervalDomain.
static IntervalDomain UserModellingFactory.createIntervalDomain(String uri, Model model)
          Create a new instance of IntervalDomain.
static IntervalDomain UserModellingFactory.getAgeDomain(Model model)
          Get an AgeDomain individual.
static IntervalDomain UserModellingFactory.getIntervalDomain(Resource resource, Model model)
          Create a new instance of IntervalDomain.
static IntervalDomain UserModellingFactory.getIntervalDomain(String uri, Model model)
          Create a new instance of IntervalDomain.
 

Methods in ibspan.tss.um.ontology with parameters of type IntervalDomain
 void IntervalDomainListener.hasLeftBoundChanged(IntervalDomain source)
          Called when hasLeftBound has changed
 void IntervalDomainListener.hasRightBoundChanged(IntervalDomain source)
          Called when hasRightBound has changed
 void IntervalDomainListener.ofMeasureChanged(IntervalDomain source)
          Called when ofMeasure has changed
 

Uses of IntervalDomain in ibspan.tss.um.stereotyping
 

Methods in ibspan.tss.um.stereotyping that return IntervalDomain
 IntervalDomain MeasureCalculator.getIntervalDomain(Interval i)
          Returns domain describing given measure.
 IntervalDomain MeasureCalculator.getIntervalDomain(String intervalRDFType)
          Returns domain describing given measure.