package kappa-library
 sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >
  
  
  Public internals of the Kappa tool suite. Use this package to use kappa as a lib
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
  
    
      v4.1.3.tar.gz
    
    
        
    
  
  
  
    
  
  
    
  
        md5=1c9a8a0d79f085757817f90834e166f5
    
    
  sha512=13ac40442940ba6e72d7dc5bf952e67443872f7bff63e9c76a3a699a6904c88696047fe04519b7ec6546371642f6ee7b0983117be302694aca15500b0df40de3
    
    
  doc/kappa-library.terms/Kappa_terms/LKappa/index.html
Module Kappa_terms.LKappaSource
Intermediate representation of model on which sanity has been checked
Source
type rule_agent = {ra_type : int;ra_erased : bool;ra_ports : ((int, int * int) link Kappa_data_structures.Loc.annoted * switching) array;ra_ints : rule_internal array;ra_syntax : (((int, int * int) link Kappa_data_structures.Loc.annoted * switching) array * rule_internal array) option;
}A representation of 'left-hand-side' agent that stores how everything is transformed. In an observable (a mixture in an alg_expr), everything is Maintained (represented by I_VAL_CHANGED (i,i) for internal states).
The field ra_syntax represents how the user describe the agent before compilation. Therefore, compil_of_ast in this module generates rule_agent where ra_syntax is Some (Array.copy ra_ports, Array.copy ra_ints).
rule_mixture is the mixture description from the initial state of a rule
Source
type rule = {r_mix : rule_mixture;(*Initial mixture state
*)r_created : Raw_mixture.t;(*Mixture state after rule is applied
*)r_delta_tokens : ((rule_mixture, int) Alg_expr.e Kappa_data_structures.Loc.annoted * int) list;r_rate : (rule_mixture, int) Alg_expr.e Kappa_data_structures.Loc.annoted;r_un_rate : ((rule_mixture, int) Alg_expr.e Kappa_data_structures.Loc.annoted * (rule_mixture, int) Alg_expr.e Kappa_data_structures.Loc.annoted option) option;r_edit_style : bool;(*If rule was written in edit style, else it's rewrite style
*)
}Source
val raise_not_enough_specified : 
  status:string ->
  side:string ->
  string ->
  string Kappa_data_structures.Loc.annoted ->
  'aSource
val raise_several_occurence_of_site : 
  string ->
  string Kappa_data_structures.Loc.annoted ->
  'aSource
val raise_link_should_be_removed : 
  int ->
  string ->
  string Kappa_data_structures.Loc.annoted ->
  'aSource
val print_rule_mixture : 
  noCounters:bool ->
  Kappa_site_graphs.Signature.s ->
  Kappa_site_graphs.Counters_info.t ->
  ltypes:bool ->
  Raw_mixture.t ->
  Format.formatter ->
  rule_mixture ->
  unitSource
val print_link : 
  ('a -> Format.formatter -> 'a -> unit) ->
  (Format.formatter -> 'a -> unit) ->
  (Format.formatter -> 'b -> unit) ->
  Format.formatter ->
  ('a, 'b) link ->
  unitSource
val link_to_json : 
  ('a -> 'a -> Yojson.Basic.t) ->
  ('a -> Yojson.Basic.t) ->
  ('b -> Yojson.Basic.t list) ->
  ('a, 'b) link ->
  Yojson.Basic.tFragile: the list MUST NOT be a singleton
Source
val print_rates : 
  noCounters:bool ->
  Kappa_site_graphs.Signature.s ->
  Kappa_site_graphs.Counters_info.t ->
  (Format.formatter -> int -> unit) ->
  (Format.formatter -> int -> unit) ->
  Format.formatter ->
  rule ->
  unitSource
val print_rule : 
  noCounters:bool ->
  full:bool ->
  Kappa_site_graphs.Signature.s ->
  Kappa_site_graphs.Counters_info.t ->
  (Format.formatter -> int -> unit) ->
  (Format.formatter -> int -> unit) ->
  Format.formatter ->
  rule ->
  unitSource
val rule_to_json : 
  filenames:int Kappa_data_structures.Mods.StringMap.t ->
  rule ->
  Yojson.Basic.t sectionYPositions = computeSectionYPositions($el), 10)"
  x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
  >