public interface StateInitializer<S>
initialState() will return the same state on subsequent invocations because
the state is not cached and hence this method may be called multiple times for the same vertex.| Modifier and Type | Method and Description |
|---|---|
S |
initialState() |
S initialState()
Copyright © 2012–2014. All rights reserved.