Module embryo

embryo - Library for managing Emergence configuration and embryo objects.

Version: 0.1.2

Authors: Steve Roques.

Description

embryo - Library for managing Emergence configuration and embryo objects

This module provides functions to: - Create and manipulate embryo objects - Read Emergence configuration files - Retrieve URLs from the discovery service - Merge lists of embryos

Function Index

get_em_disco_url/0
merge_lists_by_url/2
new/1
read_emergence_conf/0
to_map/1

Function Details

get_em_disco_url/0

get_em_disco_url() -> string()

merge_lists_by_url/2

merge_lists_by_url(UriList::[embryo()], OtherList::[embryo()]) -> [embryo()]

new/1

new(Properties::map()) -> embryo()

read_emergence_conf/0

read_emergence_conf() -> config_map() | undefined

to_map/1

to_map(Embryo::embryo()) -> map()


Generated by EDoc