public void setParentPresenceVector() {
   if (m_parent != null) {
     m_parent.setParentPresenceVector();
   }
 }