Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Models.Mask
Description
This module defines the NodeMask
, RelMask
, PathMask
,
RawMechanismDetailsMask
, and RawReactionDetailsMask
data types for creating WEB masks that encapsulate the properties
of nodes and relationships in a graph representation.
Documentation
Constructors
NodeMask | |
Fields |
Constructors
RelMask | |
Fields
|
Constructors
PathMask | |
Fields
|
Instances
FromJSON PathMask # | |
Defined in Models.Mask | |
ToJSON PathMask # | |
Generic PathMask # | |
Show PathMask # | |
ElemInteractant PathMask # | Converts a Neo4j path to a Haskell |
Defined in Domain.Converter.Instances Methods | |
Eq PathMask # | |
type Rep PathMask # | |
Defined in Models.Mask type Rep PathMask = D1 ('MetaData "PathMask" "Models.Mask" "chemist-preprocessor-0.1.0.0-inplace" 'False) (C1 ('MetaCons "PathMask" 'PrefixI 'True) (S1 ('MetaSel ('Just "pathNodesMask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Interactant]) :*: (S1 ('MetaSel ('Just "pathRelationshipsMask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Interactant]) :*: S1 ('MetaSel ('Just "pathSequenceMask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Int])))) |
data RawMechanismDetailsMask #
Constructors
RawMechanismDetailsMask | |
Fields
|
Instances
Show RawMechanismDetailsMask # | |
Defined in Models.Mask Methods showsPrec :: Int -> RawMechanismDetailsMask -> ShowS # show :: RawMechanismDetailsMask -> String # showList :: [RawMechanismDetailsMask] -> ShowS # | |
Eq RawMechanismDetailsMask # | |
Defined in Models.Mask Methods (==) :: RawMechanismDetailsMask -> RawMechanismDetailsMask -> Bool # (/=) :: RawMechanismDetailsMask -> RawMechanismDetailsMask -> Bool # |
data RawReactionDetailsMask #
Constructors
RawReactionDetailsMask | |
Fields
|
Instances
Show RawReactionDetailsMask # | |
Defined in Models.Mask Methods showsPrec :: Int -> RawReactionDetailsMask -> ShowS # show :: RawReactionDetailsMask -> String # showList :: [RawReactionDetailsMask] -> ShowS # | |
Eq RawReactionDetailsMask # | |
Defined in Models.Mask Methods (==) :: RawReactionDetailsMask -> RawReactionDetailsMask -> Bool # (/=) :: RawReactionDetailsMask -> RawReactionDetailsMask -> Bool # |