zeus.actors
Class PreconditionChain

java.lang.Object
  extended byzeus.actors.PreconditionChain

public class PreconditionChain
extends java.lang.Object


Field Summary
 int amount
           
 java.lang.String key
           
 int position
           
 PlanRecord record
           
 
Constructor Summary
PreconditionChain()
           
PreconditionChain(PlanRecord record, int position, int amount)
           
PreconditionChain(PreconditionChain ch)
           
PreconditionChain(java.lang.String key, int amount)
           
 
Method Summary
 boolean isExternal()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

record

public PlanRecord record

position

public int position

amount

public int amount

key

public java.lang.String key
Constructor Detail

PreconditionChain

public PreconditionChain()

PreconditionChain

public PreconditionChain(PlanRecord record,
                         int position,
                         int amount)

PreconditionChain

public PreconditionChain(java.lang.String key,
                         int amount)

PreconditionChain

public PreconditionChain(PreconditionChain ch)
Method Detail

isExternal

public boolean isExternal()

toString

public java.lang.String toString()


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