api-relations: API Relation Getters and Setters

Description Usage Arguments Details Author(s)

Description

#' Common getter and setter for relations between API resources.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
## S4 method for signature 'Category'
service(x)

## S4 replacement method for signature 'Category,Service_or_NULL'
service(x) <- value

## S4 method for signature 'Timeseries'
service(x)

## S4 replacement method for signature 'Timeseries,Service_or_NULL'
service(x) <- value

## S4 method for signature 'Timeseries'
feature(x)

## S4 replacement method for signature 'Timeseries,Feature_or_NULL'
feature(x) <- value

## S4 method for signature 'Timeseries'
offering(x)

## S4 replacement method for signature 'Timeseries,Offering_or_NULL'
offering(x) <- value

## S4 method for signature 'Timeseries'
category(x)

## S4 replacement method for signature 'Timeseries,Category_or_NULL'
category(x) <- value

## S4 method for signature 'Timeseries'
procedure(x)

## S4 replacement method for signature 'Timeseries,Procedure_or_NULL'
procedure(x) <- value

## S4 method for signature 'Timeseries'
station(x)

## S4 replacement method for signature 'Timeseries,Station_or_NULL'
station(x) <- value

## S4 method for signature 'Timeseries'
phenomenon(x)

## S4 replacement method for signature 'Timeseries,Phenomenon_or_NULL'
phenomenon(x) <- value

service(x)

service(x) <- value

feature(x)

feature(x) <- value

offering(x)

offering(x) <- value

procedure(x)

procedure(x) <- value

station(x)

station(x) <- value

category(x)

category(x) <- value

phenomenon(x)

phenomenon(x) <- value

Arguments

x

The Category.

Details

service gets the Service of the resource.

procedure<- sets the Procedure of the resource.

feature gets the Feature of the resource.

feature<- sets the Feature of the resource.

offering gets the Offering of the resource.

offering<- sets the Offering of the resource.

procedure gets the Procedure of the resource.

procedure<- sets the Procedure of the resource.

station gets the Station of the resource.

station<- sets the Station of the resource.

category gets the Category of the resource.

category<- sets the Category of the resource.

phenomenon gets the Phenomenon of the resource.

phenomenon<- sets the Phenomenon of the resource.

Author(s)

Christian Autermann c.autermann@52north.org


52North/sensorweb4R documentation built on March 30, 2020, 11:39 p.m.