zeus.actors.event
Class ArcEvent
java.lang.Object
zeus.actors.event.Event
zeus.actors.event.ArcEvent
- public class ArcEvent
- extends Event
| 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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
ArcEvent
public ArcEvent(java.lang.Object source,
Arc object,
Node node,
long event_mask)
getArc
public Arc getArc()
getOrigin
public Node getOrigin()
getDestination
public Node getDestination()
Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.