You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _config.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# Site settings
2
2
title: MUDROD
3
-
subtitle: Mining and Utilizing Dataset Relevancy from Oceanographic Datasets to Improve Data Discovery and Access project funded by NASA AIST (NNX15AM85G)
3
+
subtitle: Mining and Utilizing Dataset Relevancy from Oceanographic Datasets to Improve Data Discovery and Access project funded by NASA AIST (NNX15AM85G), part of the OceanWorks project.
4
4
baseurl: ""# the subpath of your site, e.g. /blog/
5
5
url: "mudrod.github.io"# the base hostname & protocol for your site
</pre><divclass="footer"><spanclass="right">Created with <ahref="http://www.jacoco.org/jacoco">JaCoCo</a> 0.7.10.201709300959</span></div></body></html>
* Abstract class of step execution without parameter
37
+
*
38
+
* @return An instance of Object
39
+
*/
40
+
public abstract Object execute();
41
+
42
+
/**
43
+
* Abstract class of step execution with parameter
44
+
*
45
+
* @param o an instance of object
46
+
* @return An instance of object
47
+
*/
48
+
public abstract Object execute(Object o);
49
+
50
+
}
51
+
</pre><divclass="footer"><spanclass="right">Created with <ahref="http://www.jacoco.org/jacoco">JaCoCo</a> 0.7.10.201709300959</span></div></body></html>
0 commit comments