Beispiel #1
0
 public boolean hasNonBlockedInputs() {
   for (Lop in : getInputs())
     if (in.getDataType() == DataType.MATRIX && !in.getOutputParameters().isBlocked()) return true;
   return false;
 }