Exemplo n.º 1
0
 public boolean isFixed() {
   for (CellSplit s : m_cellSplits) {
     if (s.isFixed()) {
       return true;
     }
   }
   return false;
 }