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

Packages that use RatedResult
ibspan.tss.um.ontology Ontology Java beans generated from user-modelling ontology (with http://www.ibspan.waw.pl/tss/UserModelling# namespace) with Jastor tool. 
 

Uses of RatedResult in ibspan.tss.um.ontology
 

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

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

Methods in ibspan.tss.um.ontology with parameters of type RatedResult
 void RatedResultListener.hasTemperatureChanged(RatedResult source)
          Called when hasTemperature has changed
 void RatedResultListener.ofObjectChanged(RatedResult source)
          Called when ofObject has changed