The add method currently has 4 sub conditions that need to be checked:
Already Exists: If the object already exists, then the add cycle should continue, and some message be printed (?)
Cyclical: If the cyclical condition is detected, the two objects should be separated, the indep_ql conponent loaded, then the dep_match and dep_ql loaded. The two test examples of network cyclical are in the directory data/standard/issues directory
Missing Dependency: If the object list has a missing dependency, then the source should be checked first to see if they are there. If not, then a clear error message should be printed explaining what is wrong
Problem with any of the above, or any other problem
These scenarios should be documented in the usage directory
The add method currently has 4 sub conditions that need to be checked:
These scenarios should be documented in the usage directory