Liking cljdoc? Tell your friends :D

com.yetanalytics.datasim.xapi.actor

Utilities for Agents and Groups (collectively known as Actors).

Utilities for Agents and Groups (collectively known as Actors).
raw docstring

actor-ificlj

(actor-ifi {:keys [mbox mbox_sha1sum openid] {:keys [name homePage]} :account})

Return a string representing the IFI of an Agent or Group. Will be prefixed with the IFI property and two colons ::.

For accounts, the homepage will precede the name, and they will be delimited by a comma as so: account::https://foo.bar,baz.

If an IFI cannot be found, returns nil.

Return a string representing the IFI of an Agent or Group. Will be prefixed
with the IFI property and two colons `::`.

For accounts, the homepage will precede the name, and they will be delimited
by a comma as so: `account::https://foo.bar,baz`.

If an IFI cannot be found, returns `nil`.
sourceraw docstring

groups->agent-group-ifi-mapclj

(groups->agent-group-ifi-map group-coll)

Convert group-coll into a map from member agent IFIs to group IFIs.

Convert `group-coll` into a map from member agent IFIs to group IFIs.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close