this.pars.setMutationsVerfahren(this.mutArtVerh);
this.graphen = new ArrayList<Vis>();
this.aktGrph = null;
this.graphZaehl = 0;
this.byteErk = new EarleyErkenner(
fmg.fmg8.earleyErkenner.Konstanten.GRAMM_BY, this.pars);
this.bedgErk = new EarleyErkenner(
fmg.fmg8.earleyErkenner.Konstanten.GRAMM_BE, this.pars);
this.seqErk = new EarleyErkenner(
fmg.fmg8.earleyErkenner.Konstanten.GRAMM_SE, this.pars);
this.sensFenster
= new SensorenDarstellung(Konstanten.SENSOR_ANZAHL_ANZEIGEN,
Konstanten.SENSOR_ANZAHL_BERECHNET);