|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UserBehaviourContext
Interface for UserBehaviourContext ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/UserModelling#UserBehaviourContext)
Field Summary | |
---|---|
static Property |
hasParameterProperty
The Jena Property for hasParameter (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasParameter) |
static Resource |
TYPE
The rdf:type for this ontology class |
Fields inherited from interface com.ibm.adtech.jastor.Thing |
---|
copyright |
Method Summary | |
---|---|
ContextParameter |
addHasParameter()
Adds an anonymous value for the 'hasParameter' property |
void |
addHasParameter(ContextParameter hasParameter)
Adds a value for the 'hasParameter' property |
ContextParameter |
addHasParameter(Resource resource)
Adds a value for the 'hasParameter' property. |
Iterator |
getHasParameter()
Get an Iterator the 'hasParameter' property values. |
void |
removeHasParameter(ContextParameter hasParameter)
Removes a value for the 'hasParameter' property. |
Methods inherited from interface com.ibm.adtech.jastor.Thing |
---|
clearCache, isRDFType, listStatements, model, registerListener, removeStatements, resource, unregisterListener, uri |
Field Detail |
---|
static final Resource TYPE
static final Property hasParameterProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasParameter)
Method Detail |
---|
Iterator getHasParameter() throws com.ibm.adtech.jastor.JastorException
Iterator
of ContextParameter
com.ibm.adtech.jastor.JastorException
hasParameterProperty
void addHasParameter(ContextParameter hasParameter) throws com.ibm.adtech.jastor.JastorException
The
- ContextParameter
to add
com.ibm.adtech.jastor.JastorException
hasParameterProperty
ContextParameter addHasParameter() throws com.ibm.adtech.jastor.JastorException
ContextParameter
created
com.ibm.adtech.jastor.JastorException
hasParameterProperty
ContextParameter addHasParameter(Resource resource) throws com.ibm.adtech.jastor.JastorException
ContextParameter
with the factory
and calling addHasParameter(ibspan.tss.um.ontology.ContextParameter hasParameter)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#ContextParameter. That is, this method
should not be used as a shortcut for creating new objects in the model.
The
- om.hp.hpl.jena.rdf.model.Resource
to add
com.ibm.adtech.jastor.JastorException
hasParameterProperty
void removeHasParameter(ContextParameter hasParameter) throws com.ibm.adtech.jastor.JastorException
The
- ContextParameter
to remove
com.ibm.adtech.jastor.JastorException
hasParameterProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |