bool get_has_associated_node(RMF::FileConstHandle nh, Object *oi) { return nh.get_node_from_association(oi) != RMF::NodeConstHandle(); }
RMF::NodeConstHandle get_node_from_association(RMF::FileConstHandle nh, Object *oi) { AssociationType o(oi); return nh.get_node_from_association(o); }