Module Protein.Abstract.LBDE


module LBDE: sig  end
Characteristics of the abstract Ligand Binding Domain with Extraction.


type interfid =
| Matcher of int
| Repress
| Bound

val get_interf_character : interfid -> Protein.Abstract.interf_character

type initstate =
| ActiveInitState
| RepressedInitState


type state =
| ActiveState
| RepressedState
| BoundState of string


type extraction = int array

type config = {
   num_matchers : int;
   extraction : extraction;
}

type cons = initstate * config
val num_lbprojs : int
val num_sbprojs : int