public abstract class TransitionRelation
extends java.lang.Object
Constructor and Description |
---|
TransitionRelation() |
Modifier and Type | Method and Description |
---|---|
static java.util.Map<Variable,Variable> |
getBackwardMap(BooleanGeneRegulatoryNetwork network)
Obtains the Map that relates all prime variables (next time) with their
corresponding variables (present time)
|
static java.util.Map<Variable,Variable> |
getForwardMap(BooleanGeneRegulatoryNetwork network)
Obtains the Map that relates all variables to their prime versions (next
time variables)
|
static Variable |
prime(Variable variable)
Obtains the variable representing the given variable for the following
time (prime variable)
|
public static java.util.Map<Variable,Variable> getForwardMap(BooleanGeneRegulatoryNetwork network)
network
- the Boolean networkpublic static java.util.Map<Variable,Variable> getBackwardMap(BooleanGeneRegulatoryNetwork network)
network
- the Boolean network