|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OpinionSet | |
---|---|
ibspan.tss.test | Provides set of tests of sensitive and vital parts of the system, especially related to user modelling. |
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 OpinionSet in ibspan.tss.test |
---|
Methods in ibspan.tss.test with parameters of type OpinionSet | |
---|---|
static void |
PrettyPrinter.print(OpinionSet set,
PrintStream out)
|
Uses of OpinionSet in ibspan.tss.um.ontology |
---|
Classes in ibspan.tss.um.ontology that implement OpinionSet | |
---|---|
class |
OpinionSetImpl
Implementation of OpinionSet
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class. |
Methods in ibspan.tss.um.ontology that return OpinionSet | |
---|---|
static OpinionSet |
UserModellingFactory.createOpinionSet(Resource resource,
Model model)
Create a new instance of OpinionSet. |
static OpinionSet |
UserModellingFactory.createOpinionSet(String uri,
Model model)
Create a new instance of OpinionSet. |
OpinionSet |
UserProfileImpl.getHasOpinions()
|
OpinionSet |
StereotypeProfileImpl.getHasOpinions()
|
OpinionSet |
ProfileImpl.getHasOpinions()
|
OpinionSet |
Profile.getHasOpinions()
Gets the 'hasOpinions' property value |
static OpinionSet |
UserModellingFactory.getOpinionSet(Resource resource,
Model model)
Create a new instance of OpinionSet. |
static OpinionSet |
UserModellingFactory.getOpinionSet(String uri,
Model model)
Create a new instance of OpinionSet. |
OpinionSet |
UserProfileImpl.setHasOpinions()
|
OpinionSet |
StereotypeProfileImpl.setHasOpinions()
|
OpinionSet |
ProfileImpl.setHasOpinions()
|
OpinionSet |
Profile.setHasOpinions()
Sets the 'hasOpinions' property value to an anonymous node |
OpinionSet |
UserProfileImpl.setHasOpinions(Resource resource)
|
OpinionSet |
StereotypeProfileImpl.setHasOpinions(Resource resource)
|
OpinionSet |
ProfileImpl.setHasOpinions(Resource resource)
|
OpinionSet |
Profile.setHasOpinions(Resource resource)
Sets the 'hasOpinions' property value to the given resource, and add's rdf:type properties. |
Methods in ibspan.tss.um.ontology with parameters of type OpinionSet | |
---|---|
void |
OpinionSetListener.containsOpinionAdded(OpinionSet source,
Opinion newValue)
Called when a value of containsOpinion has been added |
void |
OpinionSetListener.containsOpinionRemoved(OpinionSet source,
Opinion oldValue)
Called when a value of containsOpinion has been removed |
void |
UserProfileImpl.setHasOpinions(OpinionSet hasOpinions)
|
void |
StereotypeProfileImpl.setHasOpinions(OpinionSet hasOpinions)
|
void |
ProfileImpl.setHasOpinions(OpinionSet hasOpinions)
|
void |
Profile.setHasOpinions(OpinionSet hasOpinions)
Sets the 'hasOpinions' property value |
void |
OpinionSetListener.wasChangedChanged(OpinionSet source)
Called when wasChanged has changed |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |