Class HistoryState<T>

java.lang.Object
repast.simphony.statecharts.AbstractState<T>
repast.simphony.statecharts.HistoryState<T>

public class HistoryState<T> extends AbstractState<T>
  • Constructor Details

    • HistoryState

      protected HistoryState(String id, boolean shallow)
  • Method Details

    • isShallow

      protected boolean isShallow()
    • getDestination

      protected AbstractState<T> getDestination()
    • setDestination

      protected void setDestination(AbstractState<T> destination)