zeus.actors.event
Class ProtocolEvent

java.lang.Object
  extended byzeus.actors.event.Event
      extended byzeus.actors.event.ProtocolEvent

public class ProtocolEvent
extends Event


Field Summary
static long ACCESS_MASK
           
static long ADD_MASK
           
static long DELETE_MASK
           
static long MODIFY_MASK
           
 
Fields inherited from class zeus.actors.event.Event
ABILITY_FIRST, ABILITY_LAST, AGENT_FIRST, AGENT_LAST, ALL_MASK, ARC_FIRST, ARC_LAST, CLOCK_FIRST, CLOCK_LAST, CONVERSATION_FIRST, CONVERSATION_LAST, event_type, FACT_FIRST, FACT_LAST, GRAPH_FIRST, GRAPH_LAST, HANDLER_FIRST, HANDLER_LAST, id, MAX_ID, MESSAGE_FIRST, MESSAGE_LAST, NODE_FIRST, NODE_LAST, NULL_MASK, object, PLANNING_FIRST, PLANNING_LAST, PLANSTEP_FIRST, PLANSTEP_LAST, PROTOCOL_FIRST, PROTOCOL_LAST, RELATION_FIRST, RELATION_LAST, RETE_FIRST, RETE_LAST, source, TASK_FIRST, TASK_LAST, time
 
Constructor Summary
ProtocolEvent(java.lang.Object source, ProtocolInfo object, long event_mask)
           
 
Method Summary
 ProtocolInfo getProtocolInfo()
           
 
Methods inherited from class zeus.actors.event.Event
getDescription, getID, getObject, getSource, getTime, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ADD_MASK

public static final long ADD_MASK
See Also:
Constant Field Values

MODIFY_MASK

public static final long MODIFY_MASK
See Also:
Constant Field Values

DELETE_MASK

public static final long DELETE_MASK
See Also:
Constant Field Values

ACCESS_MASK

public static final long ACCESS_MASK
See Also:
Constant Field Values
Constructor Detail

ProtocolEvent

public ProtocolEvent(java.lang.Object source,
                     ProtocolInfo object,
                     long event_mask)
Method Detail

getProtocolInfo

public ProtocolInfo getProtocolInfo()


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