return false;
return true;
}
private boolean processIndividuals() {
IndividualIterator i = m_KB.getABox().getIndIterator();
while( i.hasNext() ) {
Individual ind = i.next();
ATermAppl nominal = ATermUtils.makeValue( ind.getName() );
for( ATermAppl term : ind.getTypes() ) {
if( term.equals( nominal ) )
continue;