Esempio n. 1
0
 private boolean shouldMethodBodyBeRemovedAccordingToExternallyDefinedModel() {
   return methodAdaptationInfo != null && methodAdaptationInfo.shouldMethodBodyBeReplaced();
 }
Esempio n. 2
0
 /*
  * Method declaring whether a method is described by a performance model
  */
 private boolean isPerformanceDescribedByExternallyDefinedModel() {
   return methodAdaptationInfo != null
       && methodAdaptationInfo.isPerformanceDescribedByExternallyDefinedModel();
 }