X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fcomponents%2Fgrafite_parser%2FnEstatus.mli;h=8e361407fa6621bff099577c50e8b29d3557b67c;hb=7b112b0cd39c5ab0db5c28636c0a7f7e36b4d6e2;hp=dec3aca01280fe3e4ebb21b4c4f4a37cd54c299c;hpb=f4c17198d8afe7c8cd62dbab527d08902d891491;p=helm.git diff --git a/helm/software/components/grafite_parser/nEstatus.mli b/helm/software/components/grafite_parser/nEstatus.mli index dec3aca01..8e361407f 100644 --- a/helm/software/components/grafite_parser/nEstatus.mli +++ b/helm/software/components/grafite_parser/nEstatus.mli @@ -11,14 +11,16 @@ (* $Id: nCic.ml 9058 2008-10-13 17:42:30Z tassi $ *) +class type g_status = + object + inherit LexiconEngine.g_status + inherit NRstatus.g_dumpable_status + end + 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 + inherit g_status + method set_estatus: #g_status -> 'self end