Module
Data.DotLang
- Package
- purescript-dotlang
- Repository
- csicar/purescript-dotlang
#ShapeType Source
data ShapeType
possible node shapes
Constructors
Box
Polygon
Ellipse
Oval
Circle
Point
Egg
Triangle
Plaintext
Plain
Diamond
Trapezium
Parallelogram
House
Pentagon
Hexagon
Septagon
Octagon
Doublecircle
Doubleoctagon
Tripleoctagon
Invtriangle
Invtrapezium
Invhouse
Mdiamond
Msquare
Mcircle
Rect
Rectangle
Square
Star
None
Underline
Cylinder
Note
Tab
Folder
Box3d
Component
Promoter
Cds
Terminator
Utr
Primersite
Restrictionsite
Fivepoverhang
Threepoverhang
Noverhang
Assembly
Signature
Insulator
Ribosite
Rnastab
Proteasesite
Proteinstab
Rpromoter
Rarrow
Larrow
Lpromoter
Instances
#changeNodeId Source
changeNodeId :: (Id -> Id) -> Node -> Node
change Nodes id to a new one; keeing the old id as the label
example: mapNodeId (\a -> a+"!") (Node "e" []) == Node "e!" [Label "e"]
#Definition Source
#forwardEdge Source
forwardEdge :: Id -> Id -> Definition
#backwardEdge Source
backwardEdge :: Id -> Id -> Definition
#normalEdge Source
normalEdge :: Id -> Id -> Definition
- Modules
- Data.
DotLang