Functor Project.Computation.Dynamic.Register


module Register: 
functor (State : sig
val clear : Project.project -> unit
end) ->
Register a new kind in the underlying dynamic graph.
Since Boron-20100401
Parameters:
State : sig val clear: project -> unit end
Info : Project.Computation.INFO

val self : Project.t
The kind of the registered state.
Consult the Plugin Development Guide for additional details.
val select : Kind.how -> Project.Computation.selection -> Project.Computation.selection
select sel add the registered state to the given selection in a functional way.
val depend : Project.t -> unit
depend k adds a dependencies from k to me.
val name : string