(defn get-all-relations "Return a set of all relation names defined in this workplan" [ws] (apply union (map all-predicates (:stratification ws))))
Comments top
No comments for get-all-relations. Log in to add a comment.