this.autAnz = eas.simulation.ConstantsSimulation.ANZAHL_AN_AUTOMATEN;
this.graphen = new ArrayList<Vis>();
this.aktGrph = null;
this.graphZaehl = 0;
this.byteErk = new EarleyParser(
eas.math.fundamentalAlgorithms.type2grammars.ConstantsEarley.GRAMM_BY, this.pars);
this.bedgErk = new EarleyParser(
eas.math.fundamentalAlgorithms.type2grammars.ConstantsEarley.GRAMM_BE, this.pars);
this.seqErk = new EarleyParser(
eas.math.fundamentalAlgorithms.type2grammars.ConstantsEarley.GRAMM_SE, this.pars);
this.setLocation(800, 0);
this.setSize(300, 700);
this.setzeSteuerelemente();