zeus.actors
Class DecompositionStruct

java.lang.Object
  extended byzeus.actors.DecompositionStruct

class DecompositionStruct
extends java.lang.Object


Field Summary
 java.lang.String agent
           
 java.util.Vector children
           
 java.lang.String current_parent
           
 SuppliedDb given
           
 Goal goal
           
 Goal image
           
 java.lang.String key
           
 java.util.Hashtable lookupTable
           
 TaskNode node
           
 java.lang.String parent_link
           
 PlanRecord parent_record
           
 java.util.Vector parents
           
 java.util.Vector path
           
 boolean queued
           
 PlanRecord record
           
 java.util.Vector records
           
 boolean scheduled
           
 
Constructor Summary
DecompositionStruct(java.lang.String self, TaskNode node)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

node

public TaskNode node

record

public PlanRecord record

records

public java.util.Vector records

key

public java.lang.String key

goal

public Goal goal

image

public Goal image

agent

public java.lang.String agent

parent_link

public java.lang.String parent_link

path

public java.util.Vector path

parent_record

public PlanRecord parent_record

current_parent

public java.lang.String current_parent

parents

public java.util.Vector parents

children

public java.util.Vector children

scheduled

public boolean scheduled

queued

public boolean queued

given

public SuppliedDb given

lookupTable

public java.util.Hashtable lookupTable
Constructor Detail

DecompositionStruct

public DecompositionStruct(java.lang.String self,
                           TaskNode node)
Method Detail

toString

public java.lang.String toString()


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