コード例 #1
0
 protected MotechLocation getChildLocation(MotechLocation location) {
   for (MotechLocation childLocation : childLocations) {
     if (childLocation.equals(location)) return childLocation;
   }
   return null;
 }