zeus.actors.event
Class ArcEvent

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

public class ArcEvent
extends Event


Field Summary
static long CREATE_MASK
           
protected  Node destination
           
static long DISPOSE_MASK
           
static long FAIL_MASK
           
protected  Node origin
           
static long SUCCEED_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
ArcEvent(java.lang.Object source, Arc object, Node node, long event_mask)
           
 
Method Summary
 Arc getArc()
           
 Node getDestination()
           
 Node getOrigin()
           
 
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

CREATE_MASK

public static final long CREATE_MASK
See Also:
Constant Field Values

DISPOSE_MASK

public static final long DISPOSE_MASK
See Also:
Constant Field Values

FAIL_MASK

public static final long FAIL_MASK
See Also:
Constant Field Values

SUCCEED_MASK

public static final long SUCCEED_MASK
See Also:
Constant Field Values

origin

protected Node origin

destination

protected Node destination
Constructor Detail

ArcEvent

public ArcEvent(java.lang.Object source,
                Arc object,
                Node node,
                long event_mask)
Method Detail

getArc

public Arc getArc()

getOrigin

public Node getOrigin()

getDestination

public Node getDestination()


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