Uses of Class
barsuift.simLife.time.TimeCounterState

Packages that use TimeCounterState
barsuift.simLife.time   
barsuift.simLife.universe   
 

Uses of TimeCounterState in barsuift.simLife.time
 

Methods in barsuift.simLife.time that return TimeCounterState
 TimeCounterState TimeCounter.getState()
           
 

Constructors in barsuift.simLife.time with parameters of type TimeCounterState
TimeCounter(TimeCounterState state)
          Default constructor
TimeCounterState(TimeCounterState copy)
           
 

Uses of TimeCounterState in barsuift.simLife.universe
 

Methods in barsuift.simLife.universe that return TimeCounterState
 TimeCounterState UniverseState.getTimeCounter()
           
 

Methods in barsuift.simLife.universe with parameters of type TimeCounterState
 void UniverseState.setTimeCounter(TimeCounterState timeCounter)
           
 

Constructors in barsuift.simLife.universe with parameters of type TimeCounterState
UniverseState(java.lang.Long id, int age, java.util.Set<TreeState> trees, java.util.Set<TreeLeafState> fallenLeaves, EnvironmentState environment, TimeCounterState timeCounter)
           
 



Copyright © 2010. All Rights Reserved.