zeus.actors
Class EffectChain

java.lang.Object
  extended byzeus.actors.EffectChain

public class EffectChain
extends java.lang.Object


Field Summary
 int amount
           
 boolean consumed
           
 java.lang.String key
           
 int position
           
 PlanRecord record
           
 int start
           
 
Constructor Summary
EffectChain()
           
EffectChain(EffectChain ch)
           
EffectChain(PlanRecord record, int position, int amount, int start, boolean consumed)
           
EffectChain(java.lang.String key, int amount, int start, boolean consumed)
           
 
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

start

public int start

consumed

public boolean consumed

key

public java.lang.String key
Constructor Detail

EffectChain

public EffectChain()

EffectChain

public EffectChain(PlanRecord record,
                   int position,
                   int amount,
                   int start,
                   boolean consumed)

EffectChain

public EffectChain(java.lang.String key,
                   int amount,
                   int start,
                   boolean consumed)

EffectChain

public EffectChain(EffectChain ch)
Method Detail

isExternal

public boolean isExternal()

toString

public java.lang.String toString()


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