Uses of Class
edu.uconn.mcb.lineageevolver.graph.EdgeListGraphTopology.EdgeData.SubstitutionEvent

Packages that use EdgeListGraphTopology.EdgeData.SubstitutionEvent
edu.uconn.mcb.lineageevolver.graph Provides graph data structure interface and implementation. 
 

Uses of EdgeListGraphTopology.EdgeData.SubstitutionEvent in edu.uconn.mcb.lineageevolver.graph
 

Fields in edu.uconn.mcb.lineageevolver.graph declared as EdgeListGraphTopology.EdgeData.SubstitutionEvent
(package private)  EdgeListGraphTopology.EdgeData.SubstitutionEvent EdgeListGraphTopology.EdgeData.substitutionEvent
          The substitution event to run when substitution should occur.
 

Methods in edu.uconn.mcb.lineageevolver.graph that return EdgeListGraphTopology.EdgeData.SubstitutionEvent
(package private)  EdgeListGraphTopology.EdgeData.SubstitutionEvent EdgeListGraphTopology.EdgeData.getSubstitutionEvent(int subsitiutions)
          Returns a SubstitutionEvent with appropriate configuration given a number of substitutions.