public class NetworkStateGrouper
extends java.lang.Object
| Constructor and Description |
|---|
NetworkStateGrouper(ContinuousPointGrouper continuousPointGrouper) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.util.List<NetworkState>> |
groupNetworkStates(java.util.List<NetworkState> networkStates,
java.util.List<VariableReference> discreteVertexIds,
java.util.List<VariableReference> continuousVertexIds) |
public NetworkStateGrouper(ContinuousPointGrouper continuousPointGrouper)
public java.util.List<java.util.List<NetworkState>> groupNetworkStates(java.util.List<NetworkState> networkStates, java.util.List<VariableReference> discreteVertexIds, java.util.List<VariableReference> continuousVertexIds)
networkStates - the NetworkStates to be groupeddiscreteVertexIds - ids of vertices that do NOT contain Double valuescontinuousVertexIds - ids of vertices that contain Double values