コード例 #1
0
ファイル: CoffeeOntology.java プロジェクト: mary92/psz
 /**
  * Gets the Coffee class.
  *
  * @return The named class that represents things that are coffees.
  */
 public OWLClass getCoffeeClass() {
   return this.getNamedClass(PREFERENCES.getCoffeeClassName());
 }