All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

actionPerformed(ActionEvent). Method in class eduni.simanim.Anim_applet
Updated action handler for 1.1 event model
add(Sim_entity). Static method in class eduni.simjava.Sim_system
Add a new entity to the simulation.
add(Sim_event). Method in class eduni.simjava.Evqueue
Add a new event to the queue, preserving the temporal order of the events in the queue.
add_entity(Anim_entity). Method in class eduni.simanim.Sim_anim
Do not use this method directly
add_param(Anim_param). Method in class eduni.simanim.Anim_entity
This method should not be used directly.
add_param(Anim_param). Method in class eduni.simjava.Sim_entity
Add a parameter to this entity.
add_port(Anim_port). Method in class eduni.simanim.Anim_entity
This method should not be used directly.
add_port(Sim_port). Method in class eduni.simjava.Sim_entity
Add a port to this entity.
addGraphListener(GraphListener). Method in class eduni.simdiag.GraphDiagram
Adds a graph listener to the output.
addGraphListener(GraphListener). Method in class eduni.simdiag.GraphEqn
Adds a graph listener
addGraphListener(GraphListener). Method in class eduni.simdiag.GraphLoader
addTraceListener(TraceListener). Method in class eduni.simanim.Sim_anim
addTraceListener(TraceListener). Method in class eduni.simdiag.TimingDiagram
Adds a listener to the trace stream
addTraceListener(TraceListener). Method in class eduni.simdiag.TraceLoader
Javabeans trace event output
adjustmentValueChanged(AdjustmentEvent). Method in class eduni.simanim.Anim_applet
Scroll bar event handler
Anim_applet(). Constructor for class eduni.simanim.Anim_applet
anim_completed(). Method in class eduni.simanim.Anim_applet
This method can be overidden in the subclass, and used to display results.
Anim_entity(String, String). Constructor for class eduni.simanim.Anim_entity
This constuctor should not be used directly, use the extended constructor in eduni.simjava.Sim_entity instead.
anim_init(). Method in class eduni.simanim.Anim_applet
This method can be overidden in the subclass, and used to setup any GUI objects to be used for input to the animation.
anim_layout(). Method in class eduni.simanim.Anim_applet
This method must be provided in the subclass, it should setup all the simulation entities, and link their ports.
Anim_param(String, int, Param_type). Constructor for class eduni.simanim.Anim_param
Constructor, with co-ordinates defaulting to (0, 0).
Anim_param(String, int, Param_type, int, int). Constructor for class eduni.simanim.Anim_param
Constructor, with Param_type object and (x, y) co-ordinate.
Anim_param(String, int, String). Constructor for class eduni.simanim.Anim_param
Constructor, with co-ordinates defaulting to (0, 0).
Anim_param(String, int, String, int, int). Constructor for class eduni.simanim.Anim_param
Constructor, with (x, y) co-ordinate.
Anim_port(String, String). Constructor for class eduni.simanim.Anim_port
This constuctor should not be used directly, use the extended constructor in eduni.simjava.Sim_port instead.
anim_relayout(). Method in class eduni.simanim.Anim_applet
Reinitialises all the animation entities, by calling anim_layout(), then redraws them.
animate(Thread). Method in class eduni.simanim.Sim_anim
Do not use this method directly
avg(). Method in class eduni.simjava.Sim_accum
Calculates the average value held over the total interval recorded.

B

body(). Method in class eduni.simjava.Sim_entity
The method which defines the behavior of the entity.
BOTTOM. Static variable in class eduni.simanim.Anim_port
Attatch the port to the bottom side of the parent entity

C

clear(). Method in class eduni.simdiag.GraphDiagram
Clears the graph
clock(). Static method in class eduni.simjava.Sim_system
Get the current simulation time.
clone(). Method in class eduni.simjava.Sim_event
Create an exact copy of this event.
close(). Method in class eduni.simanim.Sim_anim
Do not use this method directly
close(). Method in class eduni.simjava.Sim_outfile
Closes the file
close(). Method in interface eduni.simjava.Sim_output
Called by the Sim_system at the end of the simulation.
controls. Variable in class eduni.simanim.Anim_applet
current_ent(). Static method in class eduni.simjava.Sim_system
Find the currently running entity.

D

data(String, double, double). Method in class eduni.simdiag.GraphDiagram
Adds a data element
DISPLAY. Static variable in interface eduni.simdiag.Traceable
Update the display
display(). Method in class eduni.simdiag.GraphDiagram
Displays the graph
display(). Method in class eduni.simdiag.TimingDiagram
Displays the graph
dispTrace(). Method in class eduni.simanim.Sim_anim
doit(GraphDiagram). Method in class eduni.simdiag.GraphClearObject
Implements graph commands.
doit(GraphDiagram). Method in class eduni.simdiag.GraphData
Called by recipient to implement command
doit(GraphDiagram). Method in class eduni.simdiag.GraphDisplay
Implements graph commands.
doit(GraphDiagram). Method in class eduni.simdiag.GraphEventObject
Implements graph commands.
doit(GraphDiagram). Method in class eduni.simdiag.GraphSetAxes
Sets the axes labels of the given diagram.
doit(GraphDiagram). Method in class eduni.simdiag.GraphSetScale
Implements graph commands.
draw_all_static(). Method in class eduni.simanim.Sim_anim
Do not use this method directly
draw_messages(Graphics). Method in class eduni.simanim.Anim_port

E

enum_side. Static variable in class eduni.simanim.Anim_port
enum_type. Static variable in class eduni.simanim.Anim_param
event_time(). Method in class eduni.simjava.Sim_event
Get the simulation time that this event was scheduled.
Evqueue(). Constructor for class eduni.simjava.Evqueue
Allocates a new Evqueue object.
Evqueue(int). Constructor for class eduni.simjava.Evqueue
Allocates a new Evqueue object, with an initial capacity.

F

forwardGraph(GraphEventObject). Method in class eduni.simdiag.GraphDiagram
Sends graph events to any listeners
forwardGraph(GraphEventObject). Method in class eduni.simdiag.GraphEqn
Forwards a graph event to anyone listening.
forwardGraph(GraphEventObject). Method in class eduni.simdiag.GraphLoader
forwardTrace(TraceEventObject). Method in class eduni.simanim.Sim_anim
forwardTrace(TraceEventObject). Method in class eduni.simdiag.TimingDiagram
Sends trace events on to any listeners.
forwardTrace(TraceEventObject). Method in class eduni.simdiag.TraceLoader
Sends trace event onwards to any listeners
from_port(Sim_port). Method in class eduni.simjava.Sim_event
Determine if the event was sent from a given port.

G

genTraceHeader(). Method in class eduni.simanim.Sim_anim
Output trace header
genTraceTail(). Method in class eduni.simanim.Sim_anim
get_data(). Method in class eduni.simjava.Sim_event
Get the data passed in this event.
get_dest(). Method in class eduni.simjava.Sim_event
Get the unique id number of the entity which recieved this event.
get_dest(). Method in class eduni.simjava.Sim_port
Get the unique id number of the destination entity of this port.
get_dest_ename(). Method in class eduni.simjava.Sim_port
Get the name of the destination entity of this port.
get_diag(). Method in class eduni.simdiag.GraphDiagram
Returns the panel associated with this graph
get_entity(int). Static method in class eduni.simjava.Sim_system
Find an entity by its id number.
get_entity(String). Static method in class eduni.simjava.Sim_system
Find an entity by its name.
get_entity_id(String). Static method in class eduni.simjava.Sim_system
Find out an entities unique id number from its name.
get_id(). Method in class eduni.simjava.Sim_entity
Get the unique id number assigned to this entity
get_intval(). Method in class eduni.simanim.Anim_param
Get integer value of parameter.
get_name(). Method in class eduni.simjava.Sim_entity
Get the name of this entity
get_num_entities(). Static method in class eduni.simjava.Sim_system
Get the current number of entities in the simulation
get_pname(). Method in class eduni.simjava.Sim_port
Get the name of this port.
get_port(Sim_event). Method in class eduni.simjava.Sim_entity
Search through this entity's ports, for the one which sent this event.
get_port(String). Method in class eduni.simjava.Sim_entity
Search through this entity's ports, for one called name.
get_src(). Method in class eduni.simjava.Sim_event
Get the unique id number of the entity which scheduled this event.
get_src(). Method in class eduni.simjava.Sim_port
Get the unique id number of the source entity of this port.
get_tag(). Method in class eduni.simjava.Sim_event
Get the user-defined tag in this event.
get_trc_level(). Static method in class eduni.simjava.Sim_system
Get the current trace level (initially 0xff), which controls trace output.
get_trcout(). Static method in class eduni.simjava.Sim_system
get_value(). Method in class eduni.simanim.Anim_param
Get string value of parameter.
getCmd(). Method in class eduni.simdiag.TraceEventObject
Returns the trace command
getDiag(). Method in class eduni.simdiag.GraphWindow
Returns the graph diagram for this window
getDiag(). Method in class eduni.simdiag.TimingWindow
getIndex(String). Method in class eduni.simanim.Param_type
Returns the state index given a state name (or -1 if the state name isn't found)
getLine(). Method in class eduni.simdiag.TraceEventObject
Returns the trace line
getNumberFormat(). Static method in class eduni.simjava.Sim_system
Returns the number format used for generating times in trace lines
getSpec(). Method in class eduni.simanim.Param_type
Returns type spec in form etc
getType(). Method in class eduni.simanim.Param_type
Returns the type name
getVals(). Method in class eduni.simanim.Param_type
Returns the array of strings
GraphClearObject(Object). Constructor for class eduni.simdiag.GraphClearObject
GraphData(Object, String). Constructor for class eduni.simdiag.GraphData
Constructs data elem from a single text line Format: linename x y e.g.
GraphData(Object, String, double, double). Constructor for class eduni.simdiag.GraphData
Constructs data elem from linename, x and y
GraphDiagram(). Constructor for class eduni.simdiag.GraphDiagram
Constructs a graph which runs in its own thread.
GraphDisplay(Object). Constructor for class eduni.simdiag.GraphDisplay
GraphEqn(). Constructor for class eduni.simdiag.GraphEqn
Creates a graph generator (Sine, Cos)
GraphEventObject(Object). Constructor for class eduni.simdiag.GraphEventObject
GraphLoader(String). Constructor for class eduni.simdiag.GraphLoader
Create a graph loader with the given url
GraphSetAxes(Object, String, String). Constructor for class eduni.simdiag.GraphSetAxes
Constructs a setaxes command.
GraphSetScale(Object, double, double, double, double). Constructor for class eduni.simdiag.GraphSetScale
GraphWindow(). Constructor for class eduni.simdiag.GraphWindow

H

handleGraph(GraphEventObject). Method in class eduni.simdiag.GraphDiagram
Deals with incoming graph events
handleGraph(GraphEventObject). Method in interface eduni.simdiag.GraphListener
Responds to a single graph event
handleTrace(TraceEventObject). Method in class eduni.simdiag.TimingDiagram
Processes the trace events which arrive.
handleTrace(TraceEventObject). Method in interface eduni.simdiag.TraceListener
Processes the given trace event object.
handleTrace(TraceEventObject). Method in class eduni.simdiag.TraceSaver
Responds to a trace input event by writing it on to the file.
HIDDEN. Static variable in class eduni.simanim.Anim_param
Display type: Don't display.

I

init(). Method in class eduni.simanim.Anim_applet
This method should not be overidden in the subclass, use anim_init() instead.
init(). Method in class eduni.simdiag.GraphDiagram
Sets up graph diagram display
init(). Method in class eduni.simdiag.TimingDiagram
Sets up timing diagram display
initialise(). Method in class eduni.simanim.Sim_anim
Do not use this method directly
initialise(). Method in class eduni.simjava.Sim_outfile
Attempts to open the file
initialise(). Method in interface eduni.simjava.Sim_output
Called by the Sim_system before the start of the simulation.
initialise(). Static method in class eduni.simjava.Sim_system
Initialise the system, this function does the job of a constructor, and should be called at the start of any simulation program.
initialise(Sim_anim, Thread). Static method in class eduni.simjava.Sim_system
This version of initialise() is used by the standard animation package eduni.simanim
initialise(Sim_output, Thread). Static method in class eduni.simjava.Sim_system
This version of initialise() is for experienced users who want to use the trace output to draw a graph or an animation as part of the application.
interval_sum(). Method in class eduni.simjava.Sim_accum
Sums all the intervals recorded so far.
is_invisible(). Method in class eduni.simanim.Anim_entity

L

LAYOUT. Static variable in interface eduni.simdiag.Traceable
The user has pressed Layout
LEFT. Static variable in class eduni.simanim.Anim_port
Attatch the port to the left side of the parent entity
linename. Variable in class eduni.simdiag.GraphData
link_ports(String, String, String, String). Method in class eduni.simanim.Sim_anim
Do not use this method directly
link_ports(String, String, String, String). Static method in class eduni.simjava.Sim_system
Link the ports the ports on two entities, so that events secheduled from one port are sent to the other.

M

main(String[]). Static method in class eduni.simdiag.GraphDiagram
Constructs an example using the graph, by connecting a GraphEqn object to its input to display sine waves.
main(String[]). Static method in class eduni.simdiag.TimingDiagram
Example standalone application code.
match(Sim_event). Method in class eduni.simjava.Sim_any_p
The match function called by Sim_system.sim_select(), not used directly by the user
match(Sim_event). Method in class eduni.simjava.Sim_from_p
The match function called by Sim_system.sim_select(), not used directly by the user.
match(Sim_event). Method in class eduni.simjava.Sim_none_p
The match function called by Sim_system.sim_select(), not used directly by the user
match(Sim_event). Method in class eduni.simjava.Sim_predicate
The match function which must be overidden when writing a new predicate.
match(Sim_event). Method in class eduni.simjava.Sim_type_p
The match function called by Sim_system.sim_select(), not used directly by the user
max(). Method in class eduni.simjava.Sim_accum
Find the maximum value recorded so far
min(). Method in class eduni.simjava.Sim_accum
Find the minimum value recorded so far

N

NAME. Static variable in class eduni.simanim.Anim_param
Display type: Show parameter's name only.
NAME_VALUE. Static variable in class eduni.simanim.Anim_param
Display type: Show both the parameter's name and its value.
nextLine(BufferedReader). Method in class eduni.simdiag.GraphLoader
nextLine(BufferedReader). Method in class eduni.simdiag.TraceLoader

P

p(). Method in class eduni.simjava.Semaphore
Try to obtain the Semaphore.
paint(Graphics). Method in class eduni.simanim.Sim_anim
Do not use this method directly
Param_type(String, String[]). Constructor for class eduni.simanim.Param_type
PAUSE. Static variable in interface eduni.simdiag.Traceable
The user has pressed Pause
pop(). Method in class eduni.simjava.Evqueue
Remove and return the event at the top of the queue.
println(String). Method in class eduni.simanim.Sim_anim
Do not use this method directly
println(String). Method in class eduni.simjava.Sim_outfile
Prints a trace line to the file
println(String). Method in interface eduni.simjava.Sim_output
Called by the Sim_system to output a trace line.

R

removeGraphListener(GraphListener). Method in class eduni.simdiag.GraphDiagram
Removes a graph listener from the output.
removeGraphListener(GraphListener). Method in class eduni.simdiag.GraphEqn
Removes a graph listener
removeGraphListener(GraphListener). Method in class eduni.simdiag.GraphLoader
removeTraceListener(TraceListener). Method in class eduni.simanim.Sim_anim
removeTraceListener(TraceListener). Method in class eduni.simdiag.TimingDiagram
Removes a trace listener
removeTraceListener(TraceListener). Method in class eduni.simdiag.TraceLoader
Javabeans trace event output
RIGHT. Static variable in class eduni.simanim.Anim_port
Attatch the port to the right side of the parent entity
RUN. Static variable in interface eduni.simdiag.Traceable
The user has pressed Run
run(). Method in class eduni.simanim.Anim_applet
This method should not be overidden in the subclass
run(). Method in class eduni.simdiag.GraphDiagram
Draws graph
run(). Method in class eduni.simdiag.GraphEqn
Generates the graph
run(). Method in class eduni.simdiag.GraphLoader
run(). Method in class eduni.simdiag.GraphWindow
Displays the window
run(). Method in class eduni.simjava.Sim_entity
Internal method - don't overide
run(). Static method in class eduni.simjava.Sim_system
Start the simulation running.
run(). Method in class eduni.simdiag.TimingDiagram
Draws diagram
run(). Method in class eduni.simdiag.TimingWindow
run(). Method in class eduni.simdiag.TraceLoader
Starts reading the trace in from the URL.
run_start(). Static method in class eduni.simjava.Sim_system
Start the simulation running.
run_stop(). Static method in class eduni.simjava.Sim_system
Stop the simulation
run_tick(). Static method in class eduni.simjava.Sim_system
Run one tick of the simulation.

S

sample(). Method in class eduni.simjava.Sim_negexp_obj
Generate a new random number.
sample(). Method in class eduni.simjava.Sim_normal_obj
Generate a new random number.
sample(). Method in class eduni.simjava.Sim_uniform_obj
Generate a new random number.
scheduled_by(). Method in class eduni.simjava.Sim_event
Get the unique id number of the entity which scheduled this event.
Semaphore(). Constructor for class eduni.simjava.Semaphore
Allocate a new Semaphore object, with an initial count of zero.
Semaphore(int). Constructor for class eduni.simjava.Semaphore
Allocates a new Semaphore object, with a given initial count.
send_on(Sim_event, Sim_port). Method in class eduni.simjava.Sim_entity
Send on an event to an other entity, through a port.
set(int). Method in class eduni.simdiag.TraceEventObject
Sets this command to one of the Traceable commands
set(String). Method in class eduni.simdiag.TraceEventObject
Sets this command to a trace line string
set(TraceEventObject). Method in class eduni.simdiag.TraceEventObject
Sets this command to a trace object
set_auto_trace(boolean). Static method in class eduni.simjava.Sim_system
Switch the auto trace messages on and off.
set_dest(int). Method in class eduni.simjava.Sim_event
Set the destination entity of this event.
set_invisible(boolean). Method in class eduni.simanim.Anim_entity
set_invisible(boolean). Method in class eduni.simjava.Sim_entity
Make entity icon invisible
set_position(int, int). Method in class eduni.simanim.Anim_entity
This method should not be used directly.
set_position(int, int). Method in class eduni.simanim.Anim_port
This method should not be used directly.
set_src(int). Method in class eduni.simjava.Sim_event
Set the source entity of this event.
set_trc_level(int). Static method in class eduni.simjava.Sim_system
Set the trace level flags which control trace output.
set_value(int). Method in class eduni.simanim.Anim_param
Set value of parameter to integer.
set_value(String). Method in class eduni.simanim.Anim_param
Set value of parameter to string.
setAxes(String, String). Method in class eduni.simdiag.GraphDiagram
Sets the axes labels
setScale(double, double, double, double). Method in class eduni.simdiag.GraphDiagram
Sets the scale
Sim_accum(). Constructor for class eduni.simjava.Sim_accum
Constructor.
Sim_accum(String). Constructor for class eduni.simjava.Sim_accum
Constructor, with name for SIM++ compatability.
Sim_anim(Anim_applet). Constructor for class eduni.simanim.Sim_anim
Do not use this method directly
SIM_ANY. Static variable in class eduni.simjava.Sim_system
A standard predicate that matches any event.
Sim_any_p(). Constructor for class eduni.simjava.Sim_any_p
Constructor.
sim_cancel(Sim_predicate, Sim_event). Method in class eduni.simjava.Sim_entity
Cancel the first event waiting for this entity on the future queue, matched by the predicate p.
sim_clock(). Static method in class eduni.simjava.Sim_system
A different name for Sim_system.clock().
sim_current(). Method in class eduni.simjava.Sim_entity
Get the id of the currently running entity
Sim_entity(String). Constructor for class eduni.simjava.Sim_entity
The standard constructor.
Sim_entity(String, String, int, int). Constructor for class eduni.simjava.Sim_entity
The constructor for use with the eduni.simanim animation package.
Sim_event(). Constructor for class eduni.simjava.Sim_event
Contructor, create a blank event.
Sim_from_p(int). Constructor for class eduni.simjava.Sim_from_p
Constructor.
sim_get_next(Sim_event). Method in class eduni.simjava.Sim_entity
Get the first event from the deferred queue waiting on the entity, or, if there are none, wait for an event to arrive.
sim_get_next(Sim_predicate, Sim_event). Method in class eduni.simjava.Sim_entity
Get the first event matching a predicate from the deferred queue, or, if none match, wait for a matching event to arrive.
sim_hold(double). Method in class eduni.simjava.Sim_entity
Causes the entity to hold for delay units of simulation time.
Sim_negexp_obj(String, double, int). Constructor for class eduni.simjava.Sim_negexp_obj
The constructor.
SIM_NONE. Static variable in class eduni.simjava.Sim_system
A standard predicate that does not match any events.
Sim_none_p(). Constructor for class eduni.simjava.Sim_none_p
Constructor.
Sim_normal_obj(String, double, double, int). Constructor for class eduni.simjava.Sim_normal_obj
The constructor.
Sim_outfile(). Constructor for class eduni.simjava.Sim_outfile
Constructor
Sim_port(String). Constructor for class eduni.simjava.Sim_port
Constructor, for stand-alone simulations.
Sim_port(String, String, int, int). Constructor for class eduni.simjava.Sim_port
Constructor for use with the eduni.simanim package for animations.
Sim_predicate(). Constructor for class eduni.simjava.Sim_predicate
sim_putback(Sim_event). Method in class eduni.simjava.Sim_entity
Put an event back on the defered queue.
sim_schedule(int, double, int). Method in class eduni.simjava.Sim_entity
Send an event to another entity, by id number and with no data.
sim_schedule(int, double, int, Object). Method in class eduni.simjava.Sim_entity
Send an event to another entity, by id number with data.
sim_schedule(Sim_port, double, int). Method in class eduni.simjava.Sim_entity
Send an event to another entity, by a port reference with no data.
sim_schedule(Sim_port, double, int, Object). Method in class eduni.simjava.Sim_entity
Send an event to another entity, by a port reference with data.
sim_schedule(String, double, int). Method in class eduni.simjava.Sim_entity
Send an event to another entity, by a port name with no data.
sim_schedule(String, double, int, Object). Method in class eduni.simjava.Sim_entity
Send an event to another entity, by a port name with data.
sim_select(Sim_predicate, Sim_event). Method in class eduni.simjava.Sim_entity
Extract the first event waiting for this entity on the deferred queue, matched by the predicate p.
Sim_system(). Constructor for class eduni.simjava.Sim_system
sim_trace(int, String). Method in class eduni.simjava.Sim_entity
Write a trace message.
Sim_type_p(int). Constructor for class eduni.simjava.Sim_type_p
Constructor.
Sim_type_p(int, int). Constructor for class eduni.simjava.Sim_type_p
Constructor.
Sim_type_p(int, int, int). Constructor for class eduni.simjava.Sim_type_p
Constructor.
Sim_uniform_obj(String, double, double, int). Constructor for class eduni.simjava.Sim_uniform_obj
The constructor.
sim_wait(Sim_event). Method in class eduni.simjava.Sim_entity
Hold until the entity recieves an event.
sim_wait_for(Sim_predicate, Sim_event). Method in class eduni.simjava.Sim_entity
Repeatedly sim_wait() until the entity receives an event matched by a predicate, all other received events are discarded.
sim_waiting(). Method in class eduni.simjava.Sim_entity
Count how many events are waiting of this entity on the deferred queue
sim_waiting(Sim_predicate). Method in class eduni.simjava.Sim_entity
Count how many events matching a predicate are waiting for this entity on the deferred queue.
start(). Method in class eduni.simanim.Anim_applet
This method should not be overidden in the subclass
startLoading(). Method in class eduni.simdiag.GraphLoader
Called after output has been wired
startLoading(). Method in class eduni.simdiag.TraceLoader
Called after output has been wired
startRunning(). Method in class eduni.simdiag.GraphEqn
Called after output has been wired
STATE. Static variable in class eduni.simanim.Anim_param
Display type: Show as the entity's bitmap.
STOP. Static variable in interface eduni.simdiag.Traceable
The user has pressed Stop
stop(). Method in class eduni.simanim.Anim_applet
This method should not be overidden in the subclass

T

TimingDiagram(). Constructor for class eduni.simdiag.TimingDiagram
Constructs a timing diagram
TimingWindow(). Constructor for class eduni.simdiag.TimingWindow
TOP. Static variable in class eduni.simanim.Anim_port
Attatch the port to the top side of the parent entity
top(). Method in class eduni.simjava.Evqueue
Return the event at the top of the queue, without removing it.
TRACE. Static variable in interface eduni.simdiag.Traceable
A single trace line command
trace_out. Variable in class eduni.simanim.Anim_applet
TraceEventObject(Object, int). Constructor for class eduni.simdiag.TraceEventObject
Creates a trace event command
TraceEventObject(Object, String). Constructor for class eduni.simdiag.TraceEventObject
Creates a trace event object with a string
TraceEventObject(Object, TraceEventObject). Constructor for class eduni.simdiag.TraceEventObject
Creates a trace event object from another
TraceLoader(String). Constructor for class eduni.simdiag.TraceLoader
Create a trace loader with the given url
TraceSaver(String). Constructor for class eduni.simdiag.TraceSaver
Creates a trace saver with the given filename
type(). Method in class eduni.simjava.Sim_event
Get the user-defined tag in this event

U

update(double, double). Method in class eduni.simjava.Sim_accum
Add a new record to the statistics collected so far.
update(Graphics). Method in class eduni.simanim.Sim_anim
Do not use this method directly

V

v(). Method in class eduni.simjava.Semaphore
Free the Semaphore, by incrementing the internal count.
VALUE. Static variable in class eduni.simanim.Anim_param
Display type: Show value only.

X

x. Variable in class eduni.simdiag.GraphData

Y

y. Variable in class eduni.simdiag.GraphData