|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Opinion
Interface for Opinion ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.
(URI: http://www.ibspan.waw.pl/tss/UserModelling#Opinion)
| Field Summary | |
|---|---|
static Property |
atIndividualProbabilityProperty
The Jena Property for atIndividualProbability (URI: http://www.ibspan.waw.pl/tss/UserModelling#atIndividualProbability) RDF Schema Standard Properties comment : Individual probability of interest in a given concept. |
static Property |
atInferredProbabilityProperty
The Jena Property for atInferredProbability (URI: http://www.ibspan.waw.pl/tss/UserModelling#atInferredProbability) RDF Schema Standard Properties comment : Inferred probability of interest in a given concept, concluded form dependencies between concepts in domain ontology. |
static Property |
atNormalizedProbabilityProperty
The Jena Property for atNormalizedProbability (URI: http://www.ibspan.waw.pl/tss/UserModelling#atNormalizedProbability) RDF Schema Standard Properties comment : Normalized probabilty of interest in a given concept in relation to interest of population in this concept. |
static Property |
hasClassificationProperty
The Jena Property for hasClassification (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasClassification) RDF Schema Standard Properties comment : Describes, who this opinion has been classified by the learning algorithm. |
static Property |
isAboutProperty
The Jena Property for isAbout (URI: http://www.ibspan.waw.pl/tss/UserModelling#isAbout) RDF Schema Standard Properties comment : Concepts being the object of this opinion. |
static Resource |
TYPE
The rdf:type for this ontology class |
| Fields inherited from interface com.ibm.adtech.jastor.Thing |
|---|
copyright |
| Method Summary | |
|---|---|
Double |
getAtIndividualProbability()
Gets the 'atIndividualProbability' property value |
Double |
getAtInferredProbability()
Gets the 'atInferredProbability' property value |
Double |
getAtNormalizedProbability()
Gets the 'atNormalizedProbability' property value |
Classification |
getHasClassification()
Gets the 'hasClassification' property value |
String |
getIsAbout()
Gets the 'isAbout' property value |
void |
setAtIndividualProbability(Double atIndividualProbability)
Sets the 'atIndividualProbability' property value |
void |
setAtInferredProbability(Double atInferredProbability)
Sets the 'atInferredProbability' property value |
void |
setAtNormalizedProbability(Double atNormalizedProbability)
Sets the 'atNormalizedProbability' property value |
Classification |
setHasClassification()
Sets the 'hasClassification' property value to an anonymous node |
void |
setHasClassification(Classification hasClassification)
Sets the 'hasClassification' property value |
Classification |
setHasClassification(Resource resource)
Sets the 'hasClassification' property value to the given resource, and add's rdf:type properties. |
void |
setIsAbout(String isAbout)
Sets the 'isAbout' property value |
| 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 atIndividualProbabilityProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#atIndividualProbability)
static final Property atInferredProbabilityProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#atInferredProbability)
static final Property atNormalizedProbabilityProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#atNormalizedProbability)
static final Property hasClassificationProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasClassification)
static final Property isAboutProperty
(URI: http://www.ibspan.waw.pl/tss/UserModelling#isAbout)
| Method Detail |
|---|
Double getAtIndividualProbability()
throws com.ibm.adtech.jastor.JastorException
Double
com.ibm.adtech.jastor.JastorExceptionatIndividualProbabilityProperty
void setAtIndividualProbability(Double atIndividualProbability)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.Double}
com.ibm.adtech.jastor.JastorExceptionatIndividualProbabilityProperty
Double getAtInferredProbability()
throws com.ibm.adtech.jastor.JastorException
Double
com.ibm.adtech.jastor.JastorExceptionatInferredProbabilityProperty
void setAtInferredProbability(Double atInferredProbability)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.Double}
com.ibm.adtech.jastor.JastorExceptionatInferredProbabilityProperty
Double getAtNormalizedProbability()
throws com.ibm.adtech.jastor.JastorException
Double
com.ibm.adtech.jastor.JastorExceptionatNormalizedProbabilityProperty
void setAtNormalizedProbability(Double atNormalizedProbability)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.Double}
com.ibm.adtech.jastor.JastorExceptionatNormalizedProbabilityProperty
Classification getHasClassification()
throws com.ibm.adtech.jastor.JastorException
Classification
com.ibm.adtech.jastor.JastorExceptionhasClassificationProperty
void setHasClassification(Classification hasClassification)
throws com.ibm.adtech.jastor.JastorException
{@link - ibspan.tss.um.ontology.Classification}
com.ibm.adtech.jastor.JastorExceptionhasClassificationProperty
Classification setHasClassification()
throws com.ibm.adtech.jastor.JastorException
Classification, the created value
com.ibm.adtech.jastor.JastorExceptionhasClassificationProperty
Classification setHasClassification(Resource resource)
throws com.ibm.adtech.jastor.JastorException
Classification with the factory.
and calling setHasClassification(ibspan.tss.um.ontology.Classification hasClassification)
The resource argument have rdf:type http://www.ibspan.waw.pl/tss/UserModelling#Classification. That is, this method
should not be used as a shortcut for creating new objects in the model.
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Classification, the newly created value
com.ibm.adtech.jastor.JastorExceptionhasClassificationProperty
String getIsAbout()
throws com.ibm.adtech.jastor.JastorException
String
com.ibm.adtech.jastor.JastorExceptionisAboutProperty
void setIsAbout(String isAbout)
throws com.ibm.adtech.jastor.JastorException
{@link - java.lang.String}
com.ibm.adtech.jastor.JastorExceptionisAboutProperty
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||