2
2
* @(#)DummyMonitoringDataModel.java
3
3
*
4
4
* $Id: DummyMonitoringDataModel.java 686 2016-12-02 15:53:40Z scholze $
5
- *
5
+ *
6
6
* $Rev:: 692 $ last change revision
7
7
* $Date:: 2012-07-09 09:58:45#$ last change date
8
8
* $Author:: scholze $ last change author
9
- *
9
+ *
10
10
* Copyright 2011-15 Sebastian Scholze (ATB). All rights reserved.
11
11
*
12
12
*/
21
21
* Licensed under the Apache License, Version 2.0 (the "License");
22
22
* you may not use this file except in compliance with the License.
23
23
* You may obtain a copy of the License at
24
- *
24
+ *
25
25
* http://www.apache.org/licenses/LICENSE-2.0
26
- *
26
+ *
27
27
* Unless required by applicable law or agreed to in writing, software
28
28
* distributed under the License is distributed on an "AS IS" BASIS,
29
29
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
42
42
import de .atb .context .persistence .ModelOutputLanguage ;
43
43
import lombok .Getter ;
44
44
import lombok .Setter ;
45
+ import thewebsemantic .Id ;
45
46
import thewebsemantic .Namespace ;
46
47
import thewebsemantic .RdfType ;
47
48
51
52
52
53
/**
53
54
* DummyMonitoringDataModel
54
- *
55
+ *
55
56
* @author scholze
56
57
* @version $LastChangedRevision: 692 $
57
- *
58
+ *
58
59
*/
59
60
@ RdfType ("DummyMonitoringDataModel" )
60
61
@ Namespace ("http://www.atb-bremen.de/" )
@@ -74,6 +75,7 @@ public class DummyMonitoringDataModel implements IMonitoringDataModel<DummyMonit
74
75
75
76
private String dummyName = "myDummyName" ;
76
77
private String dummyValue = "myDummyVaLuE!" ;
78
+ @ Id
77
79
private String identifier ;
78
80
79
81
public DummyMonitoringDataModel () {
@@ -82,7 +84,7 @@ public DummyMonitoringDataModel() {
82
84
83
85
/*
84
86
* (non-Javadoc)
85
- *
87
+ *
86
88
* @see
87
89
* IMonitoringData#fromRdfModel(java.lang
88
90
* .String)
@@ -94,7 +96,7 @@ public final DummyMonitoringDataModel fromRdfModel(final String rdfModel) {
94
96
95
97
/*
96
98
* (non-Javadoc)
97
- *
99
+ *
98
100
* @see
99
101
* IMonitoringData#fromRdfModel(com.hp.hpl
100
102
* .jena.rdf.model.Model)
@@ -106,7 +108,7 @@ public final DummyMonitoringDataModel fromRdfModel(final Model model) {
106
108
107
109
/*
108
110
* (non-Javadoc)
109
- *
111
+ *
110
112
* @see IMonitoringData#toRdfString()
111
113
*/
112
114
@ Override
@@ -116,7 +118,7 @@ public final String toRdfString() {
116
118
117
119
/*
118
120
* (non-Javadoc)
119
- *
121
+ *
120
122
* @see IMonitoringData#toRdfModel()
121
123
*/
122
124
@ Override
@@ -126,7 +128,7 @@ public final Model toRdfModel() {
126
128
127
129
/*
128
130
* (non-Javadoc)
129
- *
131
+ *
130
132
* @see
131
133
* IMonitoringDataModel#getBusinessCase
132
134
* ()
@@ -138,7 +140,7 @@ public final BusinessCase getBusinessCase() {
138
140
139
141
/*
140
142
* (non-Javadoc)
141
- *
143
+ *
142
144
* @see IMonitoringDataModel#
143
145
* triggersContextChange()
144
146
*/
@@ -149,7 +151,7 @@ public final boolean triggersContextChange() {
149
151
150
152
/*
151
153
* (non-Javadoc)
152
- *
154
+ *
153
155
* @see IMonitoringDataModel#
154
156
* getApplicationScenario()
155
157
*/
@@ -160,7 +162,7 @@ public final ApplicationScenario getApplicationScenario() {
160
162
161
163
/*
162
164
* (non-Javadoc)
163
- *
165
+ *
164
166
* @see IMonitoringDataModel#
165
167
* getContextIdentifierClassName()
166
168
*/
@@ -171,7 +173,7 @@ public final String getContextIdentifierClassName() {
171
173
172
174
/*
173
175
* (non-Javadoc)
174
- *
176
+ *
175
177
* @see
176
178
* IMonitoringDataModel#initialize()
177
179
*/
0 commit comments