Idris2Doc : Graphics.DOT.Interfaces

Graphics.DOT.Interfaces

(source)

Definitions

interfaceDOTCompassPoint : Type->Type
  The type `t` can be converted to a `CompassPoint`.

Parameters: t
Methods:
toCompassPoint : t->CompassPoint
toCompassPoint : DOTCompassPointt=>t->CompassPoint
Totality: total
Visibility: public export
interfaceDOTKeyword : Type->Type
  The type `t` can be converted to a `Keyword`.

Parameters: t
Methods:
toKeyword : t->Keyword
toKeyword : DOTKeywordt=>t->Keyword
Totality: total
Visibility: public export
interfaceDOTDOTID : Type->Type
  The type `t` can be converted to a `DOTID`.

Parameters: t
Methods:
toDOTID : t->DOTID
toDOTID : DOTDOTIDt=>t->DOTID
Totality: total
Visibility: public export
interfaceDOTPort : Type->Type
  The type `t` can be converted to a `Port`.

Parameters: t
Methods:
toPort : t->Port
toPort : DOTPortt=>t->Port
Totality: total
Visibility: public export
interfaceDOTNodeID : Type->Type
  The type `t` can be converted to a `NodeID`.

Parameters: t
Methods:
toNodeID : t->NodeID
toNodeID : DOTNodeIDt=>t->NodeID
Totality: total
Visibility: public export
interfaceDOTAssign : Type->Type
  The type `t` can be converted to an `Assign`.

Parameters: t
Methods:
toAssign : t->Assign
toAssign : DOTAssignt=>t->Assign
Totality: total
Visibility: public export
interfaceDOTEdgeOp : Type->Type
  The type `t` can be converted to an `EdgeOp`.

Parameters: t
Methods:
toEdgeOp : t->EdgeOp
toEdgeOp : DOTEdgeOpt=>t->EdgeOp
Totality: total
Visibility: public export
interfaceDOTEdgeRHS : Type->Type
  The type `t` can be converted to an `EdgeRHS`.

Parameters: t
Methods:
toEdgeRHS : t->EdgeRHS
toEdgeRHS : DOTEdgeRHSt=>t->EdgeRHS
Totality: total
Visibility: public export
interfaceDOTSubgraph : Type->Type
  The type `t` can be converted to a `Subgraph`.

Parameters: t
Methods:
toSubgraph : t->Subgraph
toSubgraph : DOTSubgrapht=>t->Subgraph
Totality: total
Visibility: public export
interfaceDOTStmt : Type->Type
  The type `t` can be converted to a `Stmt`.

Parameters: t
Methods:
toStmt : t->Stmt
toStmt : DOTStmtt=>t->Stmt
Totality: total
Visibility: public export
interfaceDOTGraph : Type->Type
  The type `t` can be converted to a `Graph`.

Parameters: t
Methods:
toGraph : t->Graph
toGraph : DOTGrapht=>t->Graph
Totality: total
Visibility: public export