Esempio n. 1
0
 public static Graphnode_c getOneDIM_NDOnR301(Graphelement_c target, ClassQueryInterface_c test) {
   if (target != null) {
     return getOneDIM_NDOnR301(target.getModelRoot(), target, test);
   }
   return null;
 }
Esempio n. 2
0
 public static Graphnode_c getOneDIM_NDOnR301(Graphelement_c target, boolean loadComponent) {
   return getOneDIM_NDOnR301(target.getModelRoot(), target, null, loadComponent);
 }