concepts.dm.crow.parsers.cdl_parser.load_domain_string_incremental#
- load_domain_string_incremental(domain, string)[source]#
Load a domain from a string incrementally.
- Parameters:
domain (CrowDomain) – the domain object to be updated.
string (str) – the string containing the domain definition.
- Returns:
the domain object.
- Return type: