concepts.dm.crow.parsers.cdl_parser.load_domain_file_incremental#
- load_domain_file_incremental(domain, filename)[source]#
Load a domain file incrementally.
- Parameters:
domain (CrowDomain) – the domain object to be updated.
filename (str) – the filename of the domain file.
- Returns:
the domain object.
- Return type: