zeus.actors.event
Class PlanningEvent

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

public class PlanningEvent
extends Event


Field Summary
static int ENACTMENT
           
static long FAIL_MASK
           
static int PLANNING
           
static int REPLANNING
           
static long START_MASK
           
static long SUCCEED_MASK
           
protected  int type
           
 
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
PlanningEvent(java.lang.Object source, Goal object, long event_mask, int type)
           
 
Method Summary
 Goal getGoal()
           
 int getType()
           
 
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

PLANNING

public static final int PLANNING
See Also:
Constant Field Values

ENACTMENT

public static final int ENACTMENT
See Also:
Constant Field Values

REPLANNING

public static final int REPLANNING
See Also:
Constant Field Values

START_MASK

public static final long START_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

type

protected int type
Constructor Detail

PlanningEvent

public PlanningEvent(java.lang.Object source,
                     Goal object,
                     long event_mask,
                     int type)
Method Detail

getGoal

public Goal getGoal()

getType

public int getType()


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