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

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

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

Classes in ibspan.tss.um.ontology that implement Interval
 class AgeImpl
          Implementation of Age 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.
 

Methods in ibspan.tss.um.ontology that return Interval
static Interval UserModellingFactory.createInterval(Resource resource, Model model)
          Create a new instance of Interval.
static Interval UserModellingFactory.createInterval(String uri, Model model)
          Create a new instance of Interval.
 Interval IntervalSetImpl.getHasLeftBound()
           
 Interval IntervalSet.getHasLeftBound()
          Gets the 'hasLeftBound' property value
 Interval IntervalDomainImpl.getHasLeftBound()
           
 Interval IntervalDomain.getHasLeftBound()
          Gets the 'hasLeftBound' property value
 Interval AgeSetImpl.getHasLeftBound()
           
 Interval IntervalSetImpl.getHasRightBound()
           
 Interval IntervalSet.getHasRightBound()
          Gets the 'hasRightBound' property value
 Interval IntervalDomainImpl.getHasRightBound()
           
 Interval IntervalDomain.getHasRightBound()
          Gets the 'hasRightBound' property value
 Interval AgeSetImpl.getHasRightBound()
           
static Interval UserModellingFactory.getInterval(Resource resource, Model model)
          Create a new instance of Interval.
static Interval UserModellingFactory.getInterval(String uri, Model model)
          Create a new instance of Interval.
 Interval IntervalSetImpl.setHasLeftBound()
           
 Interval IntervalSet.setHasLeftBound()
          Sets the 'hasLeftBound' property value to an anonymous node
 Interval IntervalDomainImpl.setHasLeftBound()
           
 Interval IntervalDomain.setHasLeftBound()
          Sets the 'hasLeftBound' property value to an anonymous node
 Interval AgeSetImpl.setHasLeftBound()
           
 Interval IntervalSetImpl.setHasLeftBound(Resource resource)
           
 Interval IntervalSet.setHasLeftBound(Resource resource)
          Sets the 'hasLeftBound' property value to the given resource, and add's rdf:type properties.
 Interval IntervalDomainImpl.setHasLeftBound(Resource resource)
           
 Interval IntervalDomain.setHasLeftBound(Resource resource)
          Sets the 'hasLeftBound' property value to the given resource, and add's rdf:type properties.
 Interval AgeSetImpl.setHasLeftBound(Resource resource)
           
 Interval IntervalSetImpl.setHasRightBound()
           
 Interval IntervalSet.setHasRightBound()
          Sets the 'hasRightBound' property value to an anonymous node
 Interval IntervalDomainImpl.setHasRightBound()
           
 Interval IntervalDomain.setHasRightBound()
          Sets the 'hasRightBound' property value to an anonymous node
 Interval AgeSetImpl.setHasRightBound()
           
 Interval IntervalSetImpl.setHasRightBound(Resource resource)
           
 Interval IntervalSet.setHasRightBound(Resource resource)
          Sets the 'hasRightBound' property value to the given resource, and add's rdf:type properties.
 Interval IntervalDomainImpl.setHasRightBound(Resource resource)
           
 Interval IntervalDomain.setHasRightBound(Resource resource)
          Sets the 'hasRightBound' property value to the given resource, and add's rdf:type properties.
 Interval AgeSetImpl.setHasRightBound(Resource resource)
           
 

Methods in ibspan.tss.um.ontology with parameters of type Interval
 void IntervalListener.mapsLinearValueChanged(Interval source)
          Called when mapsLinearValue has changed
 void IntervalSetImpl.setHasLeftBound(Interval hasLeftBound)
           
 void IntervalSet.setHasLeftBound(Interval hasLeftBound)
          Sets the 'hasLeftBound' property value
 void IntervalDomainImpl.setHasLeftBound(Interval hasLeftBound)
           
 void IntervalDomain.setHasLeftBound(Interval hasLeftBound)
          Sets the 'hasLeftBound' property value
 void AgeSetImpl.setHasLeftBound(Interval hasLeftBound)
           
 void IntervalSetImpl.setHasRightBound(Interval hasRightBound)
           
 void IntervalSet.setHasRightBound(Interval hasRightBound)
          Sets the 'hasRightBound' property value
 void IntervalDomainImpl.setHasRightBound(Interval hasRightBound)
           
 void IntervalDomain.setHasRightBound(Interval hasRightBound)
          Sets the 'hasRightBound' property value
 void AgeSetImpl.setHasRightBound(Interval hasRightBound)
           
 

Uses of Interval in ibspan.tss.um.stereotyping
 

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