public static double getStreamMissRate(final NamedElement ph)
     throws InvalidModelException, PropertyNotPresentException, PropertyIsModalException,
         IllegalStateException, IllegalArgumentException, PropertyDoesNotApplyToHolderException,
         PropertyIsListException, ClassCastException {
   return GetProperties.getStreamMissRate(ph);
 }