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

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

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

Methods in ibspan.tss.um.ontology that return ContextParameter
 ContextParameter UserBehaviourContextImpl.addHasParameter()
           
 ContextParameter UserBehaviourContext.addHasParameter()
          Adds an anonymous value for the 'hasParameter' property
 ContextParameter UserBehaviourContextImpl.addHasParameter(Resource resource)
           
 ContextParameter UserBehaviourContext.addHasParameter(Resource resource)
          Adds a value for the 'hasParameter' property.
static ContextParameter UserModellingFactory.createContextParameter(Resource resource, Model model)
          Create a new instance of ContextParameter.
static ContextParameter UserModellingFactory.createContextParameter(String uri, Model model)
          Create a new instance of ContextParameter.
static ContextParameter UserModellingFactory.getContextParameter(Resource resource, Model model)
          Create a new instance of ContextParameter.
static ContextParameter UserModellingFactory.getContextParameter(String uri, Model model)
          Create a new instance of ContextParameter.
static ContextParameter UserModellingFactory.getTargetURI(Model model)
          Get an TargetURI individual.
 

Methods in ibspan.tss.um.ontology with parameters of type ContextParameter
 void UserBehaviourContextImpl.addHasParameter(ContextParameter hasParameter)
           
 void UserBehaviourContext.addHasParameter(ContextParameter hasParameter)
          Adds a value for the 'hasParameter' property
 void ContextParameterListener.hasNameChanged(ContextParameter source)
          Called when hasName has changed
 void UserBehaviourContextListener.hasParameterAdded(UserBehaviourContext source, ContextParameter newValue)
          Called when a value of hasParameter has been added
 void UserBehaviourContextListener.hasParameterRemoved(UserBehaviourContext source, ContextParameter oldValue)
          Called when a value of hasParameter has been removed
 void ContextParameterListener.hasValueChanged(ContextParameter source)
          Called when hasValue has changed
 void UserBehaviourContextImpl.removeHasParameter(ContextParameter hasParameter)
           
 void UserBehaviourContext.removeHasParameter(ContextParameter hasParameter)
          Removes a value for the 'hasParameter' property.