public Tuple illustratorMarkup(Object in, Object out, int eqClassIndex) {
// All customized packagers are introduced during MRCompilaition.
// Illustrate happens before that, so we only have to focus on the basic
// POPackage
if (illustrator != null) {
ExampleTuple tOut = new ExampleTuple((Tuple) out);
LineageTracer lineageTracer = illustrator.getLineage();
lineageTracer.insert(tOut);
boolean synthetic = false;
if (illustrator.getEquivalenceClasses() == null) {
LinkedList<IdentityHashSet<Tuple>> equivalenceClasses = new LinkedList<IdentityHashSet<Tuple>>();