예제 #1
0
 /* @see org.mindswap.owl.OWLIndividual#addDifferentFrom(org.mindswap.owl.OWLIndividual) */
 public void addDifferentFrom(final OWLIndividual other) {
   individual.addDifferentFrom(other);
 }