Copyright | (c) CNRS 2017-Present |
---|---|
License | AGPL + CECILL v3 |
Maintainer | team@gargantext.org |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Gargantext.Core.Viz.Graph.Types
Description
Documentation
data Attributes #
Constructors
Attributes | |
Fields
|
Instances
Constructors
Node | |
Fields
|
Instances
Constructors
Edge | |
Fields
|
Instances
data LegendField #
Instances
lf_id :: Lens' LegendField Int #
Constructors
Partite | |
Fields |
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 Methods declareNamedSchema :: Proxy Partite -> Declare (Definitions Schema) NamedSchema # | |
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 #
Constructors
MultiPartite | |
Fields |
Instances
data ListForGraph #
Constructors
ListForGraph | |
Fields
|
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 Methods declareNamedSchema :: Proxy Strength -> Declare (Definitions Schema) NamedSchema # | |
type Rep Strength # | |
data GraphMetadata #
Constructors
GraphMetadata | |
Fields
|
Instances
gm_corpusId :: Lens' GraphMetadata [NodeId] #
Constructors
Graph | |
Fields
|
Instances
graph_nodes :: Lens' Graph [Node] #
graph_edges :: Lens' Graph [Edge] #
data AttributesV3 #
Constructors
AttributesV3 | |
Instances
FromJSON AttributesV3 # | |
Defined in Gargantext.Core.Viz.Graph.Types | |
ToJSON AttributesV3 # | |
Defined in Gargantext.Core.Viz.Graph.Types Methods toJSON :: AttributesV3 -> Value # toEncoding :: AttributesV3 -> Encoding # toJSONList :: [AttributesV3] -> Value # toEncodingList :: [AttributesV3] -> Encoding # | |
Generic AttributesV3 # | |
Defined in Gargantext.Core.Viz.Graph.Types Associated Types type Rep AttributesV3 :: Type -> Type # | |
Show AttributesV3 # | |
Defined in Gargantext.Core.Viz.Graph.Types Methods showsPrec :: Int -> AttributesV3 -> ShowS # show :: AttributesV3 -> String # showList :: [AttributesV3] -> ShowS # | |
type Rep AttributesV3 # | |
Defined in Gargantext.Core.Viz.Graph.Types type Rep AttributesV3 = D1 ('MetaData "AttributesV3" "Gargantext.Core.Viz.Graph.Types" "gargantext-0.0.7.1.5.3-inplace" 'False) (C1 ('MetaCons "AttributesV3" 'PrefixI 'True) (S1 ('MetaSel ('Just "cl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
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]))) |
Constructors
Camera | |
Fields
|
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 Methods declareNamedSchema :: Proxy Camera -> Declare (Definitions Schema) NamedSchema # | |
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 #
Constructors
HyperdataGraph | |
Fields
|
Instances
data HyperdataGraphAPI #
Constructors
HyperdataGraphAPI | |
Fields |
Instances
defaultGraph :: Graph #