Safe Haskell | None |
---|
GraphRewriting.Layout.Wrapper
- data Wrapper w = Wrapper {}
- wrapGraph :: Graph n -> Graph (Wrapper n)
- updateWrappee :: w -> Wrapper t -> Wrapper w
- module Data.View
- module GraphRewriting.Graph.Types
- module GraphRewriting.Layout.Position
- module GraphRewriting.Layout.PortSpec
- module GraphRewriting.Layout.Rotation
- module GraphRewriting.Layout.RotPortSpec
- module Data.Vector.V2
Documentation
Wraps a value of type w
, augmenting it with layout information
wrapGraph :: Graph n -> Graph (Wrapper n)Source
Wraps the nodes of a graph, augmenting them with layout information
updateWrappee :: w -> Wrapper t -> Wrapper wSource
module Data.View
module GraphRewriting.Graph.Types
module Data.Vector.V2