/* * EtherState : * This class is a serializable data structure containing the host states, the events left to process * by SimulatedTime */ import org.apache.log4j.Logger; import Ethernet.*; public class EtherState { }