public abstract class StateDescriptor extends Object implements Serializable
State
. StateDescriptor
must implement method hashCode()
, which will be used by the Hashtable
used
to store states.Modifier and Type | Field and Description |
---|---|
protected int |
period |
Constructor and Description |
---|
StateDescriptor(int period) |
Modifier and Type | Method and Description |
---|---|
abstract boolean |
equals(Object descriptor) |
int |
getPeriod()
Returns the period associated with this
StateDescriptor . |
abstract int |
hashCode() |
Copyright © 2017–2018. All rights reserved.