zeus.visualiser.society
Class AnimationQueue.AnimationQueueItem

java.lang.Object
  extended byzeus.visualiser.society.AnimationQueue.AnimationQueueItem
Enclosing class:
AnimationQueue

class AnimationQueue.AnimationQueueItem
extends java.lang.Object


Field Summary
(package private)  java.awt.Color color
           
(package private)  java.util.Vector constraints
           
(package private)  AnimationQueue.Animation duke
           
(package private)  java.lang.String id
           
(package private)  Performative msg
           
(package private)  GraphNode receiver
           
(package private)  double receiveTime
           
(package private)  GraphNode sender
           
(package private)  double sendTime
           
 
Constructor Summary
(package private) AnimationQueue.AnimationQueueItem(Performative msg, GraphNode sender, GraphNode receiver, java.awt.Color color)
           
 
Method Summary
(package private)  void addConstraint(AnimationQueue.AnimationQueueConstraint constr)
           
(package private)  boolean evalConstraints(java.util.Vector queue)
           
(package private)  boolean isDone()
           
(package private)  boolean isRunning()
           
(package private)  void next()
           
(package private)  void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg

Performative msg

sender

GraphNode sender

receiver

GraphNode receiver

id

java.lang.String id

constraints

java.util.Vector constraints

duke

AnimationQueue.Animation duke

sendTime

double sendTime

receiveTime

double receiveTime

color

java.awt.Color color
Constructor Detail

AnimationQueue.AnimationQueueItem

AnimationQueue.AnimationQueueItem(Performative msg,
                                  GraphNode sender,
                                  GraphNode receiver,
                                  java.awt.Color color)
Method Detail

addConstraint

void addConstraint(AnimationQueue.AnimationQueueConstraint constr)

isDone

boolean isDone()

isRunning

boolean isRunning()

next

void next()

evalConstraints

boolean evalConstraints(java.util.Vector queue)

start

void start()


Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.