| Copyright | (c) Jianchun Wang C. Maeder Uni Bremen 2002-2007 | 
|---|---|
| License | GPLv2 or higher, see LICENSE.txt | 
| Maintainer | Christian.Maeder@dfki.de | 
| Stability | provisional | 
| Portability | non-portable(Logic) | 
| Safe Haskell | None | 
Static.CheckGlobalContext
Description
compare indices from development graphs to the corresponding maps of the global context
Documentation
data Statistics Source #
Constructors
| Statistics | |
Instances
| Show Statistics Source # | |
Defined in Static.CheckGlobalContext Methods showsPrec :: Int -> Statistics -> ShowS show :: Statistics -> String showList :: [Statistics] -> ShowS  | |
incrZeroSign :: Statistics -> Statistics Source #
incrWrongSign :: Statistics -> Statistics Source #
incrRightSign :: Statistics -> Statistics Source #
checkG_theory :: G_theory -> DGraph -> State Statistics () Source #
checkG_theoryInNode :: DGraph -> DGNodeLab -> State Statistics () Source #
checkG_theoryInNodes :: DGraph -> State Statistics () Source #
checkGMorphism :: GMorphism -> DGraph -> State Statistics () Source #
getDGLinkLab :: DGraph -> [DGLinkLab] Source #
getDGNodeLab :: DGraph -> [DGNodeLab] Source #
checkGMorphismInNode :: DGraph -> DGNodeLab -> State Statistics () Source #
checkGMorphismInNodes :: DGraph -> State Statistics () Source #
checkGMorphismInEdge :: DGraph -> DGLinkLab -> State Statistics () Source #
checkGMorphismInEdges :: DGraph -> State Statistics () Source #
checkDGraph :: DGraph -> State Statistics () Source #
printStatistics :: DGraph -> String Source #