this.annotationLabels.put(op, classificationOperatorPanel);
// add predicate panel to hash table with its GraphWrapper...
predicates.put(new GraphWrapperOperator(op), classificationOperatorPanel);
}
for(final Operator op : this.getTermSucceedingElements()) {
final GraphWrapper gw = new GraphWrapperOperator(this);
final GraphWrapper childGW = new GraphWrapperOperator(op);
System.out.println("AbstractTermOperator.drawAnnotations() : this.getTermSucceedingElements()");
if (op instanceof AbstractTermOperator){
final AbstractTermOperator child = (AbstractTermOperator) op; // get current children
child.setChild(true);
}