Uses of Class
bcds.phison.multfailures.SID.States

Packages that use SID.States
bcds.phison.multfailures   
 

Uses of SID.States in bcds.phison.multfailures
 

Methods in bcds.phison.multfailures that return SID.States
 SID.States SID.getPrevState(V v)
          Returns the previous state of node v.
 SID.States SID.getState(V v)
          Returns the current state of node v, or null if v does not exist (seemingly a programming error).
static SID.States SID.States.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SID.States[] SID.States.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in bcds.phison.multfailures that return types with arguments of type SID.States
 java.util.Map<SID.States,java.lang.Integer> SID.getCompartmentSizes()
          Returns the number of nodes per state, that is, the size of the compartments into which the population is decomposed.
 

Methods in bcds.phison.multfailures with parameters of type SID.States
 java.util.Set<V> SIDxPathFailures.getNodesPerTransition(SID.States s1, SID.States s2)
          Returns the set of nodes that in this generation transitioned from the state s1 to the state s2.
 void SID.setState(V v, SID.States st)
          Sets the current state of the node v to st.