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
 
  
  -  
	TraceEventObject(Object, int)
   -  Creates a trace event command 
 
  
 -  
	TraceEventObject(Object, String)
   -  Creates a trace event object with a string
  
 -  
	TraceEventObject(Object, TraceEventObject)
   -  Creates a trace event object from another
 
  
  -  
	getCmd()
   -  Returns the trace command
  
 -  
	getLine()
   -  Returns the trace line
  
 -  
	set(int)
   -  Sets this command to one of the Traceable commands
  
 -  
	set(String)
   -  Sets this command to a trace line string
  
 -  
	set(TraceEventObject)
   -  Sets this command to a trace object
 
  
TraceEventObject
 public TraceEventObject(Object o,
                         String traceline)
  -  Creates a trace event object with a string
 
TraceEventObject
 public TraceEventObject(Object o,
                         TraceEventObject t)
  -  Creates a trace event object from another
 
TraceEventObject
 public TraceEventObject(Object o,
                         int cmd)
  -  Creates a trace event command
  
    -  See Also:
    
 -  Traceable
  
 
 
 
  
set
 public void set(String traceline)
  -  Sets this command to a trace line string
 
set
 public void set(TraceEventObject t)
  -  Sets this command to a trace object
 
set
 public void set(int cmd)
  -  Sets this command to one of the Traceable commands
 
getLine
 public String getLine()
  -  Returns the trace line
 
getCmd
 public int getCmd()
  -  Returns the trace command
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index