ibspan.tss.um.ontology
Interface Ordinal

All Superinterfaces:
Measure, com.ibm.adtech.jastor.Thing
All Known Subinterfaces:
Dress, Wealth
All Known Implementing Classes:
DressImpl, OrdinalImpl, WealthImpl

public interface Ordinal
extends Measure, com.ibm.adtech.jastor.Thing

Interface for Ordinal ontology class
Use the ibspan.tss.um.ontology.UserModellingFactory to create instances of this interface.

(URI: http://www.ibspan.waw.pl/tss/UserModelling#Ordinal)


RDF Schema Standard Properties
comment : Ordinal measure "extends" nominal type by possibility of ordering values according to their rank.^^http://www.w3.org/2001/XMLSchema#string



Field Summary
static Property hasRankProperty
          The Jena Property for hasRank (URI: http://www.ibspan.waw.pl/tss/UserModelling#hasRank)

RDF Schema Standard Properties
comment : Rank assigned to Ordinal type variable.
static Resource TYPE
          The rdf:type for this ontology class
 
Fields inherited from interface com.ibm.adtech.jastor.Thing
copyright
 
Method Summary
 Integer getHasRank()
          Gets the 'hasRank' property value
 void setHasRank(Integer hasRank)
          Sets the 'hasRank' 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


hasRankProperty

static final Property hasRankProperty
The Jena Property for hasRank

(URI: http://www.ibspan.waw.pl/tss/UserModelling#hasRank)



RDF Schema Standard Properties
comment : Rank assigned to Ordinal type variable.^^http://www.w3.org/2001/XMLSchema#string

Method Detail

getHasRank

Integer getHasRank()
                   throws com.ibm.adtech.jastor.JastorException
Gets the 'hasRank' property value

Returns:
Integer
Throws:
com.ibm.adtech.jastor.JastorException
See Also:
hasRankProperty

setHasRank

void setHasRank(Integer hasRank)
                throws com.ibm.adtech.jastor.JastorException
Sets the 'hasRank' property value

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