private void loadOperatorClass() {
   buildTypeGraph();
   operatorClassNames = typeGraph.getAllDTInstantiableOperators();
 }