package ezjs_cytoscape

  1. Overview
  2. Docs
Bindings for Cytoscape

Install

Dune Dependency

Authors

Maintainers

Sources

0.1.tar.gz
md5=72d9f30def84cd807c55da0e6ebb6fb3
sha512=47e92abf3c40218923df176b601211d252fca314fdafb300355de31d5c3a2a983e6e508bc3d6c964e9130c8249a818a1c45a05370cb23beeebcf60f9c026ca52

doc/ezjs_cytoscape/Ezjs_cytoscape/index.html

Module Ezjs_cytoscapeSource

Sourceclass type position = object ... end
Sourceclass type 'a style = object ... end
Sourcemodule DataItem : sig ... end
Sourceclass type layout_options = object ... end
Sourceclass type layout = object ... end
Sourceclass type props = object ... end
Sourceclass type cytoscape = object ... end
Sourceval cytoscape_cs : cytoscape_cs
Sourceval position : int -> int -> position Js_of_ocaml.Js.t
Sourceval node : ?pos:(int * int) -> string -> DataItem.t Js_of_ocaml.Js.t
Sourceval edge : ?id:string -> string -> string -> DataItem.t Js_of_ocaml.Js.t
Sourceval add_node : ?pos:(int * int) -> < add : DataItem.t Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> string -> 'res
Sourceval add_edge : < add : DataItem.t Js_of_ocaml.Js.t -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> source:string -> target:string -> 'res
Sourceval run_layout : layout Js_of_ocaml.Js.t -> unit
OCaml

Innovation. Community. Security.