ibspan.tss.um.ontology
Interface Opinion

All Superinterfaces:
com.ibm.adtech.jastor.Thing
All Known Implementing Classes:
OpinionImpl

public interface Opinion
extends com.ibm.adtech.jastor.Thing

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)


RDF Schema Standard Properties
comment : Defines opinion of a person.^^http://www.w3.org/2001/XMLSchema#string



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

TYPE

static final Resource TYPE
The rdf:type for this ontology class


atIndividualProbabilityProperty

static final 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.^^http://www.w3.org/2001/XMLSchema#string


atInferredProbabilityProperty

static final 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.^^http://www.w3.org/2001/XMLSchema#string


atNormalizedProbabilityProperty

static final 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.^^http://www.w3.org/2001/XMLSchema#string


hasClassificationProperty

static final 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.^^http://www.w3.org/2001/XMLSchema#string


isAboutProperty

static final 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.^^http://www.w3.org/2001/XMLSchema#string

Method Detail

getAtIndividualProbability

Double getAtIndividualProbability()
                                  throws com.ibm.adtech.jastor.JastorException
Gets the 'atIndividualProbability' property value

Returns:
Double
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
atIndividualProbabilityProperty

setAtIndividualProbability

void setAtIndividualProbability(Double atIndividualProbability)
                                throws com.ibm.adtech.jastor.JastorException
Sets the 'atIndividualProbability' property value

Parameters:
{@link - java.lang.Double}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
atIndividualProbabilityProperty

getAtInferredProbability

Double getAtInferredProbability()
                                throws com.ibm.adtech.jastor.JastorException
Gets the 'atInferredProbability' property value

Returns:
Double
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
atInferredProbabilityProperty

setAtInferredProbability

void setAtInferredProbability(Double atInferredProbability)
                              throws com.ibm.adtech.jastor.JastorException
Sets the 'atInferredProbability' property value

Parameters:
{@link - java.lang.Double}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
atInferredProbabilityProperty

getAtNormalizedProbability

Double getAtNormalizedProbability()
                                  throws com.ibm.adtech.jastor.JastorException
Gets the 'atNormalizedProbability' property value

Returns:
Double
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
atNormalizedProbabilityProperty

setAtNormalizedProbability

void setAtNormalizedProbability(Double atNormalizedProbability)
                                throws com.ibm.adtech.jastor.JastorException
Sets the 'atNormalizedProbability' property value

Parameters:
{@link - java.lang.Double}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
atNormalizedProbabilityProperty

getHasClassification

Classification getHasClassification()
                                    throws com.ibm.adtech.jastor.JastorException
Gets the 'hasClassification' property value

Returns:
Classification
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasClassificationProperty

setHasClassification

void setHasClassification(Classification hasClassification)
                          throws com.ibm.adtech.jastor.JastorException
Sets the 'hasClassification' property value

Parameters:
{@link - ibspan.tss.um.ontology.Classification}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasClassificationProperty

setHasClassification

Classification setHasClassification()
                                    throws com.ibm.adtech.jastor.JastorException
Sets the 'hasClassification' property value to an anonymous node

Returns:
Classification, the created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasClassificationProperty

setHasClassification

Classification setHasClassification(Resource resource)
                                    throws com.ibm.adtech.jastor.JastorException
Sets the 'hasClassification' property value to the given resource, and add's rdf:type properties. This method is equivalent constructing a new instance of 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.

Parameters:
{@link - com.hp.hpl.jena.rdf.model.Resource} must not be be null.
Returns:
Classification, the newly created value
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasClassificationProperty

getIsAbout

String getIsAbout()
                  throws com.ibm.adtech.jastor.JastorException
Gets the 'isAbout' property value

Returns:
String
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
isAboutProperty

setIsAbout

void setIsAbout(String isAbout)
                throws com.ibm.adtech.jastor.JastorException
Sets the 'isAbout' property value

Parameters:
{@link - java.lang.String}
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
isAboutProperty