package kappa-library

  1. Overview
  2. Docs
type transition = private {
  1. next : Kappa_site_graphs.Navigation.abstract Kappa_site_graphs.Navigation.t;
  2. dst : id;
    (*

    id of cc and also address in the Env.domain map

    *)
  3. inj : Kappa_data_structures.Renaming.t;
    (*

    From dst To ("this" cc + extra edge)

    *)
}
type point
val content : point -> cc
val roots : point -> (int list * int) option

(ids,ty)

val sons : point -> transition list
type t
val get : t -> id -> point
val get_single_agent : int -> t -> (id * Kappa_data_structures.Operator.DepSet.t) option
val signatures : t -> Kappa_site_graphs.Signature.s
val counters_info : t -> Kappa_site_graphs.Counters_info.t
val new_obs_map : t -> (id -> 'a) -> 'a ObsMap.t
val print : noCounters:bool -> Format.formatter -> t -> unit
val to_yojson : t -> Yojson.Basic.t
val of_yojson : Yojson.Basic.t -> t
OCaml

Innovation. Community. Security.