barsuift.simLife.tree
Class LeafUpdateMask

java.lang.Object
  extended by barsuift.simLife.tree.LeafUpdateMask

public class LeafUpdateMask
extends java.lang.Object

Mask to determine what has been updated about a leaf


Field Summary
static int AGE_MASK
           
static int EFFICIENCY_MASK
           
static int ENERGY_MASK
           
static int FALL_MASK
           
 
Constructor Summary
LeafUpdateMask()
           
 
Method Summary
static boolean isFieldSet(int globalMask, int fieldMask)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FALL_MASK

public static final int FALL_MASK
See Also:
Constant Field Values

AGE_MASK

public static final int AGE_MASK
See Also:
Constant Field Values

ENERGY_MASK

public static final int ENERGY_MASK
See Also:
Constant Field Values

EFFICIENCY_MASK

public static final int EFFICIENCY_MASK
See Also:
Constant Field Values
Constructor Detail

LeafUpdateMask

public LeafUpdateMask()
Method Detail

isFieldSet

public static boolean isFieldSet(int globalMask,
                                 int fieldMask)


Copyright © 2010. All Rights Reserved.