Example #1
0
 /**
  * Gets the Coffee class.
  *
  * @return The named class that represents things that are coffees.
  */
 public OWLClass getCoffeeClass() {
   return this.getNamedClass(PREFERENCES.getCoffeeClassName());
 }