public class Observation extends Object implements Comparable<Observation>
| Constructor and Description |
|---|
Observation(com.hp.hpl.jena.rdf.model.Resource observationURI,
Date dateComputed,
Float value,
com.hp.hpl.jena.rdf.model.Resource metricType) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Observation anotherObservation) |
Date |
getDateComputed() |
com.hp.hpl.jena.rdf.model.Resource |
getMetricType() |
com.hp.hpl.jena.rdf.model.Resource |
getObservationURI() |
Float |
getValue() |
void |
setDateComputed(Date dateComputed) |
void |
setMetricType(com.hp.hpl.jena.rdf.model.Resource metricType) |
void |
setObservationURI(com.hp.hpl.jena.rdf.model.Resource observationURI) |
void |
setValue(Float value) |
public com.hp.hpl.jena.rdf.model.Resource getObservationURI()
public void setObservationURI(com.hp.hpl.jena.rdf.model.Resource observationURI)
public Date getDateComputed()
public void setDateComputed(Date dateComputed)
public Float getValue()
public void setValue(Float value)
public int compareTo(Observation anotherObservation)
compareTo in interface Comparable<Observation>public com.hp.hpl.jena.rdf.model.Resource getMetricType()
public void setMetricType(com.hp.hpl.jena.rdf.model.Resource metricType)
Copyright © 2015 Enterprise Information Systems - University of Bonn. All rights reserved.