Matches in Functions for { ?s ?p ?o. }
Showing items 1 to 71 of
71
with 100 items per page.
- getClasses type Function.
- getClasses name "get classes".
- getClasses label "get classes".
- getClasses description "Returns the classes based on the given value".
- getClasses expects n3-0.
- getClasses returns n3-1.
- getClasses providedBy n3-2.
- n3-0 first _str.
- n3-0 rest nil.
- _str type Parameter.
- _str name "input string".
- _str label "input string".
- _str type string.
- _str predicate str.
- n3-1 first _list.
- n3-1 rest nil.
- _list type Parameter.
- _list name "list".
- _list label "list".
- _list type List.
- _list predicate list.
- n3-2 localLibrary "utils.jar".
- n3-2 class "Utils".
- n3-2 method "getClasses".
- getStreamAgent type Function.
- getStreamAgent name "get stream agent".
- getStreamAgent label "get stream agent".
- getStreamAgent description "Returns the stream agent IRI based on the name".
- getStreamAgent expects n3-3.
- getStreamAgent returns n3-4.
- getStreamAgent providedBy n3-5.
- n3-3 first _str.
- n3-3 rest nil.
- n3-4 first _stringOut.
- n3-4 rest nil.
- _stringOut type Output.
- _stringOut name "output string".
- _stringOut label "output string".
- _stringOut type string.
- _stringOut predicate stringOut.
- n3-5 localLibrary "utils.jar".
- n3-5 class "Utils".
- n3-5 method "getStreamAgent".
- scaleRating type Function.
- scaleRating name "scale rating".
- scaleRating label "scale rating".
- scaleRating description "Returns the scaled rating".
- scaleRating expects n3-6.
- scaleRating returns n3-7.
- scaleRating providedBy n3-8.
- n3-6 first _str.
- n3-6 rest nil.
- n3-7 first _stringOut.
- n3-7 rest nil.
- n3-8 localLibrary "utils.jar".
- n3-8 class "Utils".
- n3-8 method "scaleRating".
- getActionStatus type Function.
- getActionStatus name "get action status".
- getActionStatus label "get action status".
- getActionStatus description "Returns the Action Status given a Kitsu status".
- getActionStatus expects n3-9.
- getActionStatus returns n3-10.
- getActionStatus providedBy n3-11.
- n3-9 first _str.
- n3-9 rest nil.
- n3-10 first _stringOut.
- n3-10 rest nil.
- n3-11 localLibrary "utils.jar".
- n3-11 class "Utils".
- n3-11 method "getActionStatus".