edu.uconn.mcb.lineageevolver.graph
Class EdgeListGraphTopology.EdgeData.ForkEvent

java.lang.Object
  extended byedu.uconn.mcb.lineageevolver.graph.EdgeListGraphTopology.EdgeData.Event
      extended byedu.uconn.mcb.lineageevolver.graph.EdgeListGraphTopology.EdgeData.LineageEvent
          extended byedu.uconn.mcb.lineageevolver.graph.EdgeListGraphTopology.EdgeData.ForkEvent
All Implemented Interfaces:
java.lang.Comparable, GraphTopologyEvent
Enclosing class:
EdgeListGraphTopology.EdgeData

protected class EdgeListGraphTopology.EdgeData.ForkEvent
extends EdgeListGraphTopology.EdgeData.LineageEvent

Event produced for carryout out a forkation on the topology.

Author:
Hasan Khalil

Field Summary
 
Fields inherited from class edu.uconn.mcb.lineageevolver.graph.EdgeListGraphTopology.EdgeData.LineageEvent
edgeData, time, visitor
 
Constructor Summary
EdgeListGraphTopology.EdgeData.ForkEvent(EdgeListGraphTopology.EdgeData e)
          Constructor for ForkEvent objects given an EdgeData belonging to the edge on which the newly created ForkEvent should reside.
 
Methods inherited from class edu.uconn.mcb.lineageevolver.graph.EdgeListGraphTopology.EdgeData.LineageEvent
applyTo, compareTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeListGraphTopology.EdgeData.ForkEvent

public EdgeListGraphTopology.EdgeData.ForkEvent(EdgeListGraphTopology.EdgeData e)
Constructor for ForkEvent objects given an EdgeData belonging to the edge on which the newly created ForkEvent should reside.

Parameters:
e - the EdgeData belonging to the Edge to which the newly created ForkEvent should reside.