コード例 #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();
 }