예제 #1
0
파일: Blockade.java 프로젝트: jpollo/rcrss
 /**
  * Find out if the apexes property has been defined.
  *
  * @return True if the apexes property has been defined, false otherwise.
  */
 public boolean isApexesDefined() {
   return apexes.isDefined();
 }