| Maintainer | Toshio Ito <debug.ito@gmail.com> |
|---|---|
| Safe Haskell | None |
| Language | Haskell2010 |
NetSpider.Spider.Config
Description
Documentation
An IO agent of the NetSpider database.
- Type
n: node ID. Note that type of node ID has nothing to do with type of vertex ID used by Gremlin implementation. Node ID (in net-spider) is stored as a vertex property. SeenodeIdKeyconfig field. - Type
na: node attributes. It should implementNodeAttributesclass. You can set this to()if you don't need node attributes. - Type
fla: attributes of found links. It should implementLinkAttributesclass. You can set this to()if you don't need link attributes.
Constructors
| Spider | |
Fields
| |
Configuration to create a Spider object.