Frama-C:
Plug-ins:
Libraries:

Frama-C API - Make

Generic functor implementing the services algorithm according to a graph implementation.

Parameters

module G : sig ... end

Signature

type node = G.V.t
type graph = G.t
module Service_graph : sig ... end
val vertex : node -> node vertex
val output_graph : Stdlib.out_channel -> Service_graph.t -> unit
val entry_point : unit -> Service_graph.V.t option

compute must be called before

  • since Carbon-20101201
module TP : Graph.Graphviz.GraphWithDotAttrs with type t = Service_graph.t and type V.t = node vertex and type E.t = Service_graph.E.t