INTERFACEPacketRep ; IMPORT Packet; TYPE T = Packet.TPub BRANDED OBJECT source, current, finDest: CARDINAL END; (* If "p" is a "PacketRep.T", then "p.source" is "p"'s source node, "p.current" is its current node, and "p.finDest" is its final destination. *) REVEAL Packet.T <: T; END PacketRep.