public class BRL_StateSpace extends StateSpace<BRL_StateDescriptor>
buildActionList, idempotentAction, period, states
Constructor and Description |
---|
BRL_StateSpace(int period,
Function<State,ArrayList<Action>> buildActionList,
HashType hashType) |
BRL_StateSpace(int period,
Function<State,ArrayList<Action>> buildActionList,
HashType hashType,
int stateSpaceSizeLowerBound,
float loadFactor) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists(BRL_StateDescriptor descriptor) |
State |
getState(BRL_StateDescriptor descriptor)
Returns the
State associated with a given state descriptor. |
Iterator<State> |
iterator() |
entrySet, getBuildActionList, getIdempotentAction, getPeriod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public BRL_StateSpace(int period, Function<State,ArrayList<Action>> buildActionList, HashType hashType, int stateSpaceSizeLowerBound, float loadFactor)
public boolean exists(BRL_StateDescriptor descriptor)
public State getState(BRL_StateDescriptor descriptor)
StateSpace
State
associated with a given state descriptor.getState
in class StateSpace<BRL_StateDescriptor>
descriptor
- the state descriptor.State
associated with descriptor
.Copyright © 2017–2018. All rights reserved.