Copyright | (c) CNRS 2017-Present |
---|---|
License | AGPL + CECILL v3 |
Maintainer | team@gargantext.org |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data Attributes #
Instances
Node | |
|
Instances
Edge | |
|
Instances
data LegendField #
Instances
lf_id :: Lens' LegendField Int #
Instances
FromJSON Partite # | |
ToJSON Partite # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
Generic Partite # | |
Show Partite # | |
ToSchema Partite # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
type Rep Partite # | |
Defined in Gargantext.Core.Viz.Graph.Types type Rep Partite = D1 ('MetaData "Partite" "Gargantext.Core.Viz.Graph.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "Partite" 'PrefixI 'True) (S1 ('MetaSel ('Just "_partite_nodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (HashSet NgramsTerm)) :*: S1 ('MetaSel ('Just "_partite_type") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 NgramsType))) |
data MultiPartite #
Instances
data ListForGraph #
Instances
Instances
Arbitrary Strength # | Intances for the mock |
FromJSON Strength # | |
ToJSON Strength # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
Bounded Strength # | |
Enum Strength # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
Generic Strength # | |
Show Strength # | |
Eq Strength # | |
Ord Strength # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
ToSchema Strength # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
type Rep Strength # | |
data GraphMetadata #
GraphMetadata | |
|
Instances
gm_corpusId :: Lens' GraphMetadata [NodeId] #
Graph | |
|
Instances
graph_nodes :: Lens' Graph [Node] #
graph_edges :: Lens' Graph [Edge] #
data AttributesV3 #
Instances
Instances
FromJSON NodeV3 # | |
ToJSON NodeV3 # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
Generic NodeV3 # | |
Show NodeV3 # | |
type Rep NodeV3 # | |
Defined in Gargantext.Core.Viz.Graph.Types type Rep NodeV3 = D1 ('MetaData "NodeV3" "Gargantext.Core.Viz.Graph.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "NodeV3" 'PrefixI 'True) ((S1 ('MetaSel ('Just "no_id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "no_at") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 AttributesV3)) :*: (S1 ('MetaSel ('Just "no_s") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "no_lb") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) |
Instances
FromJSON EdgeV3 # | |
ToJSON EdgeV3 # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
Generic EdgeV3 # | |
Show EdgeV3 # | |
type Rep EdgeV3 # | |
Defined in Gargantext.Core.Viz.Graph.Types type Rep EdgeV3 = D1 ('MetaData "EdgeV3" "Gargantext.Core.Viz.Graph.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "EdgeV3" 'PrefixI 'True) (S1 ('MetaSel ('Just "eo_s") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: (S1 ('MetaSel ('Just "eo_t") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "eo_w") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) |
Instances
FromJSON GraphV3 # | |
ToJSON GraphV3 # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
Generic GraphV3 # | |
Show GraphV3 # | |
type Rep GraphV3 # | |
Defined in Gargantext.Core.Viz.Graph.Types type Rep GraphV3 = D1 ('MetaData "GraphV3" "Gargantext.Core.Viz.Graph.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "GraphV3" 'PrefixI 'True) (S1 ('MetaSel ('Just "go_links") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [EdgeV3]) :*: S1 ('MetaSel ('Just "go_nodes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [NodeV3]))) |
Camera | |
|
Instances
FromJSON Camera # | |
ToJSON Camera # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
Generic Camera # | |
Show Camera # | |
ToSchema Camera # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
type Rep Camera # | |
Defined in Gargantext.Core.Viz.Graph.Types type Rep Camera = D1 ('MetaData "Camera" "Gargantext.Core.Viz.Graph.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "Camera" 'PrefixI 'True) ((S1 ('MetaSel ('Just "_camera_angle") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "_camera_ratio") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)) :*: (S1 ('MetaSel ('Just "_camera_x") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double) :*: S1 ('MetaSel ('Just "_camera_y") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Double)))) |
data HyperdataGraph #
HyperdataGraph | |
|
Instances
data HyperdataGraphAPI #
Instances
defaultGraph :: Graph #