ramangrover29 | 5a50c9c | 2013-04-17 19:37:04 -0700 | [diff] [blame] | 1 | <library xmlns="library"> |
ramangrover29 | d554ab4 | 2013-04-21 20:04:52 -0700 | [diff] [blame] | 2 | <language>JAVA</language> |
| 3 | <functions> |
| 4 | <function> |
| 5 | <function_type>SCALAR</function_type> |
| 6 | <name>parseTweet</name> |
| 7 | <arguments>TweetType</arguments> |
| 8 | <return_type>TweetType</return_type> |
| 9 | <definition>edu.uci.ics.asterix.external.library.ParseTweetFactory |
| 10 | </definition> |
| 11 | </function> |
| 12 | <function> |
| 13 | <function_type>SCALAR</function_type> |
| 14 | <name>mysum</name> |
| 15 | <arguments>AINT32,AINT32</arguments> |
| 16 | <return_type>AINT32</return_type> |
| 17 | <definition>edu.uci.ics.asterix.external.library.SumFactory |
| 18 | </definition> |
| 19 | </function> |
| 20 | <function> |
| 21 | <function_type>SCALAR</function_type> |
ramangrover29 | 95135de | 2013-04-25 04:00:27 -0700 | [diff] [blame] | 22 | <name>getCapital</name> |
| 23 | <arguments>ASTRING</arguments> |
| 24 | <return_type>CountryCapitalType</return_type> |
| 25 | <definition>edu.uci.ics.asterix.external.library.CapitalFinderFactory |
| 26 | </definition> |
| 27 | </function> |
| 28 | <function> |
| 29 | <function_type>SCALAR</function_type> |
ramangrover29 | d554ab4 | 2013-04-21 20:04:52 -0700 | [diff] [blame] | 30 | <name>toUpper</name> |
| 31 | <arguments>TextType</arguments> |
| 32 | <return_type>TextType</return_type> |
| 33 | <definition>edu.uci.ics.asterix.external.library.UpperCaseFactory |
| 34 | </definition> |
| 35 | </function> |
| 36 | <function> |
| 37 | <function_type>SCALAR</function_type> |
| 38 | <name>allTypes</name> |
| 39 | <arguments>AllType</arguments> |
| 40 | <return_type>AllType</return_type> |
| 41 | <definition>edu.uci.ics.asterix.external.library.AllTypesFactory |
| 42 | </definition> |
| 43 | </function> |
ramangrover29 | 93dd823 | 2013-07-03 22:51:25 -0700 | [diff] [blame] | 44 | <function> |
| 45 | <function_type>SCALAR</function_type> |
| 46 | <name>echoDelay</name> |
| 47 | <arguments>TweetMessageType</arguments> |
| 48 | <return_type>TweetMessageType</return_type> |
| 49 | <definition>edu.uci.ics.asterix.external.library.EchoDelayFactory |
| 50 | </definition> |
| 51 | </function> |
ramangrover29 | d554ab4 | 2013-04-21 20:04:52 -0700 | [diff] [blame] | 52 | </functions> |
ramangrover29 | 5a50c9c | 2013-04-17 19:37:04 -0700 | [diff] [blame] | 53 | </library> |