/*
* Created on May 7, 2005
*/
/**
* @author Evren Sirin
*
*/
protected boolean firstLineIndent;
public BaseExpressionWriter() {
firstLineIndent = false;
}
if( out instanceof PrintWriter )
else
}
return out;
}
}
return indent;
}
}
public boolean getFirstLineIndent() {
return firstLineIndent;
}
}
}
return qnames;
}
if( out instanceof PrintWriter )
else
if( noQNameProvider )
if( noQNameProvider )
}
}
}
else if(atom instanceof IndividualPropertyAtom)
else if(atom instanceof DataPropertyAtom)
else if(atom instanceof SameIndividualAtom)
else if(atom instanceof DifferentIndividualsAtom)
else if(atom instanceof BuiltinAtom)
}
try {
if( value instanceof OWLIndividual ) {
else
}
else
}
catch( RuntimeException e ) {
}
}
else
}
}
}
}