All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class eduni.simdiag.TraceEventObject

java.lang.Object
   |
   +----java.util.EventObject
           |
           +----eduni.simdiag.TraceEventObject

public class TraceEventObject
extends EventObject
implements Traceable
Timing diagram event object. This stores a single event for updating a timing diagram. The event format is described in the design document

See Also:
TimingDiagram, TraceListener

Constructor Index

 o TraceEventObject(Object, int)
Creates a trace event command
 o TraceEventObject(Object, String)
Creates a trace event object with a string
 o TraceEventObject(Object, TraceEventObject)
Creates a trace event object from another

Method Index

 o getCmd()
Returns the trace command
 o getLine()
Returns the trace line
 o set(int)
Sets this command to one of the Traceable commands
 o set(String)
Sets this command to a trace line string
 o set(TraceEventObject)
Sets this command to a trace object

Constructors

 o TraceEventObject
 public TraceEventObject(Object o,
                         String traceline)
Creates a trace event object with a string

 o TraceEventObject
 public TraceEventObject(Object o,
                         TraceEventObject t)
Creates a trace event object from another

 o TraceEventObject
 public TraceEventObject(Object o,
                         int cmd)
Creates a trace event command

See Also:
Traceable

Methods

 o set
 public void set(String traceline)
Sets this command to a trace line string

 o set
 public void set(TraceEventObject t)
Sets this command to a trace object

 o set
 public void set(int cmd)
Sets this command to one of the Traceable commands

 o getLine
 public String getLine()
Returns the trace line

 o getCmd
 public int getCmd()
Returns the trace command


All Packages  Class Hierarchy  This Package  Previous  Next  Index