public class sS_StateSpace extends StateSpace<sS_StateDescriptor>
buildActionList, idempotentAction, period, states
Constructor and Description |
---|
sS_StateSpace(int period) |
sS_StateSpace(int period,
jsdp.app.lotsizing.sS_StateSpaceSampleIterator.SamplingScheme samplingScheme,
int maxSampleSize) |
Modifier and Type | Method and Description |
---|---|
boolean |
exists(sS_StateDescriptor descriptor) |
jsdp.app.lotsizing.sS_StateSpaceSampleIterator.SamplingScheme |
getSamplingScheme() |
State |
getState(sS_StateDescriptor descriptor)
Returns the
State associated with a given state descriptor. |
Iterator<State> |
iterator() |
void |
setSamplingScheme(jsdp.app.lotsizing.sS_StateSpaceSampleIterator.SamplingScheme samplingScheme,
int maxSampleSize) |
entrySet, getBuildActionList, getIdempotentAction, getPeriod
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public sS_StateSpace(int period)
public sS_StateSpace(int period, jsdp.app.lotsizing.sS_StateSpaceSampleIterator.SamplingScheme samplingScheme, int maxSampleSize)
public void setSamplingScheme(jsdp.app.lotsizing.sS_StateSpaceSampleIterator.SamplingScheme samplingScheme, int maxSampleSize)
public boolean exists(sS_StateDescriptor descriptor)
public State getState(sS_StateDescriptor descriptor)
StateSpace
State
associated with a given state descriptor.getState
in class StateSpace<sS_StateDescriptor>
descriptor
- the state descriptor.State
associated with descriptor
.public jsdp.app.lotsizing.sS_StateSpaceSampleIterator.SamplingScheme getSamplingScheme()
Copyright © 2017–2018. All rights reserved.