|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.model.cv.Observable_Impl
The Observable interface provides a structured description of the observations (quantities or properties) reported in this range component. This description consists of a name, a free-text description, a docURL (an index into a registry of observation types); and a referenceSystem that associates the reported values with real-world quantities or categories
-----------------------------------------------------------------------
| Field Summary | |
private java.lang.String |
description
|
private java.net.URL |
docURL
|
private java.lang.String |
name
|
private java.lang.Object |
referenceSystem
|
| Constructor Summary | |
(package private) |
Observable_Impl(java.lang.String name,
java.lang.String description,
java.net.URL docURL,
java.lang.Object referenceSystem)
|
| Method Summary | |
java.lang.String |
getDescription()
returns a short description of the Observable |
java.net.URL |
getDocURL()
returns an index into a registry of observation types |
java.lang.String |
getName()
returns the name of the Observable |
java.lang.Object |
getReferenceSystem()
returns and a referenceSystem that associates the reported values with real-world quantities or categories |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private java.lang.String description
private java.net.URL docURL
private java.lang.String name
private java.lang.Object referenceSystem
| Constructor Detail |
Observable_Impl(java.lang.String name,
java.lang.String description,
java.net.URL docURL,
java.lang.Object referenceSystem)
| Method Detail |
public java.lang.String getDescription()
getDescription in interface Observablepublic java.net.URL getDocURL()
getDocURL in interface Observablepublic java.lang.String getName()
getName in interface Observablepublic java.lang.Object getReferenceSystem()
getReferenceSystem in interface Observable
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||