org.echarts
Class DynamicStateConfiguration
java.lang.Object
org.echarts.StateConfiguration
org.echarts.DynamicStateConfiguration
- All Implemented Interfaces:
- java.io.Serializable
public class DynamicStateConfiguration
- extends StateConfiguration
Encapsulated reference to one or more machine pool instances
maintained by a dynamic machine.
- See Also:
- Serialized Form
Field Summary |
protected int[] |
configurationIndices
Array of indices of the subconfigs associated with the previous
array of subconfigs. |
Method Summary |
boolean |
covers(StateConfiguration config)
Returns true if the subconfigurations in this config cover
subconfiguration in the other config. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
configurationIndices
protected int[] configurationIndices
- Array of indices of the subconfigs associated with the previous
array of subconfigs.
DynamicStateConfiguration
public DynamicStateConfiguration(StateConfiguration[] configurations,
int[] configurationIndices,
boolean[] isUserGettorDefined,
boolean[] isUserSettorDefined,
DynamicSubmachineIndexGettor cachedGettor,
DynamicSubmachineIndexSettor cachedSettor,
DynamicSubmachineIndexGettor userGettor,
DynamicSubmachineIndexSettor userSettor)
covers
public final boolean covers(StateConfiguration config)
- Returns true if the subconfigurations in this config cover
subconfiguration in the other config. It is safe to ignore
submachine indices here.
- Specified by:
covers
in class StateConfiguration