コード例 #1
0
 /**
  * See if the manager contains the projection by name.
  *
  * @param id name of projection
  * @return true if the projection is managed by this
  */
 public boolean contains(String id) {
   return projTable.contains(id);
 }