Changeset 12777

Show
Ignore:
Timestamp:
03.11.2009 17:29:52 (3 weeks ago)
Author:
maeder
Message:

current hierarchy without cycles

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/GUI/displayDependencyGraph.hs

    r12773 r12777  
    105105 
    106106exclude :: String -> Bool 
    107 exclude s = not $ 
    108     isPrefixOf "ATC." s || isPrefixOf ".ATC_" (dropWhile (/= '.') s) 
     107exclude s = not 
     108    $ isPrefixOf "ATC." s || isPrefixOf ".ATC_" (dropWhile (/= '.') s) 
    109109    || Set.member s (Set.fromList 
    110110    [ "Isabelle.CreateTheories" 
     111    , "CspCASLProver.Utils", "CspCASLProver.IsabelleUtils" 
     112    , "CspCASLProver.TransProcesses", "CspCASLProver.CspCASLProver" 
     113    , "CASL.QuickCheck" 
    111114    , "OWL.StructureAnalysis", "OWL.OWLAnalysis" 
    112     , "OWL.ProvePellet" 
     115    , "OWL.ProvePellet", "OWL.ProveFact" 
     116    , "Proofs.InferBasic", "Proofs.BatchProcessing" 
     117    , "Comorphisms.GetPreludeLib" 
     118    , "Maude.Maude2DG", "Maude.PreComorphism" 
    113119    , "Haskell.Haskell2DG", "Haskell.CreateModules" 
    114     , "Comorphisms.KnownProvers", "Interfaces.GenericATPState", "CMDL.Utils" 
    115     , "GUI.Utils", "GUI.ProofManagement" -- Proofs 
    116     , "Proofs.Automatic", "Driver.Options" -- Static 
    117     , "Proofs.EdgeUtils", "Proofs.StatusUtils" -- Driver 
    118     , "Proofs.BatchProcessing", "Interfaces.GenericATPState" 
     120    , "Comorphisms.KnownProvers", "Comorphisms.LogicGraph" 
     121    , "Interfaces.GenericATPState" 
     122    , "GUI.Utils" 
     123    , "Driver.Options" -- Static 
    119124    , "GUI.GenericATP", "SoftFOL.CreateDFGDoc" 
    120125    , "SoftFOL.MathServMapping", "SoftFOL.ProveMathServ" 
     
    125130    , "Propositional.Prove" 
    126131    , "Modifications.ModalEmbedding" 
    127     , "Static.AnalysisLibrary" 
    128     , "OMDoc.OMDocDefs", "OMDoc.OMDocOutput" 
     132    , "Static.AnalysisLibrary", "Static.WACocone" 
     133    , "OMDoc.OMDocDefs", "OMDoc.OMDocOutput", "OMDoc.DataTypes" 
     134    , "OMDoc.Export", "OMDoc.Sentences" 
    129135    , "OMDoc.OMDocInput", "OMDoc.HetsDefs", "Debug.Trace" 
    130136    ])