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