Class StochasticEngineLcp.LcpState
- java.lang.Object
-
- com.metsci.glimpse.util.math.stochastic.StochasticEngineLcp.LcpState
-
- All Implemented Interfaces:
StochasticEngine.State
- Enclosing class:
- StochasticEngineLcp
public static class StochasticEngineLcp.LcpState extends Object implements StochasticEngine.State
-
-
Constructor Summary
Constructors Constructor Description LcpState(long state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getState()
StochasticEngineLcp
intializeEngine()
-
-
-
Method Detail
-
intializeEngine
public StochasticEngineLcp intializeEngine()
- Specified by:
intializeEngine
in interfaceStochasticEngine.State
-
getState
public long getState()
-
-