Esempio n. 1
0
  // / @Override TODO: should be in IPipe
  public boolean isWired() {
    for (WireColor color : WireColor.values()) if (isWired(color)) return true;

    return false;
  }