| Maintainer | Toshio Ito <debug.ito@gmail.com> |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
NetSpider.RPL.CLI.Analyze
Description
Since: 0.1.3.0
Synopsis
Documentation
data DODAGAttributes Source #
Attributes of a DODAG.
Constructors
| DODAGAttributes | |
Instances
| Eq DODAGAttributes Source # | |
Defined in NetSpider.RPL.CLI.Analyze Methods (==) :: DODAGAttributes -> DODAGAttributes -> Bool # (/=) :: DODAGAttributes -> DODAGAttributes -> Bool # | |
| Ord DODAGAttributes Source # | |
Defined in NetSpider.RPL.CLI.Analyze Methods compare :: DODAGAttributes -> DODAGAttributes -> Ordering # (<) :: DODAGAttributes -> DODAGAttributes -> Bool # (<=) :: DODAGAttributes -> DODAGAttributes -> Bool # (>) :: DODAGAttributes -> DODAGAttributes -> Bool # (>=) :: DODAGAttributes -> DODAGAttributes -> Bool # max :: DODAGAttributes -> DODAGAttributes -> DODAGAttributes # min :: DODAGAttributes -> DODAGAttributes -> DODAGAttributes # | |
| Show DODAGAttributes Source # | |
Defined in NetSpider.RPL.CLI.Analyze Methods showsPrec :: Int -> DODAGAttributes -> ShowS # show :: DODAGAttributes -> String # showList :: [DODAGAttributes] -> ShowS # | |
analyzeDIO :: SnapshotGraphDIO -> WriterLoggingM (Maybe DODAGAttributes) Source #
Get analysis on a DIO graph.
analyzeDAO :: SnapshotGraphDAO -> WriterLoggingM (Maybe DODAGAttributes) Source #
Get analysis on a DAO graph.