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

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

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

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