|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Opinion | |
---|---|
ibspan.tss.dao | Set of Data Access Objects providing nice interface to underlying ontological models, especially in situation when use of Jastor-generated beans cannot support in solving particular problem. |
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 Opinion in ibspan.tss.dao |
---|
Methods in ibspan.tss.dao that return Opinion | |
---|---|
Opinion |
ProfileDAO.getUserOpinionAbout(Integer userID,
String concept)
Returns opinion about the given opinion stated by the given user. |
Uses of Opinion in ibspan.tss.test |
---|
Methods in ibspan.tss.test with parameters of type Opinion | |
---|---|
static void |
PrettyPrinter.print(Opinion o,
PrintStream out)
|
Uses of Opinion in ibspan.tss.um.ontology |
---|
Classes in ibspan.tss.um.ontology that implement Opinion | |
---|---|
class |
OpinionImpl
Implementation of Opinion
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this class. |
Methods in ibspan.tss.um.ontology that return Opinion | |
---|---|
Opinion |
OpinionSetImpl.addContainsOpinion()
|
Opinion |
OpinionSet.addContainsOpinion()
Adds an anonymous value for the 'containsOpinion' property |
Opinion |
OpinionSetImpl.addContainsOpinion(Resource resource)
|
Opinion |
OpinionSet.addContainsOpinion(Resource resource)
Adds a value for the 'containsOpinion' property. |
static Opinion |
UserModellingFactory.createOpinion(Resource resource,
Model model)
Create a new instance of Opinion. |
static Opinion |
UserModellingFactory.createOpinion(String uri,
Model model)
Create a new instance of Opinion. |
static Opinion |
UserModellingFactory.getOpinion(Resource resource,
Model model)
Create a new instance of Opinion. |
static Opinion |
UserModellingFactory.getOpinion(String uri,
Model model)
Create a new instance of Opinion. |
Methods in ibspan.tss.um.ontology with parameters of type Opinion | |
---|---|
void |
OpinionSetImpl.addContainsOpinion(Opinion containsOpinion)
|
void |
OpinionSet.addContainsOpinion(Opinion containsOpinion)
Adds a value for the 'containsOpinion' property |
void |
OpinionListener.atIndividualProbabilityChanged(Opinion source)
Called when atIndividualProbability has changed |
void |
OpinionListener.atInferredProbabilityChanged(Opinion source)
Called when atInferredProbability has changed |
void |
OpinionListener.atNormalizedProbabilityChanged(Opinion source)
Called when atNormalizedProbability has changed |
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 |
OpinionListener.hasClassificationChanged(Opinion source)
Called when hasClassification has changed |
void |
OpinionListener.isAboutChanged(Opinion source)
Called when isAbout has changed |
void |
OpinionSetImpl.removeContainsOpinion(Opinion containsOpinion)
|
void |
OpinionSet.removeContainsOpinion(Opinion containsOpinion)
Removes a value for the 'containsOpinion' property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |