X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FnEstatus.mli;h=dec3aca01280fe3e4ebb21b4c4f4a37cd54c299c;hb=9a7efce50583b19214320afac57fb90ae78353ea;hp=2ae7d01e4ef639ca78dcbe2540ff68d15d602b7c;hpb=8bc5bc0e8375a85736f6a5df317d129d5efa8de4;p=helm.git diff --git a/helm/software/components/grafite_parser/nEstatus.mli b/helm/software/components/grafite_parser/nEstatus.mli index 2ae7d01e4..dec3aca01 100644 --- a/helm/software/components/grafite_parser/nEstatus.mli +++ b/helm/software/components/grafite_parser/nEstatus.mli @@ -11,8 +11,14 @@ (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *) -type extra_status = { - lstatus : LexiconEngine.status; - rstatus : NRstatus.dumpable_status; -} - +class status : + object ('self) + inherit LexiconEngine.status + inherit NRstatus.dumpable_status + method set_estatus: + < coerc_db : NCicCoercion.db; + uhint_db : NCicUnifHint.db; + timestamp: NCicLibrary.timestamp; + dump: NRstatus.Serializer.obj list; + lstatus: LexiconEngine.lexicon_status; .. > -> 'self + end